/* Custom Styles for Ventable */
/* Fixed background div to avoid parallax effect */
.fixed-background {
    position: fixed;
    top: 12px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    z-index: -9999;
    pointer-events: none;
}

body {
    font-family: 'Fraunces', serif;
    font-optical-sizing: auto;
    /* background properties removed, now handled by .fixed-background */
    box-shadow: inset 0 0 0 2000px rgba(29, 53, 91, 0.7);
    color: #f8f9fa;
    overflow-x: hidden;
}

.page-index {
    /* background-image: url('../images/Fondo1.jpg');
    background-attachment: scroll; */
}

.page-propiedades {
    /* background-image: url('../images/Fondo7.png');
    background-attachment: scroll; */
}

#modalMap {
    border-radius: 0.25rem;
    border: 1px solid #dee2e6;
}

/* Asegura que los popups del mapa aparezcan sobre la modal */
.leaflet-popup-pane {
    z-index: 1060 !important; 
}

.page-servicios {
    /* background-image: url('../images/Fondo3.jpg');
    background-attachment: scroll; */
}

.page-nosotros {
    /* background-image: url('../images/Fondo4.jpg');
    background-attachment: scroll; */
}

.page-contacto {
    /* background-image: url('../images/Fondo7.png');
    background-attachment: scroll; */
}

/* --- Header --- */
header {
    background-color: #1d355b;
    border-bottom: 1px solid #142a49 !important;
}

.site-logo {
    height: 80px;
    width: auto;
    margin-left: -15px;
}

/* Anulamos el color de los enlaces del header para que sean blancos */
header .nav-link, 
header a.text-dark, 
header a.link-dark {
    color: #f1faee !important;
}

header .nav-link:hover,
header .nav-link.link-secondary {
    color: #a8dadc !important;
}

/* Footer */
footer .nav-link, footer p {
    color: #f8f9fa !important;
}

.hero-section {
    background-color: transparent;
}

.card-title {
    font-weight: 600;
}

/* Ajustes para elementos que deben mantener fondo claro y texto oscuro */
.card, .list-group-item, .form-control {
    color: #212529;
    background-color: rgba(255, 255, 255, 0.9);
}

.card .card-text {
     color: black !important;
}

.card .text-muted {
     color: white !important;
}

/* Asegura que el contenido de la modal sea opaco */
.modal-content {
    background-color: #ffffff;
    color: #212529;
}

.fs-5.text-muted {
    color: white !important;
}

.bg-light {
    background-color: rgba(162, 154, 108, 0.9) !important;
}

/* --- Estilos para Botones --- */
.btn-primary {
    background-color: #a29a6c;
    border-color: #a29a6c;
}

.btn-primary:hover {
    background-color: #8a815b;
    border-color: #8a815b;
}

.btn-secondary {
    background-color: #a29a6c;
    border-color: #a29a6c;
}

.btn-secondary:hover {
    background-color: #8a815b;
    border-color: #8a815b;
}

.btn-outline-secondary {
    color: #a29a6c;
    border-color: #a29a6c;
}

.btn-outline-secondary:hover {
    background-color: #a29a6c;
    color: #f8f9fa;
}

/* --- Colores de Acento --- */
.text-primary {
    color: #f8f9fa !important;
}

/* --- Estilos para Iconos de Servicios --- */
.feature-icon {
    width: 6rem;
    height: 6rem;
    background-color: #1d355b !important;
    border-radius: 50%;
}

.feature-icon img {
    width: 3rem;
    height: 3rem;
}

/* --- Estilos para Móviles (Responsive) --- */
@media (max-width: 768px) {
    .luxury-footer {
        padding: 2.5rem 1.5rem;
    }
}

/* ========================
   Luxury Valuation Modal
   ======================== */

.luxury-valuation-modal {
    border-radius: 16px;
    margin: 12px 32px;
    padding: 1.5rem 3rem;
    border: none;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.luxury-valuation-modal .modal-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border: none;
    padding: 1.5rem 2rem;
}

.luxury-valuation-title {
    color: #fff;
    font-family: 'Fraunces', serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.luxury-valuation-modal .modal-body {
    padding: 2rem;
}

/* Steps Progress */
.luxury-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 0 1rem;
    gap: 0.25rem;
}

.luxury-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.luxury-step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f1f5f9;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    font-family: 'Fraunces', serif;
}

.luxury-step-number.active {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.3);
}

.luxury-step-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8125rem;
    color: #64748b;
    font-weight: 500;
    text-align: center;
}

.luxury-step-line {
    flex: 1;
    height: 2px;
    background-color: #e2e8f0;
    max-width: 80px;
    margin: 0 0.5rem;
    align-self: center;
    margin-top: -1rem;
}

/* Mobile: steps más compactos */
@media (max-width: 576px) {
    .luxury-step-number {
        width: 36px;
        height: 36px;
        font-size: 0.875rem;
    }

    .luxury-step-label {
        font-size: 0.6875rem;
    }

    .luxury-step-line {
        max-width: 40px;
        margin: 0 0.25rem;
    }

    .luxury-steps {
        gap: 0;
    }
}

/* Form Steps */
.luxury-form-step {
    display: none;
    animation: fadeIn 0.3s ease;
}

.luxury-form-step.active {
    display: block;
}

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

.luxury-step-title {
    text-align: center;
    margin-bottom: 2rem;
}

.luxury-step-title h4 {
    font-family: 'Fraunces', serif;
    color: #0f172a;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.luxury-step-title p {
    font-family: 'Manrope', sans-serif;
    color: #64748b;
    font-size: 1.125rem;
}

/* Form Inputs */
.luxury-form-label {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.875rem;
}

.luxury-form-input {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.875rem 1rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    color: #334155;
    transition: all 0.2s ease;
    background-color: #fff;
}

.luxury-form-input:focus {
    border-color: #0f172a;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.1);
    outline: none;
}

.luxury-form-input::placeholder {
    color: #94a3b8;
}

.luxury-form-input:not(.form-select):focus,
.luxury-form-input:not(.form-select):focus {
    background-color: #fff;
}

/* Success Message */
.luxury-success-message {
    animation: fadeIn 0.5s ease;
}

.luxury-success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-size: 2.5rem;
    box-shadow: 0 10px 25px -5px rgba(16, 185, 129, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .luxury-steps {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
    }
    
    .luxury-step-line {
        max-width: 40px;
        margin: 0 0.25rem;
    }
    
    .luxury-step {
        flex-direction: column;
    }
    
    .luxury-step-label {
        font-size: 0.625rem;
    }
    
    .luxury-step-number {
        width: 32px;
        height: 32px;
        font-size: 0.8125rem;
    }
    
    .luxury-valuation-modal .modal-body {
        padding: 1.5rem;
    }
}

/* Modal Button Styles - Ensure visibility */
.luxury-valuation-modal .btn-luxury-primary {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    color: #fff !important;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    z-index: 100;
    position: relative;
    flex: 0 0 auto;
}

.luxury-valuation-modal .btn-luxury-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.3);
}

.luxury-valuation-modal .btn-outline-secondary {
    background: transparent;
    color: #64748b !important;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 0.75rem 2rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    z-index: 100;
    position: relative;
    flex: 0 0 auto;
}

.luxury-valuation-modal .btn-outline-secondary:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

/* Ensure buttons are visible above other content */
.luxury-valuation-modal .text-end,
.luxury-valuation-modal .d-flex.justify-content-between {
    position: relative;
    z-index: 100;
    margin-top: 1rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .feature-icon {
        width: 5rem;
        height: 5rem;
    }

    .feature-icon img {
        width: 2.5rem;
        height: 2.5rem;
    }

    h1, .display-4 {
        font-size: 2.5rem;
    }
}

/* ============================================
   VENTABLE LUXURY ESTATE - DESIGN SYSTEM
============================================ */

/* Fuentes (Fraunces + Manrope) se cargan vía <link> en el <head> de cada página.
   Nota: un @import aquí sería inválido por no estar al inicio del archivo y el
   navegador lo ignoraría — por eso usamos <link>. */

/* Variables de Colores Luxury Estate */
:root {
    /* Primary Colors */
    --primary: #1d355b;
    --primary-rgb: 29, 53, 91;
    --on-primary: #ffffff;
    --primary-container: #1d355b;
    --on-primary-container: #ffffff;
    --primary-fixed: #d6e4f9;
    --primary-fixed-dim: #bac8dc;
    --on-primary-fixed: #0f1c2c;
    
    /* Secondary Colors */
    --secondary: #a29a6c;
    --secondary-rgb: 162, 154, 108;
    --on-secondary: #ffffff;
    --secondary-container: #e2dec1;
    --on-secondary-container: #a29a6c;
    --secondary-fixed: #ede3b0;
    --secondary-fixed-dim: #d0c796;
    --on-secondary-fixed: #201c00;
    
    /* Surface Colors */
    --surface: #f7f9ff;
    --surface-dim: #d7dadf;
    --surface-bright: #f7f9ff;
    --surface-container-lowest: #ffffff;
    --surface-container-low: #f1f4f9;
    --surface-container: #ebeef3;
    --surface-container-high: #e5e8ee;
    --surface-container-highest: #e0e3e8;
    --surface-variant: #e4e2e1;
    
    /* Text Colors */
    --on-surface: #1b1c1c;
    --on-surface-variant: #44474e;
    --on-background: #181c20;
    --on-surface-dim: #1b1c1c;
    
    /* Inverse Colors */
    --inverse-surface: #303030;
    --inverse-on-surface: #f3f0f0;
    --inverse-primary: #b0c7f5;
    
    /* Outline Colors */
    --outline: #74777f;
    --outline-variant: #c4c6cf;
    
    /* Error Colors */
    --error: #ba1a1a;
    --on-error: #ffffff;
    --error-container: #ffdad6;
    --on-error-container: #93000a;
    
    /* Spacing System */
    --spacing-unit: 8px;
    --spacing-4: calc(var(--spacing-unit) * 4);
    --spacing-8: calc(var(--spacing-unit) * 8);
    --spacing-12: calc(var(--spacing-unit) * 12);
    --spacing-16: calc(var(--spacing-unit) * 16);
    --spacing-20: calc(var(--spacing-unit) * 20);
    --spacing-24: calc(var(--spacing-unit) * 24);
    --spacing-32: calc(var(--spacing-unit) * 32);
    --spacing-40: calc(var(--spacing-unit) * 40);
    --spacing-48: calc(var(--spacing-unit) * 48);
    --spacing-64: calc(var(--spacing-unit) * 64);
    --spacing-80: calc(var(--spacing-unit) * 80);
    
    /* Container */
    --container-max: 1440px;
    --container-padding: 64px;
    
    /* Border Radius - Luxury Style (Sharp) */
    --radius-none: 0px;
    --radius-sm: 0px;
    --radius-md: 0px;
    --radius-lg: 0px;
    --radius-full: 50%;
}

/* ============================================
   TYPOGRAPHY SYSTEM
============================================ */

/* Noto Serif - Headlines & Body Copy */
.font-serif {
    font-family: 'Fraunces', serif;
}

/* Manrope - Labels & UI Elements */
.font-sans {
    font-family: 'Manrope', sans-serif;
}

/* Typography Scale */
.display-xl {
    font-family: 'Fraunces', serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.headline-lg {
    font-family: 'Fraunces', serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.headline-md {
    font-family: 'Fraunces', serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
}

.body-lg {
    font-family: 'Fraunces', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}

.body-md {
    font-family: 'Fraunces', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.label-md {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.label-lg {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* ============================================
   GLOBAL RESET & BASE STYLES
============================================ */

body {
    font-family: 'Fraunces', serif;
    background-color: var(--surface);
    color: var(--on-surface);
    line-height: 1.6;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ============================================
   LUXURY SHADOW SYSTEM
============================================ */

.luxury-shadow {
    box-shadow: 0 10px 40px rgba(var(--primary-rgb), 0.05);
}

.luxury-shadow-hover {
    box-shadow: 0 20px 60px rgba(var(--primary-rgb), 0.08);
}

.whisper-shadow {
    box-shadow: 0 30px 60px rgba(var(--primary-rgb), 0.04);
}

/* ============================================
   BACKGROUND SYSTEM - Override previo
============================================ */

.page-index {
    background-color: var(--surface);
}

.page-propiedades {
    background-color: #021f45;
}

.page-servicios {
    background-color: var(--surface);
}

.page-nosotros {
    background-color: var(--surface);
}

.page-contacto {
    background-color: var(--surface-container-low);
}

/* Custom padding utilities */
.py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.py-48 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

/* ============================================
   ANIMACIONES - Mantenidas
============================================ */

/* Animaciones */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

.animate-fade-up {
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
}

.animate-fade-in {
    animation: fadeIn 0.6s ease-out forwards;
    opacity: 0;
}

/* Hero Section con Carrusel */
.hero-carousel {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-size: cover;
    background-position: center;
}

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

.hero-overlay {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(29, 53, 91, 0.7), rgba(29, 53, 91, 0.55), rgba(29, 53, 91, 0.75));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
    color: #fff;
}

.hero-title .highlight {
    color: var(--accent-color);
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.5rem);
    color: #e7e5e4;
    max-width: 800px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.hero-action-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.hero-action-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem 3rem;
    border-radius: 15px;
    text-decoration: none;
    color: var(--text-dark);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 280px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hero-action-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.hero-action-buy {
    border: 3px solid var(--primary-color);
}

.hero-action-buy:hover {
    background: var(--primary-color);
    color: white;
}

.hero-action-buy .hero-action-icon {
    background: var(--primary-color);
    color: white;
}

.hero-action-sell {
    border: 3px solid var(--secondary-color);
}

.hero-action-sell:hover {
    background: var(--secondary-color);
    color: white;
}

.hero-action-sell .hero-action-icon {
    background: var(--secondary-color);
    color: white;
}

.hero-action-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.hero-action-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.hero-action-card p {
    font-size: 1rem;
    color: #57534e;
    margin: 0;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-btn {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid;
    border-radius: 0;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    min-width: 180px;
}

.hero-btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.hero-btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.hero-btn-secondary {
    background-color: white;
    border-color: white;
    color: var(--secondary-color);
}

.hero-btn-secondary:hover {
    background-color: var(--stone-50);
    border-color: var(--stone-50);
    color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Testimonials Section */
.testimonials-section {
    background-color: var(--stone-50);
    padding: 5rem 2rem;
}

.testimonials-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1.5rem;
    padding: 1rem 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.testimonials-carousel::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    flex: 0 0 auto;
    width: 86vw;
    max-width: 400px;
    scroll-snap-align: start;
    background: white;
    border: 1px solid var(--stone-200);
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

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

.testimonial-stars {
    color: var(--gold);
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.testimonial-text {
    color: #57534e;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    font-weight: 600;
    color: var(--stone-900);
}

.testimonial-header {
    text-align: center;
    margin-bottom: 3rem;
}

.testimonial-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.testimonial-header p {
    font-size: 1.1rem;
    color: #57534e;
}

/* Properties Page Hero Section */
.properties-hero-section {
    /* Sin fondo opaco: dejamos que la imagen fija (.fixed-background) se vea
       a través de toda la página, igual que en el resto del sitio. Solo un
       scrim vertical sutil para asegurar legibilidad del texto del hero. */
    background: linear-gradient(180deg, rgba(2, 15, 33, 0.55) 0%, rgba(2, 15, 33, 0.15) 100%);
    color: white;
    padding: 4.5rem 2rem 3rem;
    margin-bottom: 2rem;
    position: relative;
}

/* Grain overlay quiet-luxury en la página de propiedades.
   Mismo tratamiento que redes.html: rompe planitud, muy sutil. */
body.page-propiedades::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.04;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.properties-hero-content {
    text-align: center;
    margin-bottom: 2.5rem;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.properties-hero-content .luxury-section-label {
    color: var(--secondary);
    margin-bottom: 0.85rem;
}

.properties-hero-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(2.2rem, 6vw, 3.5rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    color: #fff;
    text-wrap: balance;
}

.properties-hero-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1rem, 2.4vw, 1.15rem);
    color: rgba(255, 255, 255, 0.82);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
    text-wrap: pretty;
}

/* Properties Filters */
.properties-filters {
    background: rgba(2, 31, 69, 0.45);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 0; /* sharp: coherente con el sistema Luxury */
    padding: 1.75rem;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 50px -24px rgba(2, 8, 20, 0.85); /* sombra tintada */
}

.properties-filters .form-label {
    font-family: 'Manrope', sans-serif;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    min-height: 2rem;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.4rem;
}

.properties-filters .form-select,
.properties-filters .form-control {
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    padding: 0.75rem 0.9rem;
    font-size: 0.95rem;
    color: #1a1a1a;
}

.properties-filters .form-select:focus,
.properties-filters .form-control:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 2px rgba(162, 154, 108, 0.35);
}

/* Botones on-brand (sustituyen a .btn-primary/.btn-link genéricos) */
.vt-btn-primary {
    padding: 0.8rem 1.6rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    border-radius: 0;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    color: #021f45;
    transition: background-color 0.25s ease, transform 0.2s ease;
}
.vt-btn-primary:hover { background-color: #b4ab7c; }
.vt-btn-primary:active { transform: scale(0.97); }
.vt-btn-primary:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

.vt-btn-ghost {
    padding: 0.8rem 1.1rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: transparent;
    border: none;
    color: var(--secondary);
    transition: color 0.25s ease;
}
.vt-btn-ghost:hover { color: #fff; }

.vt-btn-outline {
    padding: 0.7rem 1.4rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    border-radius: 0;
    transition: border-color 0.25s ease, color 0.25s ease;
}
.vt-btn-outline:hover { border-color: var(--secondary); color: var(--secondary); }

/* Head y clear de los filtros en móvil */
.vt-filters-head h5 {
    font-family: 'Fraunces', serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
}
.vt-filters-clear {
    font-family: 'Manrope', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--secondary);
    text-decoration: none;
    border-bottom: 1px solid rgba(162, 154, 108, 0.4);
    padding-bottom: 2px;
    transition: border-color 0.25s ease;
}
.vt-filters-clear:hover { border-color: var(--secondary); }

/* Properties Main */
.properties-main {
    padding: 3rem 2rem 5rem;
    max-width: 1400px;
}

.properties-header {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.properties-header h2 {
    font-family: 'Fraunces', serif;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #fff;
    text-wrap: balance;
}

.properties-header p {
    color: rgba(255, 255, 255, 0.72);
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.02em;
}

/* No Results */
.no-results {
    text-align: center;
    padding: 4rem 2rem;
}

.vt-no-results-inner {
    max-width: 460px;
    margin: 0 auto;
}
.vt-no-results-icon {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 1.25rem;
}

.no-results h3 {
    font-family: 'Fraunces', serif;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #fff;
    text-wrap: balance;
}

.no-results p {
    color: rgba(255, 255, 255, 0.72);
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
    text-wrap: pretty;
}

/* Property Cards - Mejoradas */
.property-card {
    background: white;
    border: 1px solid var(--stone-200);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    height: 100%;
}

.property-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    border-color: var(--primary-color);
}

.property-card-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.property-card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 10;
}

.property-card-badge.venta {
    background: var(--primary-color);
    color: white;
}

.property-card-badge.alquiler {
    background: var(--secondary-color);
    color: white;
}

.property-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

.property-card-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--stone-900);
    margin-bottom: 0.5rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.property-card-location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #57534e;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.property-card-location i {
    color: var(--primary-color);
}

.property-card-price {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 0.75rem;
    margin-bottom: 1rem;
}

.property-card-price span {
    font-size: 1rem;
    font-weight: 500;
    color: #57534e;
}

.property-card-details {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid var(--stone-200);
    margin-top: 1rem;
}

.property-card-detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #57534e;
    font-weight: 500;
}

.property-card-detail-item i {
    color: var(--primary-color);
    font-size: 1rem;
}

/* Responsive adjustments for properties */
@media (max-width: 768px) {
    .properties-hero-section {
        padding: 2.5rem 1rem 2rem;
    }

    .properties-hero-content {
        margin-bottom: 1.75rem;
    }

    .properties-filters {
        padding: 1.25rem;
    }

    .properties-main {
        padding: 2rem 1rem 3rem;
    }

    .properties-header {
        margin-bottom: 2rem;
    }

    .property-card-price {
        font-size: 1.5rem;
    }

    /* Inputs a 16px en móvil → evita el auto-zoom de iOS (patrón Lando) */
    .properties-filters .form-select,
    .properties-filters .form-control {
        font-size: 16px;
    }
}

/* Services Section - Mejorada */
.services-section {
    background-color: var(--stone-50);
    padding: 5rem 2rem;
}

.service-card {
    background: white;
    border: 1px solid var(--stone-200);
    border-radius: 0.75rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.service-card:hover {
    border-color: var(--gold);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.service-icon {
    width: 6rem;
    height: 6rem;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.5rem;
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--stone-900);
}

.service-description {
    color: #57534e;
    line-height: 1.7;
}

/* Footer - Mejorado */
.site-footer {
    background-color: var(--secondary-color);
    color: white;
    padding: 4rem 2rem 2rem;
    margin-top: 6rem;
}

.footer-logo {
    max-width: 250px;
    height: auto;
    margin-bottom: 1rem;
}

.footer-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 300px;
}

.footer-heading {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    color: white;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.875rem;
}

.footer-links a:hover {
    color: white;
}

.footer-contact-item {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

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

.footer-contact-item a:hover {
    color: white;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.footer-social a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-social a:hover {
    color: white;
    background-color: var(--primary-color);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1.5rem;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    margin: 0;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: white;
}

/* CTA Section */
.cta-section {
    padding: 6rem 2rem;
    text-align: center;
    background-color: var(--stone-50);
}

.cta-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.cta-subtitle {
    font-size: 1.1rem;
    color: #57534e;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

/* Scroll Animation */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .testimonial-card {
        width: 400px;
    }
}

@media (min-width: 1024px) {
    .testimonials-carousel {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        overflow-x: visible;
        scroll-snap-type: none;
    }

    .testimonial-card {
        width: 100%;
        max-width: none;
    }
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--stone-50);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}

/* Image lazy loading placeholder */
.lazy-image {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lazy-image.loaded {
    opacity: 1;
}

/* ============================================
   LUXURY COMPONENTS - DESIGN REFERENCE
============================================ */

/* Luxury Navigation - Responsive */
.luxury-navbar {
    background-color: #1d355b;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    margin: 12px 32px;
    padding: 1.5rem 3rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 12px;
    z-index: 1000;
}

.luxury-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.luxury-brand:hover {
    opacity: 0.9;
}

.luxury-brand-img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.gap-10 {
    gap: 3rem !important;
}

.luxury-nav-link {
    font-family: 'Fraunces', serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #f1faee;
    text-decoration: none;
    padding-bottom: 0.25rem;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    margin: 0 0.5rem;
}

.luxury-nav-link:hover,
.luxury-nav-link.active {
    color: #a8dadc;
    border-bottom-color: #a8dadc;
}

/* Bootstrap navbar-toggler styling */
.navbar-toggler {
    border: none;
    padding: 0.5rem;
    background-color: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Custom hamburger icon - visible on dark navbar */
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: none !important;
    position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #a29a6c;
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
    top: 4px;
}

.navbar-toggler-icon::after {
    bottom: 4px;
}

.navbar-toggler-icon span {
    top: 50%;
    transform: translateY(-50%);
}

/* Animate to X when open */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span {
    opacity: 0;
}

/* Mobile Navigation */
@media (max-width: 768px) {
    .luxury-navbar {
        margin: 8px 16px;
        padding: 1rem 1.5rem;
        border-radius: 12px;
    }

    .luxury-brand-img {
        height: 55px;
    }
    
    .d-none.d-md-flex {
        display: none !important;
    }
}

/* Luxury Hero Section */
.luxury-hero {
    position: relative;
    height: 921px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.luxury-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luxury-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(29, 53, 91, 0.7), rgba(29, 53, 91, 0.4));
}

.luxury-hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 4rem;
    max-width: 1280px;
    width: 100%;
}

.luxury-hero-title {
    font-family: 'Fraunces', serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: white;
    margin-bottom: 3rem;
    opacity: 0.95;
}

/* Luxury Action Cards */
.luxury-action-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2.5rem;
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.luxury-action-card:hover {
    background: white;
    transform: translateY(-8px);
}

.luxury-action-card:hover .luxury-action-title {
    color: var(--primary);
}

.luxury-action-icon {
    color: var(--secondary);
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.luxury-action-title {
    font-family: 'Fraunces', serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: white;
    margin-bottom: 1rem;
}

.luxury-action-line {
    height: 2px;
    width: 2rem;
    background-color: var(--secondary);
    transition: width 0.3s ease;
}

.luxury-action-card:hover .luxury-action-line {
    width: 4rem;
}

/* Luxury Section Headers */
.luxury-section-header {
    margin-bottom: 4rem;
}

.luxury-section-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--secondary);
    margin-bottom: 1rem;
    display: block;
}

.luxury-section-title {
    font-family: 'Fraunces', serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--primary);
    margin-bottom: 1rem;
}

.luxury-section-description {
    font-family: 'Fraunces', serif;
    font-size: 18px;
    line-height: 1.7;
    color: var(--on-surface-variant);
    max-width: 700px;
}

/* Luxury Service Cards (servicios.html) */
.luxury-service-card {
    background: rgba(29, 53, 91, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 2.5rem;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.luxury-service-card:hover {
    background: rgba(29, 53, 91, 0.8);
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
}

.luxury-service-card .luxury-service-icon {
    color: var(--secondary);
    margin-bottom: 1.5rem;
}

.luxury-service-card h3 {
    font-family: 'Fraunces', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
}

.luxury-service-card p {
    font-family: 'Fraunces', serif;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* Luxury Contact Form (contacto.html) */
.luxury-contact-form {
    background: rgba(29, 53, 91, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.luxury-contact-form h3 {
    font-family: 'Fraunces', serif;
    color: white;
}

.luxury-contact-form label {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.luxury-contact-form .form-control {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
    padding: 0.875rem;
    color: white;
    font-family: 'Fraunces', serif;
    background: rgba(255, 255, 255, 0.08);
}

.luxury-contact-form .form-control:focus {
    border-color: var(--secondary);
    box-shadow: 0 1px 0 0 var(--secondary);
    background: rgba(255, 255, 255, 0.12);
}

.luxury-contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

/* Luxury Contact Info (contacto.html) */
.luxury-contact-info {
    background: rgba(29, 53, 91, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.luxury-contact-info h3 {
    font-family: 'Fraunces', serif;
    color: white;
}

.luxury-contact-info h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 0.8125rem;
    color: var(--secondary);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.luxury-contact-info p {
    font-family: 'Fraunces', serif;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9375rem;
}

.luxury-contact-info a {
    font-family: 'Manrope', sans-serif;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.luxury-contact-info a:hover {
    color: var(--secondary);
}

.luxury-contact-info i {
    color: var(--secondary) !important;
}

/* About page (nosotros.html) */
.luxury-about-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.75;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.luxury-about-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin-bottom: 4rem;
}

/* Luxury Property Cards */
.luxury-property-card {
    background: white;
    border: none;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
}

.luxury-property-card:hover {
    box-shadow: 0 20px 40px -12px rgba(2, 31, 69, 0.1);
    transform: translateY(-4px);
}

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

.luxury-property-card:hover .luxury-property-overlay {
    opacity: 1;
}

.luxury-property-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 31, 69, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.luxury-property-overlay-text {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: white;
    padding: 0.75rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.luxury-property-card:hover .luxury-property-overlay-text {
    border-color: #a29a6c;
    color: #a29a6c;
}

.luxury-property-image-wrapper {
    overflow: hidden;
    margin-bottom: 1.5rem;
    position: relative;
    aspect-ratio: 4/3;
}

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

.luxury-property-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    padding: 0.5rem 0.75rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--secondary);
}

.luxury-property-content {
    padding: 1rem 1.5rem;
}

.luxury-property-header {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.luxury-property-title {
    font-family: 'Fraunces', serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--primary);
    margin: 0;
}

.luxury-property-price {
    font-family: 'Fraunces', serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--primary);
    margin: 0;
}

.luxury-property-location {
    font-family: 'Fraunces', serif;
    font-size: 16px;
    color: var(--on-surface-variant);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.luxury-property-details {
    display: flex;
    gap: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f4f9;
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--on-surface-variant);
}

.luxury-property-detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.luxury-property-detail-value {
    font-size: 0.625rem;
}

/* Luxury Testimonials */
.luxury-testimonial-card {
    background: white;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(29, 53, 91, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.luxury-testimonial-quote {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 4rem;
    color: var(--secondary);
    opacity: 0.2;
    line-height: 1;
}

.luxury-testimonial-stars {
    color: var(--secondary);
    font-size: 0.95rem;
    letter-spacing: 0.18em;
    margin-bottom: 1.25rem;
}

.luxury-testimonial-text {
    font-family: 'Fraunces', serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: var(--on-surface);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.luxury-testimonial-role .fa-google {
    color: var(--secondary);
    margin-right: 0.25rem;
}

@media (max-width: 767px) {
    .luxury-testimonial-text {
        font-size: 16px;
        line-height: 1.6;
    }
    .luxury-testimonial-card {
        padding: 2rem 1.5rem;
    }
    .luxury-testimonial-name {
        font-size: 0.75rem;
    }
    .luxury-testimonial-role {
        font-size: 0.625rem;
    }
}

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

.luxury-testimonial-avatar {
    width: 3rem;
    height: 3rem;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fraunces', serif;
    font-weight: 500;
    color: white;
}

.luxury-testimonial-name {
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary);
    margin-bottom: 0.125rem;
}

.luxury-testimonial-role {
    font-size: 0.75rem;
    color: var(--on-surface-variant);
    letter-spacing: 0.05em;
}

/* Luxury CTA Section */
.luxury-cta-section {
    background: var(--primary);
    color: white;
    padding: 6rem 4rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.luxury-cta-decoration {
    position: absolute;
    top: 12px;
    right: 0;
    width: 33.333333%;
    height: 100%;
    opacity: 0.1;
    pointer-events: none;
}

.luxury-cta-decoration img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.luxury-cta-content {
    position: relative;
    z-index: 10;
    max-width: 800px;
}

.luxury-cta-title {
    font-family: 'Fraunces', serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: white;
    margin-bottom: 1.5rem;
}

.luxury-cta-description {
    font-family: 'Fraunces', serif;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3rem;
}

/* Luxury Buttons */
.btn-luxury-primary {
    background: var(--primary);
    color: white;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 0.75rem 3rem;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-luxury-primary:hover {
    background: var(--secondary);
    color: white;
    transform: translateY(-2px);
}

.btn-luxury-secondary {
    background: white;
    color: var(--primary);
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 0.75rem 3rem;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-luxury-secondary:hover {
    background: var(--secondary);
    color: white;
}

/* Luxury Footer */
.luxury-footer {
    background: var(--primary);
    color: white;
    padding: 3rem 4rem 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.luxury-footer-brand {
    display: inline-block;
    margin-bottom: 1rem;
    line-height: 0;
    transition: opacity 0.25s ease;
}

.luxury-footer-brand:hover {
    opacity: 0.85;
}

.luxury-footer-logo {
    height: 64px;
    width: auto;
    object-fit: contain;
}

/* ==========================================================================
   Redes sociales — cabecera editorial, pills, sub-headers, skeleton
   ========================================================================== */

/* Grain overlay quiet-luxury: rompe la planitud digital del fondo.
   Solo en la página de redes (body.page-redes). Muy sutil, no compite. */
body.page-redes::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.04;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.vt-red-hero {
    max-width: 820px;
    margin: 0 auto 2.5rem;
    text-align: center;
}
.vt-red-hero .luxury-section-label {
    margin-bottom: 0.85rem;
    letter-spacing: 0.32em;
    font-variant-numeric: tabular-nums;
}
.vt-red-hero-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(2.1rem, 7vw, 3.25rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.022em;
    color: #fff;
    margin: 0 0 1.1rem;
    text-wrap: balance;
}
.vt-red-hero-intro {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1rem, 2.6vw, 1.125rem);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto;
}
/* Separador dorado fino que ancla la rejilla */
.vt-red-divider {
    width: 56px;
    height: 1px;
    background: var(--secondary);
    margin: 1.75rem auto 0;
    border: 0;
    opacity: 0.8;
}

/* Pills de perfiles sociales */
.vt-red-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    margin: 1.75rem 0 0;
}
.vt-red-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.6rem 1.1rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(2, 31, 69, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.vt-red-pill i { font-size: 1rem; color: var(--secondary); transition: color 0.25s ease; }
.vt-red-pill:hover { border-color: var(--secondary); color: #fff; }
.vt-red-pill:hover i { color: #fff; }
.vt-red-pill:active { transform: scale(0.96); }
.vt-red-pill:focus-visible {
    outline: 2px solid var(--secondary);
    outline-offset: 3px;
}

/* Sub-encabezado por plataforma dentro del feed */
.vt-red-group { margin: 0; }
.vt-red-group + .vt-red-group { margin-top: 2.5rem; }
.vt-red-group-title {
    font-family: 'Fraunces', serif;
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #fff;
    margin: 0 0 1rem;
    padding-left: 0.85rem;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-wrap: balance;
}
/* Acento vertical dorado: detalle editorial tipo revista */
.vt-red-group-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15rem;
    bottom: 0.15rem;
    width: 2px;
    background: var(--secondary);
    opacity: 0.85;
}
.vt-red-group-title i { color: var(--secondary); font-size: 1.15rem; }
@media (max-width: 575.98px) {
    .vt-red-group + .vt-red-group { margin-top: 2.25rem; }
    .vt-red-group-title { font-size: 1.2rem; }
    .vt-red-hero { margin-bottom: 2.25rem; }
    /* Más aire entre el primer grupo y el divisor dorado del hero */
    .vt-red-divider { margin-top: 2rem; }
}

/* Skeleton shimmer mientras carga Firebase */
.vt-red-skeleton {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
.vt-red-skeleton-card {
    aspect-ratio: 9 / 16;
    background: linear-gradient(100deg, rgba(255,255,255,0.04) 30%, rgba(255,255,255,0.10) 50%, rgba(255,255,255,0.04) 70%);
    background-size: 220% 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    animation: vt-red-shimmer 1.4s ease-in-out infinite;
}
@keyframes vt-red-shimmer {
    0%   { background-position: 120% 0; }
    100% { background-position: -120% 0; }
}
@media (max-width: 575.98px) {
    .vt-red-skeleton {
        grid-template-columns: minmax(0, 1fr);
        max-width: 420px;
        margin: 0 auto;
        gap: 1rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .vt-red-skeleton-card { animation: none; }
}

/* ==========================================================================
   Redes sociales — rejilla portada → embed (página /redes y ficha)
   ========================================================================== */
.vt-red-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}

.vt-red-card {
    position: relative;
    aspect-ratio: var(--vt-red-ratio, 9 / 16);
    background: #0a1626; /* azul muy oscuro tintado, no negro puro */
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 10px 30px -12px rgba(2, 8, 20, 0.85); /* sombra tintada, no negra genérica */
}

.vt-red-card.is-playing {
    aspect-ratio: var(--vt-red-ratio, 9 / 16);
}

.vt-red-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background: #0a1626;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.vt-red-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}

.vt-red-thumb--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 2.5rem;
    background: radial-gradient(120% 90% at 50% 20%, #14233b 0%, #0a1626 70%, #07101e 100%);
}

.vt-red-cover:hover .vt-red-thumb {
    transform: scale(1.05);
    filter: brightness(0.85);
}

.vt-red-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(2, 31, 69, 0.55);
    backdrop-filter: blur(4px);
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    padding-left: 4px;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.vt-red-cover:hover .vt-red-play,
.vt-red-cover:focus-visible .vt-red-play {
    transform: translate(-50%, -50%) scale(1.08);
    background: var(--secondary);
}

/* Anillo de foco accesible y on-brand en la tarjeta */
.vt-red-cover:focus-visible {
    outline: 2px solid var(--secondary);
    outline-offset: -3px;
}

.vt-red-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.vt-red-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.75rem 1rem 0.85rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    line-height: 1.35;
    text-align: left;
}

.vt-red-frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Capa de vídeo a pantalla completa (móvil) */
.vt-red-noscroll {
    overflow: hidden;
}

.vt-red-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(2, 8, 20, 0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: env(safe-area-inset-top, 0) 0 env(safe-area-inset-bottom, 0);
}

.vt-red-overlay-stage {
    position: relative;
    /* Encaja el vídeo dentro de la pantalla respetando su proporción:
       en vertical (TikTok/Instagram) llena toda la altura. */
    aspect-ratio: var(--vt-red-ratio, 9 / 16);
    height: 100dvh;
    width: auto;
    max-width: 100vw;
    margin: auto;
}

.vt-red-overlay-stage .vt-red-frame {
    width: 100%;
    height: 100%;
}

.vt-red-overlay-close {
    position: absolute;
    top: max(1rem, env(safe-area-inset-top, 0));
    right: 1rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.vt-red-overlay-close:active {
    transform: scale(0.94);
}

@media (max-width: 575.98px) {
    /* Feed vertical nativo (estilo Reels/TikTok): 1 columna centrada y
       acotada para que los vídeos verticales 9:16 se vean grandes. */
    .vt-red-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
        max-width: 420px;
        margin: 0 auto;
        scroll-snap-type: y proximity;
    }
    .vt-red-card {
        scroll-snap-align: start;
        /* En móvil, el badge de plataforma es referencia, no decoración */
        border-color: rgba(255, 255, 255, 0.08);
    }
    .vt-red-play {
        width: 56px;
        height: 56px;
        font-size: 1.15rem;
    }
    /* Caption más legible en tarjeta ancha y truncado limpio */
    .vt-red-caption {
        padding: 2.25rem 1.1rem 1rem;
        font-size: 0.95rem;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    /* Feedback táctil on-brand (mismo scale que el resto del site) */
    .vt-red-cover:active .vt-red-thumb {
        transform: scale(0.985);
    }
    .vt-red-cover:active .vt-red-play {
        transform: translate(-50%, -50%) scale(0.94);
        background: var(--secondary);
    }
    /* Badge más sutil en la esquina */
    .vt-red-badge {
        top: 0.6rem;
        left: 0.6rem;
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }
}

/* Respecto al movimiento reducido: sin snap, sin escalado. */
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .vt-red-grid { scroll-snap-type: none; }
    .vt-red-cover:active .vt-red-thumb { transform: none; }
    .vt-red-cover:active .vt-red-play { transform: translate(-50%, -50%); }
}

.luxury-footer-tagline {
    font-family: 'Manrope', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1.5rem;
}

.luxury-footer-description {
    font-family: 'Fraunces', serif;
    font-size: 0.8125rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.6);
    max-width: 300px;
}

.luxury-footer-heading {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: white;
    margin-bottom: 1rem;
}

.luxury-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.luxury-footer-links li {
    margin-bottom: 0.5rem;
}

.luxury-footer-links a {
    font-family: 'Fraunces', serif;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.2s ease;
    opacity: 0.8;
}

.luxury-footer-links a:hover {
    color: var(--secondary);
    opacity: 1;
}

.luxury-footer-social {
    display: flex;
    gap: 1rem;
}

.luxury-footer-social a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.luxury-footer-social a:hover {
    color: var(--secondary);
}

.luxury-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-family: 'Manrope', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.luxury-footer-bottom-sep {
    color: var(--secondary);
    opacity: 0.7;
}

/* Container de Lujo */
.luxury-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 4rem;
}

/* Grid System Luxury */
.luxury-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

/* Responsive Luxury Design */
@media (max-width: 1024px) {
    .luxury-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .luxury-hero {
        height: auto;
        min-height: 600px;
        padding: 4rem 2rem;
    }
    
    .luxury-hero-title {
        font-size: 36px;
    }
    
    .luxury-hero-content {
        padding: 0 2rem;
    }
}

@media (max-width: 768px) {
    .luxury-container {
        padding: 0 2rem;
    }
    
    .luxury-navbar {
        padding: 1rem 2rem;
    }
    
    .luxury-grid-3 {
        grid-template-columns: 1fr;
    }
    
    .luxury-hero-title {
        font-size: 28px;
    }
    
    .luxury-action-cards {
        flex-direction: column;
    }
    
    .luxury-action-card {
        max-width: 100%;
    }
    
    .luxury-cta-section {
        padding: 4rem 2rem;
    }
    
    .luxury-cta-title {
        font-size: 32px;
    }
    
    .luxury-footer {
        padding: 2.5rem 1.5rem;
    }
}

/* ============================================
   Featured Properties Carousel (Mobile)
============================================ */
.featured-carousel-wrapper {
    position: relative;
}

.featured-carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding: 0 1rem 1.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.featured-carousel-track::-webkit-scrollbar {
    display: none;
}

.featured-carousel-card {
    flex: 0 0 85%;
    max-width: 85%;
    scroll-snap-align: center;
}

.featured-carousel-card .luxury-property-card {
    background: white;
    border: none;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
}

.featured-carousel-card .luxury-property-image-wrapper {
    aspect-ratio: 4/5;
}

.featured-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.featured-carousel-dot {
    width: 8px;
    height: 8px;
    background-color: #e2e8f0;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.featured-carousel-dot.active {
    background-color: #a29a6c;
    width: 24px;
}

/* ============================================
   Testimonials Carousel (Continuous Marquee)
============================================ */
.testimonial-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.testimonial-carousel-track {
    display: flex;
    width: max-content;
    animation: testimonialMarquee 50s linear infinite;
    gap: 0;
}

.testimonial-carousel-track:hover {
    animation-play-state: paused;
}

@keyframes testimonialMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.testimonial-carousel-slide {
    flex: 0 0 auto;
    width: 85vw;
    padding: 0 0.5rem;
}

@media (min-width: 768px) {
    .testimonial-carousel-slide {
        width: 45vw;
        padding: 0 1rem;
    }
}

@media (min-width: 1200px) {
    .testimonial-carousel-slide {
        width: 35vw;
    }
}

.testimonial-carousel-dots {
    display: none;
}
