/* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #0f172a;
    --secondary-color: #1f2937;
    --accent-color: #c5a46d;
    --success-color: #1f5c5b;
    --text-color: #1f2937;
    --text-light: #64748b;
    --light-gray: #f4f6f9;
    --white: #ffffff;
    --bg-primary: #ffffff;
    --bg-secondary: #f8fafc;
    --bg-hero: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(31, 41, 55, 0.92));
    --shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    --shadow-hover: 0 16px 32px rgba(15, 23, 42, 0.12);
    --border-radius: 10px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --gradient-primary: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(31, 41, 55, 0.92));
    --gradient-accent: linear-gradient(135deg, #cdb37a, #b18c52);
    --header-bg: rgba(255, 255, 255, 0.95);
    --card-bg: #ffffff;
    --border-color: #e2e8f0;
    --section-bg: #ffffff;
    --section-alt-bg: #f8fafc;
}

/* Tema Escuro - Azul Escuro Profissional */
body.dark-theme {
    --primary-color: #e2e8f0;
    --secondary-color: #cbd5e1;
    --text-color: #e2e8f0;
    --text-light: #94a3b8;
    --bg-primary: #0a0f1e;
    --bg-secondary: #151b2e;
    --bg-hero: linear-gradient(135deg, rgba(10, 15, 30, 0.98), rgba(21, 27, 46, 0.96));
    --shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    --shadow-hover: 0 16px 32px rgba(0, 0, 0, 0.7);
    --header-bg: rgba(10, 15, 30, 0.95);
    --card-bg: #1a2235;
    --border-color: #2d3748;
    --light-gray: #151b2e;
    --section-bg: #0f1525;
    --section-alt-bg: #0a0f1e;
}/* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #0f172a;
    --secondary-color: #1f2937;
    --accent-color: #c5a46d;
    --success-color: #1f5c5b;
    --text-color: #1f2937;
    --text-light: #64748b;
    --light-gray: #f4f6f9;
    --white: #ffffff;
    --bg-primary: #ffffff;
    --bg-secondary: #f8fafc;
    --bg-hero: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(31, 41, 55, 0.92));
    --shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    --shadow-hover: 0 16px 32px rgba(15, 23, 42, 0.12);
    --border-radius: 10px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --gradient-primary: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(31, 41, 55, 0.92));
    --gradient-accent: linear-gradient(135deg, #cdb37a, #b18c52);
    --header-bg: rgba(255, 255, 255, 0.95);
    --card-bg: #ffffff;
    --border-color: #e2e8f0;
    --section-bg: #ffffff;
    --section-alt-bg: #f8fafc;
}

/* Tema Escuro - Azul Escuro Profissional */
body.dark-theme {
    --primary-color: #e2e8f0;
    --secondary-color: #cbd5e1;
    --text-color: #e2e8f0;
    --text-light: #94a3b8;
    --bg-primary: #0a0f1e;
    --bg-secondary: #151b2e;
    --bg-hero: linear-gradient(135deg, rgba(10, 15, 30, 0.98), rgba(21, 27, 46, 0.96));
    --shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    --shadow-hover: 0 16px 32px rgba(0, 0, 0, 0.7);
    --header-bg: rgba(10, 15, 30, 0.95);
    --card-bg: #1a2235;
    --border-color: #2d3748;
    --light-gray: #151b2e;
    --section-bg: #0f1525;
    --section-alt-bg: #0a0f1e;
}

/* Layout Presets (Light Mode) */
body.layout-modern:not(.dark-theme) {
    background-color: #0b1220;
}

body.layout-modern:not(.dark-theme) .header {
    background: linear-gradient(120deg, rgba(15, 23, 42, 0.94), rgba(30, 64, 175, 0.92));
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.45);
}

body.layout-modern:not(.dark-theme) .nav-menu li a {
    color: rgba(240, 249, 255, 0.92);
}

body.layout-modern:not(.dark-theme) .nav-menu li a:hover {
    color: #ffffff;
}

body.layout-modern:not(.dark-theme) .theme-toggle {
    background: rgba(14, 22, 40, 0.65);
    color: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

body.layout-modern:not(.dark-theme) .hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #0b1121 100%);
}

body.layout-modern:not(.dark-theme) .hero-overlay {
    background:
        radial-gradient(circle at 18% 40%, rgba(59, 130, 246, 0.45) 0%, transparent 55%),
        radial-gradient(circle at 82% 78%, rgba(236, 72, 153, 0.4) 0%, transparent 52%);
    opacity: 0.78;
}

body.layout-modern:not(.dark-theme) .hero-description {
    color: rgba(226, 232, 240, 0.9);
}

body.layout-modern:not(.dark-theme) .hero-highlight {
    background: linear-gradient(135deg, #38bdf8 0%, #818cf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.layout-modern:not(.dark-theme) .hero-btn-primary {
    background: linear-gradient(135deg, #38bdf8 0%, #6366f1 100%);
    border: none;
    box-shadow: 0 18px 40px rgba(56, 189, 248, 0.35);
}

body.layout-modern:not(.dark-theme) .hero-btn-secondary {
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.45);
    color: rgba(226, 232, 240, 0.92);
}

body.layout-modern:not(.dark-theme) .hero-showcase {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(59, 130, 246, 0.35);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.5);
}

body.layout-modern:not(.dark-theme) .hero-showcase-header h3,
body.layout-modern:not(.dark-theme) .hero-showcase-link {
    color: #dbeafe;
}

body.layout-modern:not(.dark-theme) .properties {
    background: linear-gradient(155deg, #0b1220 0%, #17233f 100%);
}

body.layout-modern:not(.dark-theme) .properties h2 {
    color: #f8fafc;
}

body.layout-modern:not(.dark-theme) .property-card {
    background: linear-gradient(160deg, rgba(30, 58, 138, 0.95) 0%, rgba(15, 23, 42, 0.95) 100%);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #e2e8f0;
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.5);
}

body.layout-modern:not(.dark-theme) .property-card .property-price {
    color: #38bdf8;
}

body.layout-modern:not(.dark-theme) .property-card .property-meta span {
    color: #cbd5f5;
}

body.layout-modern:not(.dark-theme) .footer {
    background: #0b1121;
    color: #e2e8f0;
}

body.layout-modern:not(.dark-theme) .footer a {
    color: #93c5fd;
}

body.layout-modern:not(.dark-theme) .footer-section h4 {
    color: #e0f2fe;
}

body.layout-modern:not(.dark-theme) .footer-section ul li a:hover {
    color: #bfdbfe;
}

/* ========================================
   ANIMAÇÕES DE SCROLL
======================================== */

/* Estado inicial - elementos invisíveis antes de aparecer */
.section-header,
.property-card,
.stat-card,
.feature-card,
.testimonial,
.service-card,
.contact-info,
.contact-form,
.about-content,
.broker-card,
.hero-featured-card,
.calendar-container,
.property-card,
section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Estado quando elemento entra na viewport */
.animate-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Animações específicas para diferentes elementos */

/* Fade in from bottom */
.property-card {
    transform: translateY(40px) scale(0.95);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.property-card.animate-in {
    transform: translateY(0) scale(1);
}

/* Fade in from left */
.contact-info {
    transform: translateX(-40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.contact-info.animate-in {
    transform: translateX(0);
}

/* Fade in from right */
.contact-form {
    transform: translateX(40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.contact-form.animate-in {
    transform: translateX(0);
}

/* Scale up animation */
.stat-card,
.feature-card {
    transform: scale(0.9);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.stat-card.animate-in,
.feature-card.animate-in {
    transform: scale(1);
}

/* Rotate in animation para cards premium */
.hero-featured-card {
    opacity: 0;
    transform: perspective(1000px) rotateY(-15deg);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.hero-featured-card.animate-in {
    opacity: 1;
    transform: perspective(1000px) rotateY(0);
}

/* Smooth fade para headers de seção */
.section-header {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.section-header.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Animação especial para depoimentos */
.testimonial {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.testimonial.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Animação suave para seções inteiras */
section {
    opacity: 0;
    transition: opacity 1s ease-out;
}

section.animate-in {
    opacity: 1;
}

/* Efeito parallax sutil no scroll */
@media (prefers-reduced-motion: no-preference) {
    .hero-featured-card,
    .property-card {
        will-change: transform;
    }
}

/* Respeitar preferências de acessibilidade */
@media (prefers-reduced-motion: reduce) {
    .section-header,
    .property-card,
    .stat-card,
    .feature-card,
    .testimonial,
    .service-card,
    .contact-info,
    .contact-form,
    .about-content,
    .broker-card,
    .hero-featured-card,
    .calendar-container,
    section {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ======================================== */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    scroll-behavior: smooth;
    background-color: var(--bg-primary);
    transition: background-color 0.3s ease, color 0.3s ease;
    overflow-x: hidden;
}

/* Divisórias entre seções */
section {
    position: relative;
}

section:not(:last-child):not(.hero):not(.footer)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1000px;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--border-color) 20%, 
        var(--border-color) 80%, 
        transparent 100%);
    opacity: 0.5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--header-bg);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-brand h1 {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 700;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    transition: var(--transition);
    position: relative;
}

.nav-menu a:hover {
    color: var(--secondary-color);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

/* Botão de Tema */
.theme-toggle {
    background: transparent;
    border: 2px solid var(--border-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.theme-toggle-icons {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.theme-toggle-label {
    display: none;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
}

.theme-toggle:hover {
    background: var(--light-gray);
    border-color: var(--accent-color);
    transform: rotate(180deg);
}

.theme-toggle svg {
    position: absolute;
    top: 0;
    left: 0;
    transition: var(--transition);
}

.theme-toggle .sun-icon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.theme-toggle .moon-icon {
    opacity: 0;
    transform: rotate(180deg) scale(0);
}

body.dark-theme .theme-toggle .sun-icon {
    opacity: 0;
    transform: rotate(-180deg) scale(0);
}

body.dark-theme .theme-toggle .moon-icon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

/* Botão Entrar */
.admin-link {
    background: transparent !important;
    color: var(--text-color) !important;
    font-weight: 600 !important;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    border: 2px solid var(--accent-color) !important;
    transition: var(--transition) !important;
}

.admin-link:hover {
    background: var(--accent-color) !important;
    color: var(--white) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(197, 164, 109, 0.3) !important;
}

.admin-link::after {
    display: none !important;
}

/* Hero Section */
/* ========================================
   HERO SECTION - REDESIGNED
======================================== */
.hero {
    position: relative;
    min-height: 100vh;
    background: var(--bg-hero);
    overflow: hidden;
    padding: 100px 0 60px;
    transition: background 0.3s ease;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    min-height: calc(100vh - 160px);
    position: relative;
    z-index: 1;
}

/* Hero Content */
.hero-content {
    color: #ffffff;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
    backdrop-filter: blur(10px);
    margin-bottom: 1.5rem;
    animation: fadeInDown 0.6s ease;
}

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

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease 0.2s both;
}

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

.hero-highlight {
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    animation: fadeInUp 0.8s ease 0.6s both;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-size: 1.0625rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    font-family: inherit;
}

.hero-btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
}

.hero-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Hero Stats */
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    animation: fadeInUp 0.8s ease 0.8s both;
}

.hero-stat {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.hero-stat:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-4px);
}

.hero-stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.hero-stat-label {
    font-size: 0.875rem;
    color: #94a3b8;
    font-weight: 500;
}

/* Hero Showcase */
.hero-showcase {
    animation: fadeInRight 1s ease 0.4s both;
    max-width: 100%;
    width: 100%;
    padding: 0 1rem;
    overflow: hidden;
    box-sizing: border-box;
}

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

.hero-showcase-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.hero-showcase-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.hero-showcase-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #60a5fa;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hero-showcase-link:hover {
    gap: 0.75rem;
    color: #93c5fd;
}

.hero-showcase-content {
    position: relative;
}

.hero-showcase-empty {
    background: rgba(255, 255, 255, 0.05);
    border: 2px dashed rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    color: #cbd5e1;
}

.hero-showcase-empty svg {
    margin-bottom: 1rem;
    opacity: 0.5;
}

.hero-showcase-empty strong {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.hero-showcase-empty p {
    font-size: 0.9375rem;
    color: #94a3b8;
}

.hero-showcase-slider {
    border-radius: 20px;
    overflow: hidden;
    background: transparent;
    border: none;
    height: 600px;
    max-width: 650px;
    margin: 0 auto;
}

.hero-showcase-slider .swiper-slide {
    background: transparent;
    height: 600px !important;
}

.hero-featured-card {
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 600px;
    position: relative;
    width: 100%;
}

.hero-featured-card:hover {
    transform: scale(1.02);
}

/* Novo estilo simplificado - só foto */
.hero-featured-media-simple {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
}

.hero-featured-media-simple img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.hero-featured-card:hover .hero-featured-media-simple img {
    transform: scale(1.1);
}

/* Overlay com informações */
.hero-featured-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 50%, transparent 100%);
    padding: 2rem;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.hero-featured-info-simple {
    color: #ffffff;
}

.hero-featured-badge-simple {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: rgba(59, 130, 246, 0.95);
    color: #ffffff;
    padding: 0.625rem 1.125rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    z-index: 10;
}

.hero-featured-info-simple h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.hero-featured-price-simple {
    font-size: 1.5rem;
    font-weight: 800;
    color: #60a5fa;
    margin-bottom: 1rem;
}

.hero-featured-button-simple {
    background: rgba(59, 130, 246, 0.9);
    color: #ffffff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-featured-button-simple:hover {
    background: rgba(59, 130, 246, 1);
    transform: translateX(5px);
}

/* Estilos antigos mantidos para compatibilidade */
.hero-featured-media {
    position: relative;
    height: 350px;
    overflow: hidden;
    background: var(--bg-secondary);
}

.hero-featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.hero-featured-card:hover .hero-featured-media img {
    transform: scale(1.08);
}

.hero-featured-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    z-index: 10;
}

.hero-featured-info {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a;
}

.hero-featured-info h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #0f172a;
}

.hero-featured-location {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 0.75rem;
}

.hero-featured-price {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.75rem;
}

.hero-featured-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.hero-featured-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.75rem 0;
}

.hero-featured-tags span {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: #f1f5f9;
    color: #475569;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
}

.hero-featured-tags span svg {
    flex-shrink: 0;
}

.hero-featured-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.75rem 0;
}

.hero-featured-flags span {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: #dbeafe;
    color: #1e40af;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}

.hero-featured-flags span svg {
    flex-shrink: 0;
}

.hero-featured-button {
    width: 100%;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.hero-featured-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.hero-featured-button svg {
    flex-shrink: 0;
}

/* Botões de Navegação do Swiper no Hero */
.hero-showcase-slider .swiper-button-prev,
.hero-showcase-slider .swiper-button-next {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.hero-showcase-slider .swiper-button-prev:hover,
.hero-showcase-slider .swiper-button-next:hover {
    background: #ffffff;
    transform: scale(1.1);
}

.hero-showcase-slider .swiper-button-prev::after,
.hero-showcase-slider .swiper-button-next::after {
    font-size: 18px;
    color: #0f172a;
    font-weight: 900;
}

.hero-showcase-slider .swiper-pagination {
    bottom: 1.5rem;
}

.hero-showcase-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
}

.hero-showcase-slider .swiper-pagination-bullet-active {
    background: #3b82f6;
    width: 28px;
    border-radius: 5px;
}

/* Responsividade do Hero */
@media (max-width: 1200px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 0 1.5rem;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    
    .hero-stat {
        padding: 1rem;
    }
    
    .hero-stat-value {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 80px 0 40px;
        min-height: auto; /* Remove altura fixa em mobile */
        overflow-x: hidden; /* Previne scroll horizontal */
    }
    
    .hero-container {
        padding: 0 1rem;
        min-height: auto; /* Remove altura mínima em mobile */
        grid-template-columns: 1fr; /* Uma coluna só */
        gap: 2rem;
    }
    
    /* Garante que todas as imagens sejam responsivas */
    .hero img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    
    .hero-title {
        font-size: 2rem; /* Reduz ainda mais o título */
        line-height: 1.2;
    }
    
    .hero-content {
        text-align: center;
    }
    
    .hero-content .hero-badge {
        margin-left: auto;
        margin-right: auto;
        font-size: 0.75rem; /* Badge menor */
        padding: 0.4rem 0.8rem;
    }
    
    .hero-description {
        font-size: 1rem; /* Texto menor */
        margin-bottom: 1.5rem; /* Menos espaço */
    }
    
    .hero-actions {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 2rem; /* Menos espaço */
    }
    
    .hero-btn {
        width: 100%;
        justify-content: center;
        padding: 0.875rem 1.5rem; /* Botões menores */
        font-size: 0.9375rem;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        justify-items: center;
        margin-bottom: 1.5rem; /* Adiciona margem inferior */
    }
    
    .hero-stat {
        padding: 0.875rem;
        width: 100%; /* Largura total */
        max-width: 300px; /* Limita largura máxima */
    }
    
    .hero-stat-value {
        font-size: 1.75rem;
    }
    
    .hero-stat-label {
        font-size: 0.875rem;
    }
    
    .hero-showcase {
        order: 3;
        padding: 0;
        width: 100%;
        margin-top: 1rem; /* Menos espaço no topo */
    }
    
    .hero-showcase-header {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 1rem;
    }

    .hero-showcase-header h3 {
        font-size: 1.25rem;
    }
    
    .hero-showcase-slider {
        height: auto;
        max-width: 100%;
        width: 100%;
    }
    
    .hero-showcase-slider .swiper-slide {
        height: auto !important;
        width: 100%;
    }
    
    .hero-featured-card {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        background: rgba(15, 23, 42, 0.85);
        backdrop-filter: blur(12px);
    }
    
    .hero-featured-media-simple {
        width: 100%;
        aspect-ratio: 4 / 3;
        height: auto;
        border-radius: 20px 20px 0 0;
    }
    
    .hero-featured-media-simple img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .hero-featured-info-simple h3 {
        font-size: 1.1rem;
    }
    
    .hero-featured-price-simple {
        font-size: 1rem;
    }
    
    .hero-featured-badge-simple {
        font-size: 0.625rem;
        padding: 0.5rem 0.875rem;
    }
    
    .hero-featured-overlay {
        position: static;
        background: rgba(15, 23, 42, 0.9);
        padding: 1.25rem 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .hero-featured-button-simple {
        width: 100%;
        justify-content: center;
    }
    
    .hero-showcase-slider .swiper-button-prev,
    .hero-showcase-slider .swiper-button-next {
        display: none;
    }
}

/* Tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-container {
        gap: 2rem;
    }
    
    .hero-showcase-slider {
        max-width: 500px;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 70px 0 30px;
        min-height: auto; /* Remove altura mínima */
        overflow-x: hidden; /* Previne scroll horizontal */
    }

    .hero-container {
        padding: 0 1rem;
        gap: 1.5rem; /* Menos espaçamento */
    }
    
    /* Garante que todas as imagens sejam responsivas */
    .hero img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .hero-title {
        font-size: 1.75rem; /* Ainda menor para mobile pequeno */
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .hero-description {
        font-size: 0.9375rem; /* Texto menor */
        line-height: 1.5;
        margin-bottom: 1.25rem;
    }

    .hero-badge {
        font-size: 0.7rem;
        padding: 0.35rem 0.7rem;
        margin-bottom: 1rem;
    }

    .hero-actions {
        gap: 0.625rem;
        margin-bottom: 1.5rem;
    }

    .hero-btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.875rem;
    }

    .hero-stats {
        grid-template-columns: 1fr; /* Volta para 1 coluna em mobile muito pequeno */
        gap: 0.5rem;
        margin-bottom: 1.25rem;
    }

    .hero-stat {
        padding: 0.75rem;
        max-width: 280px;
    }

    .hero-stat-value {
        font-size: 1.5rem;
    }

    .hero-stat-label {
        font-size: 0.8125rem;
    }

    .hero-showcase {
        margin-top: 1rem;
    }

    .hero-showcase-slider {
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .hero-showcase-slider .swiper-slide {
        height: auto !important;
        width: 100%;
    }

    .hero-featured-card {
        height: auto;
        width: 100%;
        background: rgba(15, 23, 42, 0.92);
    }

    .hero-featured-media-simple {
        width: 100%;
        aspect-ratio: 3 / 2;
        height: auto;
        border-radius: 20px 20px 0 0;
    }
    
    .hero-featured-media-simple img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .hero-featured-overlay {
        position: static;
        background: rgba(15, 23, 42, 1);
        padding: 1rem 1.25rem;
    }

    .hero-featured-info-simple h3 {
        font-size: 1.05rem;
    }

    .hero-featured-button-simple {
        width: 100%;
        justify-content: center;
    }
}

/* Featured Tags */
.hero-featured-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hero-featured-tags span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(248, 250, 252, 0.9);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
}

.hero-featured-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.hero-featured-flags span {
    background: rgba(84, 197, 255, 0.12);
    border: 1px solid rgba(148, 233, 255, 0.25);
    color: rgba(191, 232, 255, 0.95);
    padding: 0.32rem 0.8rem;
    border-radius: 999px;
    font-size: 0.72rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.hero-featured-button {
    margin-top: 0.5rem;
    align-self: flex-start;
    background: var(--gradient-accent);
    color: #0f172a;
    border: none;
    padding: 0.9rem 1.6rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 12px 28px rgba(197, 164, 109, 0.25);
}

.hero-featured-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(197, 164, 109, 0.32);
}

.hero-showcase-pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 0.6rem;
}

.hero-showcase-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.hero-showcase-pagination .swiper-pagination-bullet-active {
    background: var(--accent-color);
    transform: scale(1.3);
}

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

/* Buttons */
.cta-button {
    background: var(--gradient-accent);
    color: white;
    border: none;
    padding: 18px 35px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--shadow);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: var(--shadow-hover);
}

.cta-button:active {
    transform: translateY(-1px) scale(1.02);
}

@media (max-width: 992px) {
    .hero {
        flex-direction: column;
        text-align: center;
        gap: 3rem;
    }

    .hero-content {
        max-width: 100%;
        align-items: center;
    }

    .hero-showcase {
        width: 100%;
    }

    .hero-featured-card {
        animation: none;
    }
}

@media (max-width: 600px) {
    .hero-featured-media {
        height: 200px;
    }

    .hero-featured-card {
        padding: 1.5rem;
    }

    .hero-featured-info h3 {
        font-size: 1.3rem;
    }
}

/* === FILTROS PÚBLICOS === */
.public-filters-container {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 3rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.filters-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr repeat(4, 1fr) 1.2fr auto;
    gap: 0.875rem;
    align-items: center;
}

@media (min-width: 1400px) {
    .filters-row {
        grid-template-columns: 1.5fr 1fr repeat(4, 1fr) 1.2fr auto;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .filters-row {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        gap: 0.75rem;
    }
    
    .filter-item:nth-child(5),
    .filter-item:nth-child(6) {
        grid-column: span 1;
    }
    
    .filter-amenities {
        grid-column: span 2;
    }
    
    .btn-clear-filters {
        grid-column: span 2;
    }
}

.filter-item {
    position: relative;
}

.filter-item select,
.filter-item input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    font-size: 0.95rem;
    color: var(--text-color);
    background: var(--bg-primary);
    transition: var(--transition);
    font-family: inherit;
    outline: none;
}

.filter-item select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.filter-item select:hover,
.filter-item input:hover {
    border-color: var(--accent-color);
}

.filter-item select:focus,
.filter-item input:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(197, 164, 109, 0.1);
}

.filter-search {
    position: relative;
}

.filter-search .filter-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-light);
    pointer-events: none;
    z-index: 1;
}

.filter-search input {
    padding-left: 2.75rem;
}

/* Dropdown de Amenidades */
.filter-amenities {
    position: relative;
}

.amenities-dropdown-btn {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: var(--bg-primary);
    color: var(--text-color);
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    transition: var(--transition);
    font-family: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amenities-dropdown-btn span {
    flex: 1;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amenities-dropdown-btn:hover {
    border-color: var(--accent-color);
}

.amenities-dropdown-btn i:first-child {
    color: var(--accent-color);
    flex-shrink: 0;
}

.amenities-dropdown-btn i:last-child {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.amenities-dropdown-btn.active i:last-child {
    transform: rotate(180deg);
}

.amenities-dropdown {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    width: 320px;
    max-width: 90vw;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    box-shadow: var(--shadow-hover);
    z-index: 1000;
    display: none;
    flex-direction: column;
}

.amenities-dropdown.active {
    display: flex;
}

/* Overlay para mobile */
.amenities-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    backdrop-filter: blur(2px);
}

.amenities-overlay.active {
    display: block;
}

@media (max-width: 768px) {
    .amenities-overlay.active {
        display: block;
    }
}

.amenities-search {
    padding: 1rem;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    flex-shrink: 0;
}

.amenities-search i {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-light);
    font-size: 0.875rem;
}

.amenities-search input {
    width: 100%;
    padding: 0.625rem 1rem 0.625rem 2.5rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 0.875rem;
    background: var(--bg-secondary);
    color: var(--text-color);
    outline: none;
    transition: var(--transition);
}

.amenities-search input:focus {
    border-color: var(--accent-color);
    background: var(--bg-primary);
}

.amenities-list {
    max-height: 350px;
    overflow-y: auto;
    padding: 0.5rem;
    flex: 1;
}

.amenities-list::-webkit-scrollbar {
    width: 8px;
}

.amenities-list::-webkit-scrollbar-track {
    background: var(--bg-secondary);
    border-radius: 4px;
    margin: 4px 0;
}

.amenities-list::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 4px;
    border: 2px solid var(--bg-secondary);
}

.amenities-list::-webkit-scrollbar-thumb:hover {
    background: #b18c52;
}

.amenity-checkbox {
    display: flex;
    align-items: center;
    padding: 0.625rem 0.75rem;
    border-radius: 6px;
    cursor: pointer;
    transition: var(--transition);
    margin-bottom: 0.25rem;
}

.amenity-checkbox:hover {
    background: var(--bg-secondary);
}

.amenity-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 0.75rem;
    cursor: pointer;
    accent-color: var(--accent-color);
    flex-shrink: 0;
}

.amenity-checkbox label {
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--text-color);
    flex: 1;
    margin: 0;
    user-select: none;
}

.amenities-actions {
    padding: 0.875rem 1rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    gap: 0.625rem;
    flex-shrink: 0;
}

.btn-clear-amenities,
.btn-apply-amenities {
    flex: 1;
    padding: 0.625rem 1rem;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    font-family: inherit;
}

.btn-clear-amenities {
    background: var(--bg-secondary);
    color: var(--text-color);
    border: 1px solid var(--border-color);
}

.btn-clear-amenities:hover {
    background: var(--border-color);
    border-color: var(--text-light);
}

.btn-apply-amenities {
    background: var(--accent-color);
    color: white;
}

.btn-apply-amenities:hover {
    background: #b18c52;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(197, 164, 109, 0.3);
}

.btn-clear-filters {
    padding: 0.875rem 1.5rem;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: var(--bg-primary);
    color: var(--text-color);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
    white-space: nowrap;
}

.btn-clear-filters:hover {
    background: var(--bg-secondary);
    border-color: var(--accent-color);
    color: var(--accent-color);
}

.filter-results {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
    text-align: center;
}

.filter-results span {
    font-size: 0.95rem;
    color: var(--text-light);
    font-weight: 500;
}

/* Responsividade dos Filtros */
@media (max-width: 1200px) {
    .filters-row {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
    }
    
    .filter-item:nth-child(5),
    .filter-item:nth-child(6) {
        grid-column: span 1;
    }
    
    .filter-amenities,
    .btn-clear-filters {
        grid-column: span 2;
    }
}

@media (max-width: 992px) {
    .filters-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    .filter-search {
        grid-column: span 2;
    }
    
    .filter-item:nth-child(5),
    .filter-item:nth-child(6) {
        grid-column: span 1;
    }
    
    .filter-amenities,
    .btn-clear-filters {
        grid-column: span 2;
    }
    
    .amenities-dropdown {
        left: 0;
        right: 0;
        width: auto;
    }
}

@media (max-width: 768px) {
    .public-filters-container {
        padding: 1.25rem;
    }
    
    .filters-row {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .filter-search,
    .filter-item,
    .filter-amenities,
    .btn-clear-filters {
        grid-column: 1;
    }
    
    .btn-clear-filters {
        justify-content: center;
        width: 100%;
    }
    
    .amenities-dropdown {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100vw - 2rem);
        max-width: 400px;
        max-height: 80vh;
    }
    
    .amenities-list {
        max-height: calc(80vh - 180px);
    }
}

@media (max-width: 480px) {
    .filter-item select,
    .filter-item input,
    .amenities-dropdown-btn {
        font-size: 0.875rem;
        padding: 0.75rem 0.875rem;
    }
    
    .filter-search input {
        padding-left: 2.5rem;
    }
    
    .amenities-dropdown {
        width: calc(100vw - 1rem);
        max-height: 90vh;
    }
    
    .amenities-list {
        max-height: calc(90vh - 180px);
    }
}

/* Properties Section */
.properties {
    padding: 100px 0;
    background: var(--bg-secondary);
    transition: background 0.3s ease;
}

.properties h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    color: var(--primary-color);
    font-weight: 800;
    position: relative;
    transition: color 0.3s ease;
}

.properties h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gradient-accent);
    border-radius: 2px;
}

.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    align-items: start;
}

.no-properties {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(197, 164, 109, 0.08), rgba(15, 23, 42, 0.04));
    border-radius: 20px;
    border: 2px dashed rgba(197, 164, 109, 0.4);
    margin: 2rem 0;
    color: var(--primary-color);
    font-size: 1.1rem;
}

.no-properties p {
    margin: 0.5rem 0;
    color: #666;
    font-size: 1.1rem;
}

.no-properties p:first-child {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.3rem;
}

.property-card {
    background: var(--card-bg);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    border: 1px solid var(--border-color);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.property-card::before {
    display: none;
}

.property-card.featured-property::before {
    content: '★ Destaque';
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--gradient-accent);
    color: #0f172a;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    z-index: 3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(197, 164, 109, 0.25);
    display: inline-flex;
    align-items: center;
}

.property-card.premium-property {
    border-color: rgba(197, 164, 109, 0.4);
    box-shadow: 0 18px 50px rgba(197, 164, 109, 0.38);
}

.property-ribbon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(15, 23, 42, 0.76);
    color: #f8f6ef;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.25);
    backdrop-filter: blur(8px);
    z-index: 3;
}

.property-premium-badge {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff7e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    box-shadow: 0 14px 32px rgba(217, 119, 6, 0.35);
    z-index: 3;
}

.property-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(197, 164, 109, 0.5);
}

.property-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: var(--bg-secondary);
}

.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);
}

.image-count {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    z-index: 2;
}

.property-info {
    padding: 1.8rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.property-info h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.property-info .price {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 0.8rem;
}

.property-info .location {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.property-address {
    background: var(--card-bg);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 8px;
    padding: 0.8rem;
    margin-bottom: 1rem;
}

.property-address .full-address {
    font-size: 0.9rem;
    color: var(--text-color);
    margin: 0 0 0.6rem 0;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.5;
}

.property-address .full-address i {
    color: #3b82f6;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.property-address .maps-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background: #3b82f6;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.property-address .maps-link:hover {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
}

.property-address .maps-link i {
    font-size: 1rem;
}

body.dark-theme .property-address {
    background: rgba(59, 130, 246, 0.05);
    border-color: rgba(59, 130, 246, 0.3);
}

.property-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.property-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.15);
    color: #1e40af;
    font-size: 0.78rem;
    font-weight: 600;
    border: 1px solid rgba(59, 130, 246, 0.3);
    letter-spacing: 0.01em;
}

body.dark-theme .property-tag {
    background: rgba(59, 130, 246, 0.2);
    color: #93c5fd;
    border-color: rgba(59, 130, 246, 0.4);
}

.property-tag i {
    color: inherit;
    font-size: 0.85rem;
}

.property-tag.premium-tag {
    background: linear-gradient(135deg, rgba(197, 164, 109, 0.25), rgba(197, 164, 109, 0.15));
    color: #854d0e;
    border-color: rgba(197, 164, 109, 0.35);
}

.property-tag.rent-tag {
    background: rgba(16, 185, 129, 0.16);
    color: #047857;
    border-color: rgba(16, 185, 129, 0.35);
}

.rent-price {
    font-size: 1.1rem;
    color: #047857;
    font-weight: 700;
    margin-top: -0.4rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.property-extra-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0 0.2rem;
}

.property-extra-flags span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.1);
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 600;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.5rem;
}

.features span {
    background: rgba(15, 23, 42, 0.05);
    color: var(--text-color);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    white-space: nowrap;
}

.property-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1rem;
}

.property-amenities span {
    background: rgba(15, 23, 42, 0.06);
    color: #475569;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 500;
}

.property-amenities span.more-chip {
    background: rgba(197, 164, 109, 0.18);
    color: #8b5e1a;
    font-weight: 600;
}

.property-amenities-extra {
    margin-top: 0.75rem;
    font-size: 0.86rem;
    color: #4b5563;
    line-height: 1.5;
}

.property-features span {
    background: var(--light-gray);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 500;
}

.property-button {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: var(--transition);
    width: 100%;
    font-size: 1.1rem;
}

.property-button:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}

/* Modal */
/* ========================================
   MODAL DE DETALHES DO IMÓVEL (PUBLIC)
======================================== */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    animation: modalFadeIn 0.3s ease;
    overflow-y: auto;
    padding: 2rem 1rem;
}

@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    position: relative;
    background: var(--card-bg);
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
    border-radius: 20px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(15, 23, 42, 0.05);
    animation: modalSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

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

.modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1000;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(15, 23, 42, 0.05);
}

.modal-close:hover {
    background: #ffffff;
    transform: rotate(90deg) scale(1.05);
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(15, 23, 42, 0.08);
}

.modal-close svg {
    color: #1e293b;
    transition: color 0.2s ease;
}

.modal-close:hover svg {
    color: #ef4444;
}

.modal-body {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    min-height: 600px;
}

/* ========================================
   SEÇÃO DA GALERIA
======================================== */
.property-gallery-section {
    position: relative;
    background: var(--bg-secondary);
    overflow: hidden;
}

.propertySwiper {
    width: 100%;
    height: 100%;
    min-height: 600px;
}

.swiper-wrapper {
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-secondary);
    position: relative;
}

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

.swiper-slide:hover img {
    transform: scale(1.03);
}

/* Botões de Navegação do Swiper */
.propertySwiper .swiper-button-prev,
.propertySwiper .swiper-button-next {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(15, 23, 42, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.propertySwiper .swiper-button-prev:hover,
.propertySwiper .swiper-button-next:hover {
    background: #ffffff;
    transform: scale(1.1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(15, 23, 42, 0.08);
}

.propertySwiper .swiper-button-prev::after,
.propertySwiper .swiper-button-next::after {
    content: '';
}

.propertySwiper .swiper-button-prev svg,
.propertySwiper .swiper-button-next svg {
    color: #1e293b;
}

.propertySwiper .swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.propertySwiper .swiper-button-disabled:hover {
    transform: scale(1);
}

/* Paginação do Swiper */
.propertySwiper .swiper-pagination {
    bottom: 24px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.propertySwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.propertySwiper .swiper-pagination-bullet-active {
    background: #ffffff;
    transform: scale(1.4);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* ========================================
   SEÇÃO DE INFORMAÇÕES DO IMÓVEL
======================================== */
.property-info-section {
    padding: 2.5rem;
    background: var(--card-bg);
    overflow-y: auto;
    max-height: 600px;
}

.property-info-section::-webkit-scrollbar {
    width: 8px;
}

.property-info-section::-webkit-scrollbar-track {
    background: var(--bg-secondary);
    border-radius: 4px;
}

.property-info-section::-webkit-scrollbar-thumb {
    background: var(--text-color);
    border-radius: 4px;
    transition: background 0.3s ease;
}

.property-info-section::-webkit-scrollbar-thumb:hover {
    background: var(--text-secondary);
}

/* Cabeçalho da Propriedade */
.property-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--border-color);
}

.property-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.property-price {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 0.75rem;
}

.property-location {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: var(--text-secondary);
    font-size: 1rem;
    font-weight: 500;
}

.property-location > span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.property-location svg {
    flex-shrink: 0;
}

.property-modal-address {
    margin-top: 0.5rem;
    padding: 1rem;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 8px;
}

.modal-maps-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: #3b82f6;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.modal-maps-btn:hover {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

/* Grid de Características */
.property-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.property-features .feature-item {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.property-features .feature-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: var(--border-hover);
}

.property-features .feature-item svg,
.property-features .feature-item i {
    font-size: 1.75rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.property-features .feature-item .feature-label {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.property-features .feature-item .feature-value {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-color);
}

/* Descrição */
.property-description {
    margin-bottom: 2rem;
}

.property-description h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 0.75rem;
}

.property-description p {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.95;
}

/* Comodidades */
.property-amenities {
    margin-bottom: 2rem;
}

.property-amenities h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
}

.property-amenities .amenities-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.property-amenities .amenity-chip {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-color);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.property-amenities .amenity-chip i {
    color: #3b82f6;
    font-size: 1rem;
}

.property-amenities .amenity-chip:hover {
    background: var(--border-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.property-amenities .amenity-chip:hover i {
    color: #2563eb;
}

/* Informações Extras */
.property-extra-info {
    margin-bottom: 2rem;
    padding: 1.25rem;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    color: var(--text-color);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Botão CTA */
.property-cta-button {
    width: 100%;
    padding: 1.125rem 2rem;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 10px 25px rgba(37, 211, 102, 0.25),
        0 0 0 1px rgba(37, 211, 102, 0.1);
}

.property-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 35px rgba(37, 211, 102, 0.35),
        0 0 0 1px rgba(37, 211, 102, 0.15);
}

.property-cta-button:active {
    transform: translateY(-1px);
}

.property-cta-button svg {
    flex-shrink: 0;
}

/* ========================================
   RESPONSIVIDADE DO MODAL
======================================== */
@media (max-width: 968px) {
    .modal-body {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    
    .propertySwiper {
        min-height: 600px;
    }
    
    .property-info-section {
        max-height: none;
        padding: 2rem 1.5rem;
    }
    
    .property-header h2 {
        font-size: 1.75rem;
    }
    
    .property-price {
        font-size: 2rem;
    }
    
    .property-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
}

@media (max-width: 640px) {
    .modal {
        padding: 1rem 0.5rem;
    }
    
    .modal-content {
        width: 100%;
        border-radius: 16px;
    }
    
    .modal-close {
        width: 40px;
        height: 40px;
        top: 1rem;
        right: 1rem;
    }
    
    .propertySwiper {
        min-height: 300px;
    }
    
    .propertySwiper .swiper-button-prev,
    .propertySwiper .swiper-button-next {
        width: 44px;
        height: 44px;
    }
    
    .propertySwiper .swiper-button-prev svg,
    .propertySwiper .swiper-button-next svg {
        width: 20px;
        height: 20px;
    }
    
    .property-info-section {
        padding: 1.5rem 1rem;
    }
    
    .property-header h2 {
        font-size: 1.5rem;
    }
    
    .property-price {
        font-size: 1.75rem;
    }
    
    .property-features {
        grid-template-columns: 1fr;
    }
    
    .property-cta-button {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
}

/* Animação de loading para imagens */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ========================================
   CALENDAR SECTION
======================================== */
.calendar-section {
    padding: 80px 0;
    text-align: center;
    background: var(--bg-primary);
}

.calendar-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.calendar-section p {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 3rem;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
    background: var(--card-bg);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    padding: 1.5rem;
}

/* === CUSTOMIZAÇÃO FULLCALENDAR === */

/* Toolbar do calendário */
.fc .fc-toolbar {
    padding: 1rem;
    background: var(--bg-secondary);
    border-radius: var(--border-radius);
    margin-bottom: 1.5rem;
}

.fc .fc-toolbar-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
}

.fc .fc-button {
    background: var(--accent-color);
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: var(--transition);
    font-weight: 600;
}

.fc .fc-button:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}

.fc .fc-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Grid do calendário */
.fc .fc-daygrid-day {
    cursor: default;
    transition: var(--transition);
    min-height: 100px;
}

.fc .fc-daygrid-day-frame {
    padding: 0.5rem !important;
    min-height: 90px;
    display: flex;
    flex-direction: column;
}

.fc .fc-daygrid-day-top {
    flex-shrink: 0;
}

.fc .fc-daygrid-day-events {
    margin-top: 0.25rem;
    flex-grow: 1;
}

/* Dias disponíveis */
.fc .fc-daygrid-day.fc-day-available {
    background: linear-gradient(135deg, #d1fae5 0%, #e0f2fe 100%);
    cursor: pointer !important;
    border: 2px solid #10b981;
}

.fc .fc-daygrid-day.fc-day-available:hover {
    background: linear-gradient(135deg, #a7f3d0 0%, #bae6fd 100%);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    z-index: 10;
}

.fc .fc-daygrid-day.fc-day-available .fc-daygrid-day-number {
    color: #065f46;
    font-weight: 700;
}

/* Dias indisponíveis */
.fc .fc-daygrid-day.fc-day-unavailable {
    background: #f3f4f6;
    opacity: 0.5;
    cursor: not-allowed !important;
}

.dark-theme .fc .fc-daygrid-day.fc-day-unavailable {
    background: #1f2937;
}

.fc .fc-daygrid-day.fc-day-unavailable .fc-daygrid-day-number {
    color: #9ca3af;
}

/* Indicador de disponibilidade */
.fc-day-indicator {
    display: none !important; /* Esconder contador de horários */
}

.fc-day-indicator i {
    font-size: 0.7rem;
    color: #059669;
}

.fc-day-indicator span {
    white-space: normal;
    word-break: break-word;
    width: 100%;
}

/* Tema escuro - dias disponíveis */
.dark-theme .fc .fc-daygrid-day.fc-day-available {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(59, 130, 246, 0.2) 100%);
    border-color: #10b981;
}

.dark-theme .fc .fc-daygrid-day.fc-day-available:hover {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.3) 0%, rgba(59, 130, 246, 0.3) 100%);
}

.dark-theme .fc .fc-daygrid-day.fc-day-available .fc-daygrid-day-number {
    color: #6ee7b7;
}

.dark-theme .fc-day-indicator {
    background: rgba(16, 185, 129, 0.2);
    color: #bbf7d0;
}

/* Headers dos dias da semana */
.fc .fc-col-header-cell {
    background: var(--bg-secondary);
    color: var(--text-color);
    font-weight: 600;
    padding: 1rem 0.5rem;
    border: none;
}

/* Células do calendário */
.fc .fc-daygrid-day-frame {
    min-height: 80px;
    padding: 0.5rem;
}

.fc .fc-daygrid-day-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.fc .fc-daygrid-day-number {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
}

/* Bordas */
.fc-theme-standard td,
.fc-theme-standard th {
    border-color: var(--border-color);
}

/* Dia atual */
.fc .fc-day-today {
    background: rgba(197, 164, 109, 0.1) !important;
}

.fc .fc-day-today .fc-daygrid-day-number {
    background: var(--accent-color);
    color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fim customização calendário */

/* === SOBRE O CORRETOR === */
.about-broker {
    padding: 80px 0;
    background: var(--bg-primary);
    position: relative;
}

.about-content {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 4rem;
    align-items: center;
}

.broker-image {
    position: relative;
}

.broker-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.broker-image:hover img {
    transform: translateY(-10px);
}

.broker-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.broker-badge i {
    font-size: 1.5rem;
    color: #ffd700;
}

.broker-badge span {
    font-weight: 600;
    font-size: 1rem;
}

.broker-info h2 {
    font-size: 2.5rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.broker-title {
    font-size: 1.25rem;
    color: var(--text-secondary);
    font-weight: 500;
    margin-bottom: 2rem;
}

.broker-description {
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.broker-description p {
    margin-bottom: 1rem;
    color: var(--text-color);
}

.broker-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 2rem 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-item i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    display: block;
}

.stat-item strong {
    display: block;
    font-size: 2rem;
    color: var(--primary-color);
    font-weight: 700;
}

.stat-item span {
    display: block;
    font-size: 0.875rem;
    color: var(--text-light);
    margin-top: 0.25rem;
}

.broker-contact-actions {
    display: flex;
    gap: 1rem;
}

.broker-contact-actions .btn-primary,
.broker-contact-actions .btn-secondary {
    padding: 1rem 2rem;
    border-radius: 8px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.broker-contact-actions .btn-primary {
    background: var(--gradient-accent);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(197, 164, 109, 0.25);
}

.broker-contact-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(197, 164, 109, 0.35);
}

.broker-contact-actions .btn-secondary {
    background: transparent;
    color: var(--text-color);
    border: 2px solid var(--text-color);
}

.broker-contact-actions .btn-secondary:hover {
    background: var(--text-color);
    color: var(--bg-primary);
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* Responsivo */
@media (max-width: 968px) {
    .about-broker {
        padding: 60px 0;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .broker-image img {
        height: 600px;
    }
    
    .broker-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .broker-contact-actions {
        flex-direction: column;
    }
    
    .broker-contact-actions .btn-primary,
    .broker-contact-actions .btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* Testimonials */
.testimonials {
    padding: 80px 0;
    background: var(--bg-primary);
    color: var(--text-color);
    position: relative;
    overflow: hidden;
}

.testimonials h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: var(--text-color) !important;
    background: transparent !important;
    padding: 0;
}

.testimonialsSwiper {
    padding-bottom: 50px;
}

.testimonial {
    padding: 0 15px;
}

.testimonial-content {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    color: var(--text-color);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    border: 1px solid var(--border-color);
}

.testimonial-stars {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #fbbf24;
}

.testimonial-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-style: italic;
    flex-grow: 1;
    color: var(--text-color);
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary-color);
}

.testimonial-author h4 {
    margin: 0;
    font-size: 1.1rem;
    color: var(--text-color);
}

.testimonial-author span {
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.testimonialsSwiper .swiper-pagination {
    bottom: 0 !important;
}

.testimonialsSwiper .swiper-pagination-bullet {
    background: white !important;
    opacity: 0.5 !important;
    width: 12px !important;
    height: 12px !important;
}

.testimonialsSwiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.testimonial-card {
    background: var(--card-bg);
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid var(--border-color);
    overflow: hidden;
    height: 100%;
}

.testimonial-card::before {
    display: none;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: var(--primary-color);
}

.testimonial-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    object-fit: cover;
    border: 3px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.testimonial-card:hover .testimonial-avatar {
    transform: scale(1.05);
    border-color: var(--primary-color);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.testimonial-text {
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: var(--text-color);
    position: relative;
    z-index: 2;
    font-weight: 400;
}

.testimonial-text::before {
    content: '"';
    font-size: 4rem;
    color: var(--text-secondary);
    position: absolute;
    top: -15px;
    left: -10px;
    opacity: 0.3;
    font-family: Georgia, serif;
}

.testimonial-text::after {
    content: '"';
    font-size: 4rem;
    color: var(--text-secondary);
    position: absolute;
    bottom: -30px;
    right: -10px;
    opacity: 0.3;
    font-family: Georgia, serif;
}

.testimonial-author {
    font-weight: 700;
    color: var(--text-color);
    font-size: 1.1rem;
    position: relative;
    z-index: 2;
    margin-top: 0.5rem;
}

/* Testimonials Section Background */
.testimonials {
    background: var(--bg-primary) !important;
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="testimonial-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23c5a46d" opacity="0.08"/></pattern></defs><rect x="0" y="0" width="60" height="60" fill="url(%23testimonial-pattern)"/></svg>');
    pointer-events: none;
}

/* Contact */
.contact {
    padding: 100px 0;
    background: linear-gradient(180deg, #0f172a 0%, #1f2937 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="contact-grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23contact-grid)"/></svg>');
    pointer-events: none;
}

.contact h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    position: relative;
    z-index: 2;
}

.contact-item {
    background: rgba(255, 255, 255, 0.08);
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.contact-item:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 35px rgba(15, 23, 42, 0.25);
}

.contact-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.contact-item p {
    margin-bottom: 1rem;
    opacity: 0.9;
}

.contact-item button {
    background: white;
    color: var(--secondary-color);
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: var(--transition);
}

.contact-item button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.25);
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: var(--gradient-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 
        0 8px 25px rgba(15, 23, 42, 0.18),
        0 4px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1000;
    animation: pulse 3s infinite;
    border: 3px solid rgba(255, 255, 255, 0.35);
}

.whatsapp-float:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 
        0 18px 38px rgba(15, 23, 42, 0.25),
        0 8px 20px rgba(0, 0, 0, 0.28);
    background: linear-gradient(135deg, #d3ba84 0%, #b58e55 100%);
}

.whatsapp-float img {
    width: 38px;
    height: 38px;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover img {
    transform: scale(1.1);
}

@keyframes pulse {
    0% { 
        box-shadow: 
            0 8px 25px rgba(197, 164, 109, 0.32),
            0 4px 15px rgba(0, 0, 0, 0.18),
            0 0 0 0 rgba(197, 164, 109, 0.5); 
    }
    50% { 
        box-shadow: 
            0 8px 25px rgba(197, 164, 109, 0.3),
            0 4px 15px rgba(0, 0, 0, 0.18),
            0 0 0 15px rgba(197, 164, 109, 0.2); 
    }
    100% { 
        box-shadow: 
            0 8px 25px rgba(197, 164, 109, 0.28),
            0 4px 15px rgba(0, 0, 0, 0.18),
            0 0 0 0 rgba(197, 164, 109, 0); 
    }
}

/* Swiper Customization */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.propertySwiper {
    height: 600px;
}

.propertySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Menu mobile: ver index.html */
    
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 120px 20px 50px;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-image {
        margin-top: 2rem;
    }
    
    .modal-body {
        grid-template-columns: 1fr;
    }
    
    .properties-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: 1rem;
    }
    
    .property-card {
        border-radius: 15px;
    }
    
    .property-image {
        height: 280px;
    }
    
    .property-info {
        padding: 1.5rem;
    }
    
    .property-info h3 {
        font-size: 1.25rem;
    }
    
    .property-info .price {
        font-size: 1.4rem;
    }
    
    .features {
        gap: 0.6rem;
    }
    
    .features span {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .contact-info {
        grid-template-columns: 1fr;
    }
}

/* Loading Animation */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.fade-in.delay-1 { animation-delay: 0.2s; }
.fade-in.delay-2 { animation-delay: 0.4s; }
.fade-in.delay-3 { animation-delay: 0.6s; }

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

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    animation: slideInLeft 0.8s ease forwards;
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.scale-in {
    opacity: 0;
    transform: scale(0.8);
    animation: scaleIn 0.8s ease forwards;
}

@keyframes scaleIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Enhanced scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #1f2937, #0f172a);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #0f172a, #0b1120);
}

/* Floating elements animation */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.floating {
    animation: float 3s ease-in-out infinite;
}

/* Footer - Claro por padrão */
.footer {
    background: #f8fafc;
    color: #1e293b;
    padding: 60px 0 20px;
    margin-top: 50px;
    border-top: 1px solid #e2e8f0;
}

body.dark-theme .footer {
    background: #0f172a;
    color: white;
    border-top: 1px solid #1e293b;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: #1e293b;
}

body.dark-theme .footer-section h3,
body.dark-theme .footer-section h4 {
    color: #ffffff;
}

.footer-section p {
    line-height: 1.6;
    margin-bottom: 15px;
    opacity: 0.9;
    color: #475569;
}

body.dark-theme .footer-section p {
    color: rgba(255, 255, 255, 0.9);
}

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

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #0f172a;
}

body.dark-theme .footer-section ul li a {
    color: rgba(255, 255, 255, 0.8);
}

body.dark-theme .footer-section ul li a:hover {
    color: #cccccc;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: rgba(15, 23, 42, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    color: #475569;
}

body.dark-theme .social-links a {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.social-links a:hover {
    background: rgba(59, 130, 246, 0.15);
    transform: translateY(-2px);
}

body.dark-theme .social-links a:hover {
    background: rgba(197, 164, 109, 0.25);
    transform: translateY(-2px);
}

.contact-info-footer p {
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #64748b;
}

body.dark-theme .contact-info-footer p {
    color: rgba(255, 255, 255, 0.85);
}

.footer-cta {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 15px;
    transition: all 0.3s ease;
    width: 100%;
}

body.dark-theme .footer-cta {
    background: var(--gradient-accent);
}

.footer-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(59, 130, 246, 0.28);
}

body.dark-theme .footer-cta:hover {
    background: linear-gradient(135deg, #d3ba84, #b18c52);
    box-shadow: 0 12px 24px rgba(197, 164, 109, 0.28);
}

.footer-bottom {
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

body.dark-theme .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-credits p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
    color: #64748b;
}

body.dark-theme .footer-credits p {
    color: rgba(255, 255, 255, 0.8);
}

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    color: #64748b;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #0f172a;
}

body.dark-theme .footer-legal a {
    color: rgba(255, 255, 255, 0.7);
}

body.dark-theme .footer-legal a:hover {
    color: #ffffff;
}

.footer-legal a:hover {
    color: #a0a0a0;
}

@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    /* === CALENDÁRIO RESPONSIVO === */
    #calendar {
        padding: 0.75rem;
        margin: 0 -1rem;
        border-radius: 0;
    }
    
    .fc .fc-toolbar {
        padding: 0.5rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .fc .fc-toolbar-title {
        font-size: 1.1rem;
    }
    
    .fc .fc-button {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
    }
    
    .fc .fc-toolbar-chunk {
        display: flex;
        gap: 0.25rem;
    }
    
    /* Células do calendário menores */
    .fc .fc-daygrid-day {
        min-height: 80px !important;
    }
    
    .fc .fc-daygrid-day-frame {
        padding: 0.35rem !important;
        min-height: 75px;
    }
    
    .fc .fc-daygrid-day-number {
        font-size: 0.85rem;
        padding: 0.2rem;
    }
    
    .fc .fc-col-header-cell {
        padding: 0.4rem 0.2rem;
        font-size: 0.7rem;
    }
    
    .fc-day-indicator {
        font-size: 0.6rem;
        padding: 0.2rem 0.3rem;
        gap: 0.1rem;
    }
    
    .fc-day-indicator i {
        font-size: 0.6rem;
    }
    
    .fc-day-indicator span {
        font-size: 0.6rem;
        line-height: 1.2;
    }
}

@media (max-width: 480px) {
    #calendar {
        padding: 0.5rem;
    }
    
    .fc .fc-toolbar {
        padding: 0.4rem;
    }
    
    .fc .fc-toolbar-title {
        font-size: 1rem;
    }
    
    .fc .fc-button {
        padding: 0.35rem 0.6rem;
        font-size: 0.8rem;
    }
    
    .fc .fc-daygrid-day {
        min-height: 90px !important;
    }
    
    .fc .fc-daygrid-day-frame {
        padding: 0.4rem !important;
        min-height: 85px;
        display: flex;
        flex-direction: column;
    }
    
    .fc .fc-daygrid-day-top {
        margin-bottom: 0.3rem;
    }
    
    .fc .fc-daygrid-day-number {
        font-size: 0.75rem;
        padding: 0.15rem;
    }
    
    .fc .fc-col-header-cell {
        font-size: 0.65rem;
        padding: 0.35rem 0.15rem;
    }
    
    .fc-day-indicator {
        font-size: 0.55rem;
        padding: 0.15rem 0.25rem;
        gap: 0.1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    
    .fc-day-indicator span {
        font-size: 0.55rem;
        line-height: 1.1;
    }
    
    /* Esconder ícone no mobile muito pequeno */
    .fc-day-indicator i {
        display: none;
    }
}


/* ========================================
   ANIMAÇÕES DE SCROLL
======================================== */

/* Estado inicial - elementos invisíveis antes de aparecer */
.section-header,
.property-card,
.stat-card,
.feature-card,
.testimonial,
.service-card,
.contact-info,
.contact-form,
.about-content,
.broker-card,
.hero-featured-card,
.calendar-container,
section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Estado quando elemento entra na viewport */
.animate-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Animações específicas para diferentes elementos */

/* Fade in from bottom */
.property-card {
    transform: translateY(40px) scale(0.95);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.property-card.animate-in {
    transform: translateY(0) scale(1);
}

/* Fade in from left */
.contact-info {
    transform: translateX(-40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.contact-info.animate-in {
    transform: translateX(0);
}

/* Fade in from right */
.contact-form {
    transform: translateX(40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.contact-form.animate-in {
    transform: translateX(0);
}

/* Scale up animation */
.stat-card,
.feature-card {
    transform: scale(0.9);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.stat-card.animate-in,
.feature-card.animate-in {
    transform: scale(1);
}

/* Rotate in animation para cards premium */
.hero-featured-card {
    opacity: 0;
    transform: perspective(1000px) rotateY(-15deg);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.hero-featured-card.animate-in {
    opacity: 1;
    transform: perspective(1000px) rotateY(0);
}

/* Smooth fade para headers de seção */
.section-header {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.section-header.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Animação especial para depoimentos */
.testimonial {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.testimonial.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Animação suave para seções inteiras */
section {
    opacity: 0;
    transition: opacity 1s ease-out;
}

section.animate-in {
    opacity: 1;
}

/* Efeito parallax sutil no scroll */
@media (prefers-reduced-motion: no-preference) {
    .hero-featured-card,
    .property-card {
        will-change: transform;
    }
}

/* Respeitar preferências de acessibilidade */
@media (prefers-reduced-motion: reduce) {
    .section-header,
    .property-card,
    .stat-card,
    .feature-card,
    .testimonial,
    .service-card,
    .contact-info,
    .contact-form,
    .about-content,
    .broker-card,
    .hero-featured-card,
    .calendar-container,
    section {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ======================================== */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    scroll-behavior: smooth;
    background-color: var(--bg-primary);
    transition: background-color 0.3s ease, color 0.3s ease;
    overflow-x: hidden;
}

/* Divisórias entre seções */
section {
    position: relative;
}

section:not(:last-child):not(.hero):not(.footer)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1000px;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--border-color) 20%, 
        var(--border-color) 80%, 
        transparent 100%);
    opacity: 0.5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--header-bg);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-brand h1 {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 700;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    transition: var(--transition);
    position: relative;
}

.nav-menu a:hover {
    color: var(--secondary-color);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

/* Botão de Tema */
.theme-toggle {
    background: transparent;
    border: 2px solid var(--border-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.theme-toggle-icons {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.theme-toggle-label {
    display: none;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
}

.theme-toggle:hover {
    background: var(--light-gray);
    border-color: var(--accent-color);
    transform: rotate(180deg);
}

.theme-toggle svg {
    position: absolute;
    top: 0;
    left: 0;
    transition: var(--transition);
}

.theme-toggle .sun-icon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.theme-toggle .moon-icon {
    opacity: 0;
    transform: rotate(180deg) scale(0);
}

body.dark-theme .theme-toggle .sun-icon {
    opacity: 0;
    transform: rotate(-180deg) scale(0);
}

body.dark-theme .theme-toggle .moon-icon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

/* Botão Entrar */
.admin-link {
    background: transparent !important;
    color: var(--text-color) !important;
    font-weight: 600 !important;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    border: 2px solid var(--accent-color) !important;
    transition: var(--transition) !important;
}

.admin-link:hover {
    background: var(--accent-color) !important;
    color: var(--white) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(197, 164, 109, 0.3) !important;
}

.admin-link::after {
    display: none !important;
}

/* Hero Section */
/* ========================================
   HERO SECTION - REDESIGNED
======================================== */
.hero {
    position: relative;
    min-height: 100vh;
    background: var(--bg-hero);
    overflow: hidden;
    padding: 100px 0 60px;
    transition: background 0.3s ease;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    min-height: calc(100vh - 160px);
    position: relative;
    z-index: 1;
}

/* Hero Content */
.hero-content {
    color: #ffffff;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
    backdrop-filter: blur(10px);
    margin-bottom: 1.5rem;
    animation: fadeInDown 0.6s ease;
}

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

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease 0.2s both;
}

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

.hero-highlight {
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    animation: fadeInUp 0.8s ease 0.6s both;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-size: 1.0625rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    font-family: inherit;
}

.hero-btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
}

.hero-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Hero Stats */
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    animation: fadeInUp 0.8s ease 0.8s both;
}

.hero-stat {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.hero-stat:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-4px);
}

.hero-stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.hero-stat-label {
    font-size: 0.875rem;
    color: #94a3b8;
    font-weight: 500;
}

/* Hero Showcase */
.hero-showcase {
    animation: fadeInRight 1s ease 0.4s both;
    max-width: 100%;
    width: 100%;
    padding: 0 1rem;
    overflow: hidden;
    box-sizing: border-box;
}

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

.hero-showcase-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.hero-showcase-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.hero-showcase-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #60a5fa;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hero-showcase-link:hover {
    gap: 0.75rem;
    color: #93c5fd;
}

.hero-showcase-content {
    position: relative;
}

.hero-showcase-empty {
    background: rgba(255, 255, 255, 0.05);
    border: 2px dashed rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    color: #cbd5e1;
}

.hero-showcase-empty svg {
    margin-bottom: 1rem;
    opacity: 0.5;
}

.hero-showcase-empty strong {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.hero-showcase-empty p {
    font-size: 0.9375rem;
    color: #94a3b8;
}

.hero-showcase-slider {
    border-radius: 20px;
    overflow: hidden;
    background: transparent;
    border: none;
    height: 600px;
    max-width: 650px;
    margin: 0 auto;
}

.hero-showcase-slider .swiper-slide {
    background: transparent;
    height: 600px !important;
}

.hero-featured-card {
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 600px;
    position: relative;
    width: 100%;
}

.hero-featured-card:hover {
    transform: scale(1.02);
}

/* Novo estilo simplificado - só foto */
.hero-featured-media-simple {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
}

.hero-featured-media-simple img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.hero-featured-card:hover .hero-featured-media-simple img {
    transform: scale(1.1);
}

/* Overlay com informações */
.hero-featured-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 50%, transparent 100%);
    padding: 2rem;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.hero-featured-info-simple {
    color: #ffffff;
}

.hero-featured-badge-simple {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: rgba(59, 130, 246, 0.95);
    color: #ffffff;
    padding: 0.625rem 1.125rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    z-index: 10;
}

.hero-featured-info-simple h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.hero-featured-price-simple {
    font-size: 1.5rem;
    font-weight: 800;
    color: #60a5fa;
    margin-bottom: 1rem;
}

.hero-featured-button-simple {
    background: rgba(59, 130, 246, 0.9);
    color: #ffffff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-featured-button-simple:hover {
    background: rgba(59, 130, 246, 1);
    transform: translateX(5px);
}

/* Estilos antigos mantidos para compatibilidade */
.hero-featured-media {
    position: relative;
    height: 350px;
    overflow: hidden;
    background: var(--bg-secondary);
}

.hero-featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.hero-featured-card:hover .hero-featured-media img {
    transform: scale(1.08);
}

.hero-featured-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    z-index: 10;
}

.hero-featured-info {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a;
}

.hero-featured-info h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #0f172a;
}

.hero-featured-location {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 0.75rem;
}

.hero-featured-price {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.75rem;
}

.hero-featured-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.hero-featured-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.75rem 0;
}

.hero-featured-tags span {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: #f1f5f9;
    color: #475569;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
}

.hero-featured-tags span svg {
    flex-shrink: 0;
}

.hero-featured-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.75rem 0;
}

.hero-featured-flags span {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: #dbeafe;
    color: #1e40af;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}

.hero-featured-flags span svg {
    flex-shrink: 0;
}

.hero-featured-button {
    width: 100%;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.hero-featured-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.hero-featured-button svg {
    flex-shrink: 0;
}

/* Botões de Navegação do Swiper no Hero */
.hero-showcase-slider .swiper-button-prev,
.hero-showcase-slider .swiper-button-next {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.hero-showcase-slider .swiper-button-prev:hover,
.hero-showcase-slider .swiper-button-next:hover {
    background: #ffffff;
    transform: scale(1.1);
}

.hero-showcase-slider .swiper-button-prev::after,
.hero-showcase-slider .swiper-button-next::after {
    font-size: 18px;
    color: #0f172a;
    font-weight: 900;
}

.hero-showcase-slider .swiper-pagination {
    bottom: 1.5rem;
}

.hero-showcase-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
}

.hero-showcase-slider .swiper-pagination-bullet-active {
    background: #3b82f6;
    width: 28px;
    border-radius: 5px;
}

/* Responsividade do Hero */
@media (max-width: 1200px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 0 1.5rem;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    
    .hero-stat {
        padding: 1rem;
    }
    
    .hero-stat-value {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 80px 0 40px;
    }
    
    .hero-container {
        padding: 0 1rem;
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .hero-title {
        font-size: 2.25rem;
    }
    
    .hero-description {
        font-size: 1.125rem;
    }
    
    .hero-actions {
        flex-direction: column;
    }
    
    .hero-btn {
        width: 100%;
        justify-content: center;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .hero-stat {
        padding: 0.875rem;
    }
    
    .hero-stat-value {
        font-size: 1.75rem;
    }
    
    .hero-showcase {
        padding: 0;
    }
    
    .hero-showcase-header h3 {
        font-size: 1.25rem;
    }
    
    .hero-showcase-slider {
        height: 300px;
        max-width: 100%;
    }
    
    .hero-showcase-slider .swiper-slide {
        height: 300px !important;
    }
    
    .hero-featured-card {
        height: 300px;
    }
    
    .hero-featured-media-simple {
        height: 300px;
    }
    
    .hero-featured-info-simple h3 {
        font-size: 1.25rem;
    }
    
    .hero-featured-price-simple {
        font-size: 1.125rem;
    }
    
    .hero-featured-badge-simple {
        font-size: 0.625rem;
        padding: 0.5rem 0.875rem;
    }
    
    .hero-featured-overlay {
        padding: 1.25rem;
    }
    
    .hero-featured-media {
        height: 280px;
    }
}

/* Tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-container {
        gap: 2rem;
    }
    
    .hero-showcase-slider {
        max-width: 500px;
    }
}

/* Featured Tags */
.hero-featured-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hero-featured-tags span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(248, 250, 252, 0.9);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
}

.hero-featured-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.hero-featured-flags span {
    background: rgba(84, 197, 255, 0.12);
    border: 1px solid rgba(148, 233, 255, 0.25);
    color: rgba(191, 232, 255, 0.95);
    padding: 0.32rem 0.8rem;
    border-radius: 999px;
    font-size: 0.72rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.hero-featured-button {
    margin-top: 0.5rem;
    align-self: flex-start;
    background: var(--gradient-accent);
    color: #0f172a;
    border: none;
    padding: 0.9rem 1.6rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 12px 28px rgba(197, 164, 109, 0.25);
}

.hero-featured-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(197, 164, 109, 0.32);
}

.hero-showcase-pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 0.6rem;
}

.hero-showcase-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.hero-showcase-pagination .swiper-pagination-bullet-active {
    background: var(--accent-color);
    transform: scale(1.3);
}

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

/* Buttons */
.cta-button {
    background: var(--gradient-accent);
    color: white;
    border: none;
    padding: 18px 35px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--shadow);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: var(--shadow-hover);
}

.cta-button:active {
    transform: translateY(-1px) scale(1.02);
}

@media (max-width: 992px) {
    .hero {
        flex-direction: column;
        text-align: center;
        gap: 3rem;
    }

    .hero-content {
        max-width: 100%;
        align-items: center;
    }

    .hero-showcase {
        width: 100%;
    }

    .hero-featured-card {
        animation: none;
    }
}

@media (max-width: 600px) {
    .hero-featured-media {
        height: 200px;
    }

    .hero-featured-card {
        padding: 1.5rem;
    }

    .hero-featured-info h3 {
        font-size: 1.3rem;
    }
}

/* Properties Section */
.properties {
    padding: 100px 0;
    background: var(--bg-secondary);
    transition: background 0.3s ease;
}

.properties h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    color: var(--primary-color);
    font-weight: 800;
    position: relative;
    transition: color 0.3s ease;
}

.properties h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gradient-accent);
    border-radius: 2px;
}

.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    align-items: start;
}

.no-properties {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(197, 164, 109, 0.08), rgba(15, 23, 42, 0.04));
    border-radius: 20px;
    border: 2px dashed rgba(197, 164, 109, 0.4);
    margin: 2rem 0;
    color: var(--primary-color);
    font-size: 1.1rem;
}

.no-properties p {
    margin: 0.5rem 0;
    color: #666;
    font-size: 1.1rem;
}

.no-properties p:first-child {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.3rem;
}

.property-card {
    background: var(--card-bg);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    border: 1px solid var(--border-color);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.property-card::before {
    display: none;
}

.property-card.featured-property::before {
    content: '★ Destaque';
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--gradient-accent);
    color: #0f172a;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    z-index: 3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(197, 164, 109, 0.25);
    display: inline-flex;
    align-items: center;
}

.property-card.premium-property {
    border-color: rgba(197, 164, 109, 0.4);
    box-shadow: 0 18px 50px rgba(197, 164, 109, 0.38);
}

.property-ribbon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(15, 23, 42, 0.76);
    color: #f8f6ef;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.25);
    backdrop-filter: blur(8px);
    z-index: 3;
}

.property-premium-badge {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff7e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    box-shadow: 0 14px 32px rgba(217, 119, 6, 0.35);
    z-index: 3;
}

.property-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(197, 164, 109, 0.5);
}

.property-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: var(--bg-secondary);
}

.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);
}

.image-count {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    z-index: 2;
}

.property-info {
    padding: 1.8rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.property-info h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.property-info .price {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 0.8rem;
}

.property-info .location {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.property-address {
    background: var(--card-bg);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 8px;
    padding: 0.8rem;
    margin-bottom: 1rem;
}

.property-address .full-address {
    font-size: 0.9rem;
    color: var(--text-color);
    margin: 0 0 0.6rem 0;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.5;
}

.property-address .full-address i {
    color: #3b82f6;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.property-address .maps-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background: #3b82f6;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.property-address .maps-link:hover {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
}

.property-address .maps-link i {
    font-size: 1rem;
}

body.dark-theme .property-address {
    background: rgba(59, 130, 246, 0.05);
    border-color: rgba(59, 130, 246, 0.3);
}

.property-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.property-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.15);
    color: #1e40af;
    font-size: 0.78rem;
    font-weight: 600;
    border: 1px solid rgba(59, 130, 246, 0.3);
    letter-spacing: 0.01em;
}

body.dark-theme .property-tag {
    background: rgba(59, 130, 246, 0.2);
    color: #93c5fd;
    border-color: rgba(59, 130, 246, 0.4);
}

.property-tag i {
    color: inherit;
    font-size: 0.85rem;
}

.property-tag.premium-tag {
    background: linear-gradient(135deg, rgba(197, 164, 109, 0.25), rgba(197, 164, 109, 0.15));
    color: #854d0e;
    border-color: rgba(197, 164, 109, 0.35);
}

.property-tag.rent-tag {
    background: rgba(16, 185, 129, 0.16);
    color: #047857;
    border-color: rgba(16, 185, 129, 0.35);
}

.rent-price {
    font-size: 1.1rem;
    color: #047857;
    font-weight: 700;
    margin-top: -0.4rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.property-extra-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0 0.2rem;
}

.property-extra-flags span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.1);
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 600;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.5rem;
}

.features span {
    background: rgba(15, 23, 42, 0.05);
    color: var(--text-color);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    white-space: nowrap;
}

.property-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1rem;
}

.property-amenities span {
    background: rgba(15, 23, 42, 0.06);
    color: #475569;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 500;
}

.property-amenities span.more-chip {
    background: rgba(197, 164, 109, 0.18);
    color: #8b5e1a;
    font-weight: 600;
}

.property-amenities-extra {
    margin-top: 0.75rem;
    font-size: 0.86rem;
    color: #4b5563;
    line-height: 1.5;
}

.property-features span {
    background: var(--light-gray);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 500;
}

.property-button {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: var(--transition);
    width: 100%;
    font-size: 1.1rem;
}

.property-button:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}

/* Modal */
/* ========================================
   MODAL DE DETALHES DO IMÓVEL (PUBLIC)
======================================== */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    animation: modalFadeIn 0.3s ease;
    overflow-y: auto;
    padding: 2rem 1rem;
}

@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    position: relative;
    background: var(--card-bg);
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
    border-radius: 20px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(15, 23, 42, 0.05);
    animation: modalSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

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

.modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1000;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(15, 23, 42, 0.05);
}

.modal-close:hover {
    background: #ffffff;
    transform: rotate(90deg) scale(1.05);
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(15, 23, 42, 0.08);
}

.modal-close svg {
    color: #1e293b;
    transition: color 0.2s ease;
}

.modal-close:hover svg {
    color: #ef4444;
}

.modal-body {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    min-height: 600px;
}

/* ========================================
   SEÇÃO DA GALERIA
======================================== */
.property-gallery-section {
    position: relative;
    background: var(--bg-secondary);
    overflow: hidden;
}

.propertySwiper {
    width: 100%;
    height: 100%;
    min-height: 600px;
}

.swiper-wrapper {
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-secondary);
    position: relative;
}

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

.swiper-slide:hover img {
    transform: scale(1.03);
}

/* Botões de Navegação do Swiper */
.propertySwiper .swiper-button-prev,
.propertySwiper .swiper-button-next {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(15, 23, 42, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.propertySwiper .swiper-button-prev:hover,
.propertySwiper .swiper-button-next:hover {
    background: #ffffff;
    transform: scale(1.1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(15, 23, 42, 0.08);
}

.propertySwiper .swiper-button-prev::after,
.propertySwiper .swiper-button-next::after {
    content: '';
}

.propertySwiper .swiper-button-prev svg,
.propertySwiper .swiper-button-next svg {
    color: #1e293b;
}

.propertySwiper .swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.propertySwiper .swiper-button-disabled:hover {
    transform: scale(1);
}

/* Paginação do Swiper */
.propertySwiper .swiper-pagination {
    bottom: 24px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.propertySwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.propertySwiper .swiper-pagination-bullet-active {
    background: #ffffff;
    transform: scale(1.4);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* ========================================
   SEÇÃO DE INFORMAÇÕES DO IMÓVEL
======================================== */
.property-info-section {
    padding: 2.5rem;
    background: var(--card-bg);
    overflow-y: auto;
    max-height: 600px;
}

.property-info-section::-webkit-scrollbar {
    width: 8px;
}

.property-info-section::-webkit-scrollbar-track {
    background: var(--bg-secondary);
    border-radius: 4px;
}

.property-info-section::-webkit-scrollbar-thumb {
    background: var(--text-color);
    border-radius: 4px;
    transition: background 0.3s ease;
}

.property-info-section::-webkit-scrollbar-thumb:hover {
    background: var(--text-secondary);
}

/* Cabeçalho da Propriedade */
.property-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--border-color);
}

.property-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.property-price {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 0.75rem;
}

.property-location {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: var(--text-secondary);
    font-size: 1rem;
    font-weight: 500;
}

.property-location > span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.property-location svg {
    flex-shrink: 0;
}

.property-modal-address {
    margin-top: 0.5rem;
    padding: 1rem;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 8px;
}

.modal-maps-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: #3b82f6;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.modal-maps-btn:hover {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

/* Grid de Características */
.property-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.property-features .feature-item {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.property-features .feature-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: var(--border-hover);
}

.property-features .feature-item svg,
.property-features .feature-item i {
    font-size: 1.75rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.property-features .feature-item .feature-label {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.property-features .feature-item .feature-value {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-color);
}

/* Descrição */
.property-description {
    margin-bottom: 2rem;
}

.property-description h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 0.75rem;
}

.property-description p {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.95;
}

/* Comodidades */
.property-amenities {
    margin-bottom: 2rem;
}

.property-amenities h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
}

.property-amenities .amenities-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.property-amenities .amenity-chip {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    color: var(--text-color);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.property-amenities .amenity-chip:hover {
    background: var(--border-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Informações Extras */
.property-extra-info {
    margin-bottom: 2rem;
    padding: 1.25rem;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    color: var(--text-color);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Botão CTA */
.property-cta-button {
    width: 100%;
    padding: 1.125rem 2rem;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 10px 25px rgba(37, 211, 102, 0.25),
        0 0 0 1px rgba(37, 211, 102, 0.1);
}

.property-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 35px rgba(37, 211, 102, 0.35),
        0 0 0 1px rgba(37, 211, 102, 0.15);
}

.property-cta-button:active {
    transform: translateY(-1px);
}

.property-cta-button svg {
    flex-shrink: 0;
}

/* ========================================
   RESPONSIVIDADE DO MODAL
======================================== */
@media (max-width: 968px) {
    .modal-body {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    
    .propertySwiper {
        min-height: 600px;
    }
    
    .property-info-section {
        max-height: none;
        padding: 2rem 1.5rem;
    }
    
    .property-header h2 {
        font-size: 1.75rem;
    }
    
    .property-price {
        font-size: 2rem;
    }
    
    .property-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
}

@media (max-width: 640px) {
    .modal {
        padding: 1rem 0.5rem;
    }
    
    .modal-content {
        width: 100%;
        border-radius: 16px;
    }
    
    .modal-close {
        width: 40px;
        height: 40px;
        top: 1rem;
        right: 1rem;
    }
    
    .propertySwiper {
        min-height: 300px;
    }
    
    .propertySwiper .swiper-button-prev,
    .propertySwiper .swiper-button-next {
        width: 44px;
        height: 44px;
    }
    
    .propertySwiper .swiper-button-prev svg,
    .propertySwiper .swiper-button-next svg {
        width: 20px;
        height: 20px;
    }
    
    .property-info-section {
        padding: 1.5rem 1rem;
    }
    
    .property-header h2 {
        font-size: 1.5rem;
    }
    
    .property-price {
        font-size: 1.75rem;
    }
    
    .property-features {
        grid-template-columns: 1fr;
    }
    
    .property-cta-button {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
}

/* Animação de loading para imagens */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ========================================
   CALENDAR SECTION
======================================== */
.calendar-section {
    padding: 80px 0;
    text-align: center;
    background: var(--bg-primary);
}

.calendar-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.calendar-section p {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 3rem;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
    background: var(--card-bg);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    padding: 1.5rem;
}

/* === CUSTOMIZAÇÃO FULLCALENDAR === */

/* Toolbar do calendário */
.fc .fc-toolbar {
    padding: 1rem;
    background: var(--bg-secondary);
    border-radius: var(--border-radius);
    margin-bottom: 1.5rem;
}

.fc .fc-toolbar-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
}

.fc .fc-button {
    background: var(--accent-color);
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: var(--transition);
    font-weight: 600;
}

.fc .fc-button:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}

.fc .fc-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Grid do calendário */
.fc .fc-daygrid-day {
    cursor: default;
    transition: var(--transition);
}

/* Dias disponíveis */
.fc .fc-daygrid-day.fc-day-available {
    background: linear-gradient(135deg, #d1fae5 0%, #e0f2fe 100%);
    cursor: pointer !important;
    border: 2px solid #10b981;
}

.fc .fc-daygrid-day.fc-day-available:hover {
    background: linear-gradient(135deg, #a7f3d0 0%, #bae6fd 100%);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    z-index: 10;
}

.fc .fc-daygrid-day.fc-day-available .fc-daygrid-day-number {
    color: #065f46;
    font-weight: 700;
}

/* Dias indisponíveis */
.fc .fc-daygrid-day.fc-day-unavailable {
    background: #f3f4f6;
    opacity: 0.5;
    cursor: not-allowed !important;
}

.dark-theme .fc .fc-daygrid-day.fc-day-unavailable {
    background: #1f2937;
}

.fc .fc-daygrid-day.fc-day-unavailable .fc-daygrid-day-number {
    color: #9ca3af;
}

/* Indicador de disponibilidade */
.fc-day-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem;
    margin-top: 0.15rem;
    padding: 0.2rem 0.55rem;
    background: rgba(16, 185, 129, 0.12);
    border-radius: 999px;
    font-size: 0.72rem;
    color: #0f5132;
    font-weight: 600;
    line-height: 1.2;
}

.fc-day-indicator i {
    font-size: 0.75rem;
    color: #059669;
}

.fc-day-indicator span {
    white-space: nowrap;
}

/* Tema escuro - dias disponíveis */
.dark-theme .fc .fc-daygrid-day.fc-day-available {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(59, 130, 246, 0.2) 100%);
    border-color: #10b981;
}

.dark-theme .fc .fc-daygrid-day.fc-day-available:hover {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.3) 0%, rgba(59, 130, 246, 0.3) 100%);
}

.dark-theme .fc .fc-daygrid-day.fc-day-available .fc-daygrid-day-number {
    color: #6ee7b7;
}

.dark-theme .fc-day-indicator {
    background: rgba(16, 185, 129, 0.2);
    color: #bbf7d0;
}

/* Headers dos dias da semana */
.fc .fc-col-header-cell {
    background: var(--bg-secondary);
    color: var(--text-color);
    font-weight: 600;
    padding: 1rem 0.5rem;
    border: none;
}

/* Células do calendário */
.fc .fc-daygrid-day-frame {
    min-height: 80px;
    padding: 0.5rem;
}

.fc .fc-daygrid-day-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.fc .fc-daygrid-day-number {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
}

/* Bordas */
.fc-theme-standard td,
.fc-theme-standard th {
    border-color: var(--border-color);
}

/* Dia atual */
.fc .fc-day-today {
    background: rgba(197, 164, 109, 0.1) !important;
}

.fc .fc-day-today .fc-daygrid-day-number {
    background: var(--accent-color);
    color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fim customização calendário */

/* === SOBRE O CORRETOR === */
.about-broker {
    padding: 80px 0;
    background: var(--bg-primary);
    position: relative;
}

.about-content {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 4rem;
    align-items: center;
}

.broker-image {
    position: relative;
}

.broker-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.broker-image:hover img {
    transform: translateY(-10px);
}

.broker-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.broker-badge i {
    font-size: 1.5rem;
    color: #ffd700;
}

.broker-badge span {
    font-weight: 600;
    font-size: 1rem;
}

.broker-info h2 {
    font-size: 2.5rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.broker-title {
    font-size: 1.25rem;
    color: var(--text-secondary);
    font-weight: 500;
    margin-bottom: 2rem;
}

.broker-description {
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.broker-description p {
    margin-bottom: 1rem;
    color: var(--text-color);
}

.broker-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 2rem 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-item i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    display: block;
}

.stat-item strong {
    display: block;
    font-size: 2rem;
    color: var(--primary-color);
    font-weight: 700;
}

.stat-item span {
    display: block;
    font-size: 0.875rem;
    color: var(--text-light);
    margin-top: 0.25rem;
}

.broker-contact-actions {
    display: flex;
    gap: 1rem;
}

.broker-contact-actions .btn-primary,
.broker-contact-actions .btn-secondary {
    padding: 1rem 2rem;
    border-radius: 8px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.broker-contact-actions .btn-primary {
    background: var(--gradient-accent);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(197, 164, 109, 0.25);
}

.broker-contact-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(197, 164, 109, 0.35);
}

.broker-contact-actions .btn-secondary {
    background: transparent;
    color: var(--text-color);
    border: 2px solid var(--text-color);
}

.broker-contact-actions .btn-secondary:hover {
    background: var(--text-color);
    color: var(--bg-primary);
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* Responsivo */
@media (max-width: 968px) {
    .about-broker {
        padding: 60px 0;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .broker-image img {
        height: 600px;
    }
    
    .broker-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .broker-contact-actions {
        flex-direction: column;
    }
    
    .broker-contact-actions .btn-primary,
    .broker-contact-actions .btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* Testimonials */
.testimonials {
    padding: 80px 0;
    background: var(--bg-primary);
    color: var(--text-color);
    position: relative;
    overflow: hidden;
}

.testimonials h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: var(--text-color) !important;
    background: transparent !important;
    padding: 0;
}

.testimonialsSwiper {
    padding-bottom: 50px;
}

.testimonial {
    padding: 0 15px;
}

.testimonial-content {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    color: var(--text-color);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    border: 1px solid var(--border-color);
}

.testimonial-stars {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #fbbf24;
}

.testimonial-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-style: italic;
    flex-grow: 1;
    color: var(--text-color);
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary-color);
}

.testimonial-author h4 {
    margin: 0;
    font-size: 1.1rem;
    color: var(--text-color);
}

.testimonial-author span {
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.testimonialsSwiper .swiper-pagination {
    bottom: 0 !important;
}

.testimonialsSwiper .swiper-pagination-bullet {
    background: white !important;
    opacity: 0.5 !important;
    width: 12px !important;
    height: 12px !important;
}

.testimonialsSwiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.testimonial-card {
    background: var(--card-bg);
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid var(--border-color);
    overflow: hidden;
    height: 100%;
}

.testimonial-card::before {
    display: none;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: var(--primary-color);
}

.testimonial-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    object-fit: cover;
    border: 3px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.testimonial-card:hover .testimonial-avatar {
    transform: scale(1.05);
    border-color: var(--primary-color);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.testimonial-text {
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: var(--text-color);
    position: relative;
    z-index: 2;
    font-weight: 400;
}

.testimonial-text::before {
    content: '"';
    font-size: 4rem;
    color: var(--text-secondary);
    position: absolute;
    top: -15px;
    left: -10px;
    opacity: 0.3;
    font-family: Georgia, serif;
}

.testimonial-text::after {
    content: '"';
    font-size: 4rem;
    color: var(--text-secondary);
    position: absolute;
    bottom: -30px;
    right: -10px;
    opacity: 0.3;
    font-family: Georgia, serif;
}

.testimonial-author {
    font-weight: 700;
    color: var(--text-color);
    font-size: 1.1rem;
    position: relative;
    z-index: 2;
    margin-top: 0.5rem;
}

/* Testimonials Section Background */
.testimonials {
    background: var(--bg-primary) !important;
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="testimonial-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23c5a46d" opacity="0.08"/></pattern></defs><rect x="0" y="0" width="60" height="60" fill="url(%23testimonial-pattern)"/></svg>');
    pointer-events: none;
}

/* Contact */
.contact {
    padding: 100px 0;
    background: linear-gradient(180deg, #0f172a 0%, #1f2937 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="contact-grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23contact-grid)"/></svg>');
    pointer-events: none;
}

.contact h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    position: relative;
    z-index: 2;
}

.contact-item {
    background: rgba(255, 255, 255, 0.08);
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.contact-item:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 35px rgba(15, 23, 42, 0.25);
}

.contact-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.contact-item p {
    margin-bottom: 1rem;
    opacity: 0.9;
}

.contact-item button {
    background: white;
    color: var(--secondary-color);
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: var(--transition);
}

.contact-item button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.25);
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: var(--gradient-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 
        0 8px 25px rgba(15, 23, 42, 0.18),
        0 4px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1000;
    animation: pulse 3s infinite;
    border: 3px solid rgba(255, 255, 255, 0.35);
}

.whatsapp-float:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 
        0 18px 38px rgba(15, 23, 42, 0.25),
        0 8px 20px rgba(0, 0, 0, 0.28);
    background: linear-gradient(135deg, #d3ba84 0%, #b58e55 100%);
}

.whatsapp-float img {
    width: 38px;
    height: 38px;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover img {
    transform: scale(1.1);
}

@keyframes pulse {
    0% { 
        box-shadow: 
            0 8px 25px rgba(197, 164, 109, 0.32),
            0 4px 15px rgba(0, 0, 0, 0.18),
            0 0 0 0 rgba(197, 164, 109, 0.5); 
    }
    50% { 
        box-shadow: 
            0 8px 25px rgba(197, 164, 109, 0.3),
            0 4px 15px rgba(0, 0, 0, 0.18),
            0 0 0 15px rgba(197, 164, 109, 0.2); 
    }
    100% { 
        box-shadow: 
            0 8px 25px rgba(197, 164, 109, 0.28),
            0 4px 15px rgba(0, 0, 0, 0.18),
            0 0 0 0 rgba(197, 164, 109, 0); 
    }
}

/* Swiper Customization */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.propertySwiper {
    height: 600px;
}

.propertySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Menu mobile: ver index.html */
    
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 120px 20px 50px;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-image {
        margin-top: 2rem;
    }
    
    .modal-body {
        grid-template-columns: 1fr;
    }
    
    .properties-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: 1rem;
    }
    
    .property-card {
        border-radius: 15px;
    }
    
    .property-image {
        height: 280px;
    }
    
    .property-info {
        padding: 1.5rem;
    }
    
    .property-info h3 {
        font-size: 1.25rem;
    }
    
    .property-info .price {
        font-size: 1.4rem;
    }
    
    .features {
        gap: 0.6rem;
    }
    
    .features span {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .contact-info {
        grid-template-columns: 1fr;
    }
}

/* Loading Animation */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.fade-in.delay-1 { animation-delay: 0.2s; }
.fade-in.delay-2 { animation-delay: 0.4s; }
.fade-in.delay-3 { animation-delay: 0.6s; }

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

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    animation: slideInLeft 0.8s ease forwards;
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.scale-in {
    opacity: 0;
    transform: scale(0.8);
    animation: scaleIn 0.8s ease forwards;
}

@keyframes scaleIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Enhanced scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #1f2937, #0f172a);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #0f172a, #0b1120);
}

/* Floating elements animation */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.floating {
    animation: float 3s ease-in-out infinite;
}

/* Footer - Claro por padrão */
.footer {
    background: #f8fafc;
    color: #1e293b;
    padding: 60px 0 20px;
    margin-top: 50px;
    border-top: 1px solid #e2e8f0;
}

body.dark-theme .footer {
    background: #0f172a;
    color: white;
    border-top: 1px solid #1e293b;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: #1e293b;
}

body.dark-theme .footer-section h3,
body.dark-theme .footer-section h4 {
    color: #ffffff;
}

.footer-section p {
    line-height: 1.6;
    margin-bottom: 15px;
    opacity: 0.9;
    color: #475569;
}

body.dark-theme .footer-section p {
    color: rgba(255, 255, 255, 0.9);
}

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

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #0f172a;
}

body.dark-theme .footer-section ul li a {
    color: rgba(255, 255, 255, 0.8);
}

body.dark-theme .footer-section ul li a:hover {
    color: #cccccc;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: rgba(15, 23, 42, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    color: #475569;
}

body.dark-theme .social-links a {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.social-links a:hover {
    background: rgba(59, 130, 246, 0.15);
    transform: translateY(-2px);
}

body.dark-theme .social-links a:hover {
    background: rgba(197, 164, 109, 0.25);
    transform: translateY(-2px);
}

.contact-info-footer p {
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #64748b;
}

body.dark-theme .contact-info-footer p {
    color: rgba(255, 255, 255, 0.85);
}

.footer-cta {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 15px;
    transition: all 0.3s ease;
    width: 100%;
}

body.dark-theme .footer-cta {
    background: var(--gradient-accent);
}

.footer-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(59, 130, 246, 0.28);
}

body.dark-theme .footer-cta:hover {
    background: linear-gradient(135deg, #d3ba84, #b18c52);
    box-shadow: 0 12px 24px rgba(197, 164, 109, 0.28);
}

.footer-bottom {
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

body.dark-theme .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-credits p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
    color: #64748b;
}

body.dark-theme .footer-credits p {
    color: rgba(255, 255, 255, 0.8);
}

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    color: #64748b;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #0f172a;
}

body.dark-theme .footer-legal a {
    color: rgba(255, 255, 255, 0.7);
}

body.dark-theme .footer-legal a:hover {
    color: #ffffff;
}

.footer-legal a:hover {
    color: #a0a0a0;
}

@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ========================================
   ANIMAÇÃO DE CONTADORES (ESTATÍSTICAS)
   ======================================== */

/* Animação de pulse nos números durante contagem */
@keyframes counterPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Aplicar animação aos números durante a contagem */
.stat-item strong.counting {
    animation: counterPulse 0.5s ease-in-out;
}

/* Adicionar transição suave aos números */
.stat-item strong {
    transition: all 0.3s ease;
}

/* Fade in da seção de estatísticas */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.broker-stats.animate {
    animation: fadeInUp 0.6s ease-out;
}

