.elementor-16056 .elementor-element.elementor-element-1f055f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16056 .elementor-element.elementor-element-1f055f8.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:1390px) and (min-width:768px){.elementor-16056 .elementor-element.elementor-element-1f055f8{--width:997.33px;}}/* Start custom CSS *//* =============================================
   CSS COMPLETO - JOSEFA LANDING PAGE
   =============================================
   
   BREAKPOINTS UTILIZADOS:
   - Base/Mobile First: estilos por defecto
   - Mobile pequeño: max-width: 480px
   - Tablet: 481px - 768px  
   - Desktop: min-width: 769px
   - Desktop grande: min-width: 1024px
   - Ultra-wide: min-width: 1440px
   
   ============================================= */

/* =============================================
   VARIABLES CSS Y RESET
   ============================================= */
.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: inherit;
    max-width: 100%;
}

body {
    margin: 0px;
}

:root {
    --primary-color: #000000;
    --accent-color: #FDFE00;
    --text-dark: #1a1a1a;
    --text-light: #ffffff;
    --text-gray: #4a5568;
    --text-secondary: #2d3748;
    --bg-light: #FFFFFF;
    --bg-gray: #f8f9fa;
    --border-color: #e2e8f0;
    --success-color: #16a34a;
    --error-color: #dc2626;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

/* Reset específico para HubSpot */
.landing-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.landing-page {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}

/* =============================================
   SCROLL PROGRESS BAR
   ============================================= */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: var(--accent-color);
    z-index: 1001;
    transition: width 0.25s ease;
}

/* =============================================
   LAZY LOADING IMAGES
   ============================================= */
.lazy-img {
    opacity: 1;
    transition: opacity 0.3s ease;
    background-color: #f3f4f6;
    background-image: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.5) 50%, transparent 60%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.lazy-img[src] {
    background: none;
    animation: none;
}

.lazy-img.loaded {
    opacity: 1;
    background: none;
    animation: none;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* =============================================
   HERO SECTION - ESTILOS BASE (MOBILE FIRST)
   ============================================= */
.hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
}

/* Contenedor de imagen de fondo */
.hero-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease-in-out;
}

.hero-bg.loaded,
.hero-bg[src] {
    opacity: 0.6;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 100%;
    margin: 0 auto;
    padding: 8rem 1rem 4rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    text-align: center;
}

.hero-text {
    color: white;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: -10px;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #fdfe00;
    margin-bottom: 0px;
    font-weight: 600;
}

/* =============================================
   CLASES SERVICIOYMAN Y DISPONIBILIDAD1 - BASE
   ============================================= */
p.servicioyman {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

p.disponibilidad1 {
    color: #000000;
    font-size: 0.9em;
    background-color: white;
    padding: 4px 12px;
    width: fit-content;
    font-weight: 500;
    border-radius: 4px;
    margin: 0.5rem auto 1rem auto;
    text-align: center;
}

/* =============================================
   HERO BADGES Y BOTONES
   ============================================= */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent-color);
    color: var(--primary-color);
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: var(--shadow-lg);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0;
}

.hero-badge:hover {
    transform: translateY(-2px) scale(1.05);
}

.hero-price {
    font-size: 1.5rem;
    color: var(--accent-color);
    margin-bottom: 0;
    font-weight: 700;
}

.hero-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 2rem;
    justify-content: center;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    font-weight: 600;
    font-size: 1.2rem;
}

/* =============================================
   HERO NOTIFICACIÓN - CON ANIMACIÓN
   ============================================= */
.hero-notificacion {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 400px;
    min-width: 280px;
    background: rgba(255, 255, 255, 0.0);
    padding: 8px 16px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out 1.4s forwards;
}

.hero-notificacion span {
    white-space: nowrap !important;
    display: inline !important;
    width: 100%;
    text-align: center;
}

/* =============================================
   HERO CTA BUTTONS
   ============================================= */
.hero-cta {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
    align-items: center;
}

.btn-hero {
    padding: 14px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    box-shadow: var(--shadow-md);
    width: 100%;
    max-width: 280px;
}

.btn-whatsapp {
    background: #25D366;
    color: white;
}

.btn-whatsapp:hover {
    background: #20b558;
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: black;
    color: var(--text-dark);
}

/* =============================================
   HERO LOGO
   ============================================= */
.hero-logo {
    text-align: center;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.hero-logo img {
    width: 80%;
    max-width: 300px;
    height: auto;
    opacity: 0.95;
    transition: all 0.3s ease;
}

.hero-logo .promo {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 1rem;
}

/* =============================================
   HERO PRICE SECTION
   ============================================= */
.hero-price-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1em;
    flex-wrap: wrap;
}

/* =============================================
   HERO FORM CONTAINER
   ============================================= */
.hero-form-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

/* Badge arriba del formulario */
.form-top-badge {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #ff4444, #ff6666) !important;
    color: white !important;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1rem;
    animation: pulse 2s infinite;
    box-shadow: 0 4px 20px rgba(255, 68, 68, 0.3);
    text-align: center;
    white-space: nowrap;
    position: relative;
    z-index: 4;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out 0.6s forwards, pulse 2s infinite 1.6s;
}

/* Formulario principal con animación */
.hero-form {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 2rem 1.5rem;
    border-radius: 24px;
    box-shadow: var(--shadow-xl);
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.9s ease-out 0.1s forwards;
}

/* Keyframes para animación fade up */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Badge interno del formulario */
.form-internal-badge {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: -0.5px;
}

.form-placeholder {
    width: 100%;
    text-align: center;
    color: var(--text-gray);
    font-size: 1rem;
}

/* =============================================
   SECTION CONTAINER
   ============================================= */
.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* =============================================
   JOSEFA INTRO SECTION
   ============================================= */
.josefa-intro-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.josefa-intro-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.josefa-intro-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.josefa-intro-image:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.2);
}

.josefa-intro-image img {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.josefa-intro-image:hover img {
    transform: scale(1.05);
}

.josefa-intro-text {
    padding: 0 1rem;
}

.josefa-intro-text h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary-color);
    margin-bottom: 2rem;
    line-height: 1.2;
    letter-spacing: -1px;
    position: relative;
}

.josefa-intro-text h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--accent-color);
    border-radius: 2px;
}

.josefa-intro-text p {
    font-size: 1.1rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.josefa-intro-text strong {
    color: var(--primary-color);
    font-weight: 700;
}

.highlight-text {
    background: linear-gradient(135deg, rgba(253, 254, 0, 0.2), rgba(253, 254, 0, 0.1));
    padding: 1rem 1.5rem;
    border-radius: 12px;
    border-left: 4px solid var(--accent-color);
    font-weight: 600;
    color: var(--primary-color);
    position: relative;
}

/* =============================================
   SOCIAL PROOF / TESTIMONIALS
   ============================================= */
.social-proof-section {
    text-align: center;
    margin-top: 4rem;
}

.social-proof-section h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #000000;
    padding-top: 20px;
}

.testimonials-mini {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-item {
    background: rgb(0 0 0 / 94%);
    padding: 2rem;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: all 0.3s ease;
}

.testimonial-item:hover {
    transform: translateY(-5px);
    background: rgb(0 0 0 / 100%);
}

.testimonial-item .stars {
    color: #ffd700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.testimonial-item p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.95);
}

.testimonial-item span {
    font-size: 0.9rem;
    color: var(--accent-color);
    font-weight: 600;
}

/* =============================================
   SECTIONS - ESTILOS GENERALES
   ============================================= */
.features-section,
.about-section,
.video-section,
.gallery-section,
.map-section,
.faq-section,
.cta-section,
.amenities-section,
.apartments-section {
    padding: 4rem 0;
}

.features-section {
    background: var(--bg-light);
}

.about-section {
    background: var(--bg-gray);
}

.video-section {
    background: var(--text-dark);
    color: white;
}

.gallery-section {
    background: var(--bg-light);
}

.map-section {
    background: var(--bg-gray);
}

.faq-section {
    background: var(--bg-light);
}

.amenities-section {
    background: var(--bg-gray);
}

.apartments-section {
    background: var(--bg-light);
}

/* =============================================
   SECTION HEADER
   ============================================= */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-badge {
    background: var(--accent-color);
    color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-block;
    margin-bottom: 1rem;
    box-shadow: var(--shadow-md);
}

.section-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--primary-color);
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.video-section .section-title {
    color: white;
}

.video-section .section-subtitle {
    color: rgba(255,255,255,0.8);
}

/* =============================================
   FEATURES GRID
   ============================================= */
.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.feature-card {
    background: white;
    padding: 2rem 1.5rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--accent-color);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #000 0%, #333 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin: 0 auto 1.5rem auto;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    text-align: center;
}

.feature-description {
    color: var(--text-gray);
    line-height: 1.6;
    font-size: 0.95rem;
    text-align: center;
}

/* =============================================
   ABOUT SECTION
   ============================================= */
.about-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

.about-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    order: -1;
}

.about-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.about-text h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
    line-height: 1.2;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.about-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
}

.about-feature i {
    color: var(--success-color);
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* =============================================
   VIDEO SECTION
   ============================================= */
.video-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
    height: 250px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-thumbnail:hover .video-poster {
    transform: scale(1.05);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(253, 254, 0, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--accent-color);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.play-button i {
    color: var(--primary-color);
    font-size: 2rem;
    margin-left: 6px;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px;
}

/* =============================================
   GALLERY SECTION
   ============================================= */
.gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.gallery-item {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-md);
}

.gallery-item:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-xl);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =============================================
   APARTMENTS SECTION
   ============================================= */
.apartments-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.apartment-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid var(--border-color);
    position: relative;
}

.apartment-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.apartment-card.featured {
    border: 2px solid var(--accent-color);
    position: relative;
    transform: scale(1.02);
}

.apartment-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.apartment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.apartment-card:hover .apartment-image img {
    transform: scale(1.05);
}

.apartment-price {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: var(--primary-color);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(10px);
}

.apartment-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--success-color);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: var(--shadow-md);
}

.apartment-badge.popular {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    animation: pulse 2s infinite;
}

.apartment-badge.premium {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.apartment-content {
    padding: 2rem;
}

.apartment-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.apartment-features {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.apartment-feature {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-gray);
    font-size: 0.9rem;
    font-weight: 600;
}

.apartment-feature i {
    color: #000;
    font-size: 1rem;
    width: 16px;
    text-align: center;
}

.apartment-description {
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

/* =============================================
   AMENITIES SECTION
   ============================================= */
.amenities-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
}

.amenity-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.amenity-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color), #ffeb3b);
}

.amenity-card.featured {
    border: 2px solid rgba(253, 254, 0, 0.3);
    background: linear-gradient(135deg, white 0%, #fffef5 100%);
}

.amenity-card.premium {
    background: linear-gradient(135deg, #000 0%, #333 100%);
    color: white;
    border: 2px solid var(--accent-color);
    position: relative;
}

.amenity-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.amenity-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), #333);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.amenity-icon-special {
    width: 80px;
    height: 80px;
    background: var(--accent-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    box-shadow: 0 8px 20px rgba(253, 254, 0, 0.4);
    animation: pulse 2s infinite;
}

.amenity-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: var(--primary-color);
}

.amenity-card.premium .amenity-title {
    color: white;
}

.amenity-description {
    color: var(--text-gray);
    line-height: 1.6;
    font-size: 1rem;
    max-width: 280px;
    margin: 0 auto;
}

.amenity-card.premium .amenity-description {
    color: rgba(255, 255, 255, 0.9);
}

.amenity-count {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: var(--accent-color);
    color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(253, 254, 0, 0.4);
    animation: bounce 2s infinite;
}

/* =============================================
   MAP SECTION
   ============================================= */
.map-container {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    position: relative;
}

.map-container img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.map-container:hover img {
    transform: scale(1.02);
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.map-container:hover .map-overlay {
    opacity: 1;
}

.map-btn {
    background: var(--accent-color);
    color: var(--primary-color);
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: var(--shadow-lg);
}

.map-btn:hover {
    transform: translateY(-2px);
}

/* =============================================
   FAQ SECTION
   ============================================= */
.faq-container {
    max-width: 100%;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 16px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    border: 1px solid var(--border-color);
}

.faq-question {
    width: 100%;
    padding: 1.2rem 1.5rem;
    background: none;
    border: none;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    line-height: 1.4;
}

.faq-question:hover {
    background: var(--bg-gray);
}

.faq-question i {
    color: var(--accent-color);
    flex-shrink: 0;
    margin-left: 10px;
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    color: var(--text-gray);
}

.faq-answer.active {
    padding: 1.2rem 1.5rem;
    max-height: 300px;
}

.faq-answer p {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* =============================================
   FINAL CTA SECTION
   ============================================= */
.final-cta-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
    color: white;
    padding: 6rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.final-cta-header {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.final-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #ff4444, #ff6666);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 2rem;
    animation: pulse 2s infinite;
    box-shadow: 0 4px 20px rgba(255, 68, 68, 0.3);
}

.final-cta-title {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 2rem;
    letter-spacing: -1px;
    text-align: center;
}

.final-cta-section .highlight-text {
    color: var(--accent-color);
    position: relative;
    background: transparent;
    padding: 0;
    border-left: none;
}

.final-form-section {
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
}

.final-form-container {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
}

.final-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--accent-color);
}

.form-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.form-header h3 {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.custom-form-placeholder {
    margin-bottom: 2rem;
}

.form-footer {
    border-top: 1px solid var(--border-color);
    padding-top: 2rem;
    text-align: center;
}

.security-note {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text-gray);
    margin-bottom: 1.5rem;
    justify-content: center;
}

.security-note i {
    color: var(--success-color);
    font-size: 1rem;
}

.alternative-contact p {
    color: var(--text-gray);
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.whatsapp-direct-btn {
    background: #25D366;
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
}

.whatsapp-direct-btn:hover {
    background: #20b558;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
}

/* =============================================
   FOOTER
   ============================================= */
.footer {
    background: var(--text-dark);
    color: var(--text-light);
    padding: 3rem 0 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.footer-logo {
    height: 60px;
    margin-bottom: 1.5rem;
}

.footer-text {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* =============================================
   HUBSPOT FORM STYLES
   ============================================= */
.hbspt-form {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.hs-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.2rem !important;
    width: 100% !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hs-form-field {
    margin-bottom: 0 !important;
    width: 100% !important;
}

.hs-form-field label {
    display: block !important;
    color: var(--text-dark) !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    font-size: 0.95rem !important;
}

.hs-input {
    width: 100% !important;
    padding: 14px 18px !important;
    border: 2px solid var(--border-color) !important;
    border-radius: 12px !important;
    font-size: 1rem !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    background: white !important;
    color: var(--text-dark) !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    min-height: 52px !important;
}

.hs-input:focus {
    outline: none !important;
    border-color: var(--accent-color) !important;
    box-shadow: 0 0 0 3px rgba(253, 254, 0, 0.15) !important;
    transform: translateY(-1px) !important;
}

.hs-input:hover {
    border-color: #bbb !important;
    transform: translateY(-1px) !important;
}

.hs-button.primary {
    width: 100% !important;
    background: linear-gradient(135deg, var(--primary-color), #333) !important;
    color: white !important;
    border: none !important;
    padding: 16px 24px !important;
    border-radius: 50px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    min-height: 52px !important;
}

.hs-button.primary:hover {
    background: linear-gradient(135deg, #333, var(--primary-color)) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

.hero-form .hs-button.primary {
    background: var(--accent-color) !important;
    color: var(--primary-color) !important;
}

.hero-form .hs-button.primary:hover {
    background: #e6e500 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(253, 254, 0, 0.4) !important;
}

.hs-error-msgs {
    background: rgba(239, 68, 68, 0.1) !important;
    border: 1px solid rgba(239, 68, 68, 0.2) !important;
    color: #dc2626 !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    margin-top: 8px !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Legal consent styles */
.hs-form-booleancheckbox-display {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    color: var(--text-dark) !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    padding: 12px !important;
    background: rgba(0, 0, 0, 0.05) !important;
    border-radius: 8px !important;
    border: 1px solid var(--border-color) !important;
    margin: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.hs-form-booleancheckbox input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    margin-top: 2px !important;
    accent-color: var(--accent-color) !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* =============================================
   ANIMACIONES GLOBALES
   ============================================= */
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* =============================================
   VIRTUAL TOUR SECTION
   ============================================= */
.virtual-tour-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.virtual-tour-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(0,0,0,0.02)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
    z-index: 1;
}

.tour-container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    background: white;
    min-height: 450px;
}

/* Tour Preview State */
.tour-preview {
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
}

.tour-preview:hover {
    transform: scale(1.02);
}

.tour-preview-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tour-preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.tour-preview:hover .tour-preview-img {
    transform: scale(1.05);
}

.tour-preview::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
}

.tour-preview-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    max-width: 500px;
    padding: 2rem;
}

.tour-icon {
    width: 100px;
    height: 100px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 10px 30px rgba(253, 254, 0, 0.4);
    animation: float 3s ease-in-out infinite;
}

.tour-icon i {
    font-size: 2.5rem;
    color: var(--primary-color);
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.tour-preview-content h3 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.tour-preview-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    line-height: 1.6;
}

.tour-features {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.tour-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
}

.tour-btn {
    background: var(--accent-color);
    color: var(--primary-color);
    border: none;
    padding: 18px 36px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(253, 254, 0, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tour-btn:hover {
    background: #e6e500;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(253, 254, 0, 0.6);
}

.tour-btn i {
    font-size: 1.2rem;
}

/* Tour Active State - Iframe Container */
.tour-iframe-container {
    position: relative;
    height: 450px;
    display: none;
    background: #000;
}

.tour-iframe-container.active {
    display: block;
    height: 500px;
}

.tour-controls {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    display: flex;
    gap: 10px;
}

.tour-control-btn {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    font-size: 1.1rem;
}

.tour-control-btn:hover {
    background: var(--accent-color);
    color: var(--primary-color);
    transform: scale(1.1);
}

.tour-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 5;
}

.tour-loading.hidden {
    display: none;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid var(--accent-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.tour-loading p {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

#virtualTourFrame {
    width: 100%;
    height: 100%;
    border: none;
    background: #000;
}

/* Tour Benefits */
.tour-benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 4rem;
    position: relative;
    z-index: 2;
}

.tour-benefit {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.tour-benefit:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), #333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.tour-benefit h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.8rem;
}

.tour-benefit p {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Fullscreen styles */
.tour-iframe-container.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #000;
}

.tour-iframe-container.fullscreen .tour-controls {
    top: 20px;
    right: 20px;
}

.tour-iframe-container.fullscreen .tour-control-btn {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
}

/* =============================================
   =============================================
   RESPONSIVE DESIGN
   =============================================
   ============================================= */

/* =============================================
   MOBILE PEQUEÑO - max-width: 480px
   Para: iPhone SE, móviles compactos, pantallas pequeñas
   ============================================= */
@media (max-width: 480px) {
    /* Hero */
    .hero-title { 
        font-size: 2.2rem; 
        font-family: 'Bebas Neue';
        font-weight: normal;
    }
    
    .hero-price-section {
        flex-direction: column;
        gap: 1rem;
    }
    
    .hero-logo img {
        width: 70%;
        max-width: 200px;
    }
    
    /* servicioyman y disponibilidad1 - MOBILE PEQUEÑO */
    p.servicioyman {
        font-size: 0.95em;
        text-align: center;
        padding: 0 0.5rem;
    }
    
    p.disponibilidad1 {
        font-size: 0.85em;
        padding: 4px 10px;
        margin: 0.5rem auto 1rem auto;
    }
    
    /* Form badges */
    .form-top-badge {
        font-size: 0.8rem;
        padding: 8px 16px;
    }
    
    .form-internal-badge {
        font-size: 1.3rem;
    }
    
    /* Grids */
    .features-grid { 
        grid-template-columns: 1fr; 
    }
    
    .gallery-grid { 
        grid-template-columns: 1fr; 
    }
    
    .testimonials-mini { 
        grid-template-columns: 1fr; 
    }
    
    .amenities-grid {
        grid-template-columns: 1fr;
    }
    
    .apartments-grid {
        grid-template-columns: 1fr;
    }
    
    /* Títulos */
    .section-title { 
        font-size: 1.8rem; 
    }
    
    .final-cta-title { 
        font-size: 2.2rem; 
    }
    
    .hero-description { 
        font-size: 1rem; 
    }
    
    .josefa-intro-text h2 {
        font-size: 2rem;
    }
    
    .final-form-container {
        padding: 2rem 1.5rem;
    }
    
    /* Virtual Tour */
    .tour-container {
        min-height: 350px;
    }
    
    .tour-preview {
        height: 350px;
    }
    
    .tour-iframe-container.active {
        height: 400px;
    }
    
    .tour-preview-content h3 {
        font-size: 2rem;
    }
    
    .tour-preview-content p {
        font-size: 1rem;
    }
    
    .tour-features {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .tour-btn {
        padding: 14px 28px;
        font-size: 1rem;
    }
    
    .tour-icon {
        width: 80px;
        height: 80px;
    }
    
    .tour-icon i {
        font-size: 2rem;
    }
    
    .tour-controls {
        top: 10px;
        right: 10px;
    }
    
    .tour-control-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* =============================================
   TABLET - 481px a 768px
   Para: iPad Mini, tablets pequeñas, móviles grandes (landscape)
   ============================================= */
@media (min-width: 481px) and (max-width: 768px) {
    /* Hero */
    .hero-title { 
        font-size: 3rem; 
        font-family: 'Bebas Neue';
        font-weight: normal;
    }
    
    .hero-subtitle { 
        font-size: 1.3rem; 
    }
    
    /* servicioyman y disponibilidad1 - TABLET */
    p.servicioyman {
        font-size: 1.1em;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    
    p.disponibilidad1 {
        color: #000000;
        font-size: 1em;
        background-color: white;
        padding: 5px 14px;
        width: fit-content;
        font-weight: 500;
        margin: 0.5rem auto 1rem auto;
    }
    
    /* Grids */
    .features-grid { 
        grid-template-columns: repeat(2, 1fr); 
    }
    
    .gallery-grid { 
        grid-template-columns: repeat(2, 1fr); 
    }
    
    .testimonials-mini { 
        grid-template-columns: repeat(2, 1fr); 
    }
    
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .apartments-grid {
        grid-template-columns: 1fr;
    }
    
    .apartment-card.featured {
        transform: none;
    }
    
    /* CTA Buttons */
    .hero-cta { 
        flex-direction: row; 
        justify-content: center; 
    }
    
    .btn-hero { 
        width: auto; 
        min-width: 160px; 
    }
    
    /* Intro Section */
    .josefa-intro-text h2 {
        font-size: 2.2rem;
    }
    
    /* Hero Logo */
    .hero-logo {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    
    .hero-logo img {
        width: auto;
        max-width: 0px;
    }
    
    .hero-logo .promo {
        width: auto;
        max-width: 250px;
        margin-top: 0;
    }
}

/* =============================================
   DESKTOP - min-width: 769px
   Para: Laptops, monitores, iPads grandes (landscape)
   ============================================= */
@media (min-width: 769px) {
    /* WhatsApp Button */
    .whatsapp-btn { 
        bottom: 30px; 
        right: 30px; 
        width: 60px; 
        height: 60px; 
    }
    
    .whatsapp-popup { 
        bottom: 100px; 
        right: 30px; 
        left: auto; 
        width: 380px; 
    }
    
    /* Hero Content - 2 columnas */
    .hero-content {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        padding: 10rem 7rem;
        text-align: left;
    }
    
    .hero-text {
        text-align: left;
    }
    
    .hero-logo {
        text-align: left;
        flex-direction: row;
        justify-content: flex-start;
        gap: 2rem;
    }
    
    .hero-logo img {
        max-width: 200px;
    }
    
    .hero-logo .promo {
        max-width: 650px;
        margin-top: 0;
    }
    
    .hero-price-section {
        justify-content: flex-start;
    }
    
    /* Hero Typography - DESKTOP */
    .hero-title { 
        font-size: 5rem; 
        font-family: 'Bebas Neue';
        font-weight: normal;
    }
    
    .hero-subtitle { 
        font-size: 2.5rem;
        color: #fdfe00;
    }
    
    /* servicioyman y disponibilidad1 - DESKTOP */
    p.servicioyman {
        font-size: 1.5em;
        text-align: left;
        margin-bottom: 0.5rem;
    }
    
    p.disponibilidad1 {
        color: #000000;
        font-size: 1.3em;
        background-color: white;
        padding: 5px 15px;
        width: fit-content;
        font-weight: 500;
        margin: 0.5rem 0 1rem 0;
    }
    
    .hero-description { 
        margin-left: 0; 
        margin-right: auto; 
    }
    
    .hero-features { 
        justify-content: flex-start; 
    }
    
    .hero-cta { 
        flex-direction: row; 
        justify-content: flex-start; 
    }
    
    .btn-hero { 
        max-width: 200px; 
    }
    
    /* Form badge posición absoluta */
    .form-top-badge {
        position: absolute;
        top: -55px;
        right: 75px;
        margin-bottom: 0;
    }
    
    /* Sections padding */
    .features-section, .about-section, .video-section, 
    .gallery-section, .map-section, .faq-section, 
    .cta-section, .amenities-section, .apartments-section { 
        padding: 3rem 0; 
    }
    
    /* Títulos */
    .section-title { 
        font-size: 2.5rem; 
    }
    
    .final-cta-title { 
        font-size: 3.2rem; 
    }
    
    /* Grids */
    .features-grid { 
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    }
    
    .gallery-grid { 
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    }
    
    .testimonials-mini { 
        grid-template-columns: repeat(3, 1fr); 
    }
    
    .amenities-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .apartments-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
    
    /* About Section - 2 columnas */
    .about-content { 
        grid-template-columns: 1fr 1fr; 
        gap: 4rem; 
    }
    
    .about-image { 
        order: 0; 
    }
    
    .about-image img { 
        height: 400px; 
    }
    
    /* Video */
    .video-container { 
        max-width: 800px; 
    }
    
    .video-thumbnail { 
        height: 450px; 
    }
    
    .play-button {
        width: 100px;
        height: 100px;
    }
    
    .play-button i {
        font-size: 2.5rem;
    }
    
    /* Apartments */
    .apartment-image {
        height: 280px;
    }
    
    .apartment-content {
        padding: 2.5rem;
    }
    
    /* Intro Section - 2 columnas */
    .josefa-intro-content {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
    
    .josefa-intro-text h2 {
        font-size: 2.5rem;
    }
    
    .josefa-intro-text {
        padding: 0 2rem 0 0;
    }
    
    /* Virtual Tour */
    .tour-benefits {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .tour-container {
        min-height: 500px;
    }
    
    .tour-preview {
        height: 500px;
    }
    
    .tour-iframe-container.active {
        height: 600px;
    }
}

/* =============================================
   DESKTOP GRANDE - min-width: 1024px
   Para: Monitores medianos-grandes, pantallas wide
   ============================================= */
@media (min-width: 1024px) {
    /* Apartments - 3 columnas */
    .apartments-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .apartment-card.featured {
        transform: scale(1.05);
    }
    
    .apartment-card.featured:hover {
        transform: scale(1.05) translateY(-8px);
    }
    
    /* Intro Section */
    .josefa-intro-content {
        gap: 5rem;
    }
    
    /* servicioyman y disponibilidad1 - DESKTOP GRANDE */
    p.servicioyman {
        font-size: 1.6em;
    }
    
    p.disponibilidad1 {
        font-size: 1.4em;
        padding: 6px 18px;
    }
}

/* =============================================
   DESKTOP EXTRA GRANDE / ULTRA-WIDE - min-width: 1440px
   Para: Monitores 2K, 4K, pantallas ultra-wide
   ============================================= */
@media (min-width: 1440px) {
    /* servicioyman y disponibilidad1 - ULTRA-WIDE */
    p.servicioyman {
        font-size: 1.7em;
    }
    
    p.disponibilidad1 {
        font-size: 1.5em;
        padding: 8px 20px;
    }
    
    /* Hero Logo Promo */
    .hero-logo .promo {
        max-width: 550px;
    }
}

/* =============================================
   PREFERENCIAS DE ACCESIBILIDAD
   Para: Usuarios que prefieren menos movimiento
   ============================================= */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

p.descripcionwtc {
    font-size: 2em;
}/* End custom CSS */