/* ============================================
   LANDING: Casa para Alquilar en Navidad
   ============================================ */

/* ---- HERO SECTION ---- */
.hero-section-left {
    text-align: left;
    padding: 0 15px;
}

.hero-subtitle {
    font-size: clamp(10px, 2.5vw, 14px);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.9;
    display: block;
    margin-bottom: 15px;
}

.hero-title {
    font-size: clamp(24px, 7vw, 48px);
    font-weight: 700;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.hero-description {
    font-size: clamp(13px, 4vw, 18px);
    margin-bottom: 25px;
    line-height: 1.6;
}

.hero-cta-text {
    font-size: clamp(10px, 2.5vw, 12px);
    opacity: 0.85;
}

/* ---- HERO HIGHLIGHTS (Checkmarks) ---- */
.hero-highlights {
    margin-bottom: 25px;
}

.hero-highlights-content {
    font-size: clamp(11px, 2.5vw, 14px);
}

.hero-highlight-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.hero-highlight-item:last-child {
    margin-bottom: 0;
}

.hero-highlight-icon {
    margin-right: 8px;
    font-size: 16px;
    flex-shrink: 0;
}

/* ---- WIDGET CALENDAR ---- */
.widget-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: clamp(20px, 5vw, 35px);
    color: #333;
}

.widget-title {
    font-size: clamp(14px, 3.5vw, 18px);
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.widget-dates-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.btn-consulta-fechas {
    padding: 12px;
    border-radius: 6px;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 4px solid #ffd700;
}

.btn-navidad {
    background: #f0f8ff;
}

.btn-navidad:hover {
    background: #e0f2ff;
    transform: translateX(5px);
}

.btn-ano-nuevo {
    background: #fffaf0;
}

.btn-ano-nuevo:hover {
    background: #fff5e6;
    transform: translateX(5px);
}

.btn-fecha-titulo {
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    font-size: clamp(12px, 3vw, 14px);
}

.btn-fecha-rango {
    font-size: clamp(11px, 2.5vw, 12px);
    color: #666;
    margin-bottom: 4px;
}

.btn-fecha-cta {
    font-size: clamp(10px, 2.5vw, 11px);
    color: #999;
}

.widget-footer {
    font-size: clamp(9px, 2vw, 10px);
    color: #999;
    margin-top: 18px;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 14px;
    margin-bottom: 0;
}


.hero-widget-mobile-box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 30px;
    color: #333;
    max-width: 100%;
}

/* ---- MOBILE WIDGET ---- */
.hero-widget-mobile {
    width: 100%;
    padding: 40px 15px;
    background: #f9f9f9;
}

/* ---- EMOTIONAL SECTION ---- */
.emotional-content-wrapper {
    padding-right: clamp(15px, 4vw, 40px);
}

.emotional-section-label {
    font-size: clamp(11px, 2.5vw, 14px);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.8;
    display: block;
    margin-bottom: 15px;
}

.emotional-section-title {
    font-size: clamp(22px, 5.5vw, 40px);
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}

.emotional-paragraph {
    font-size: clamp(13px, 4vw, 16px);
    line-height: 1.8;
    margin-bottom: 20px;
}

.emotional-highlight-box {
    background: #faf7f0;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #ffd700;
}

.emotional-highlight-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.emotional-highlight-text:last-child {
    margin-bottom: 0;
}

.emotional-highlight-text-italic {
    font-style: italic;
}

.emotional-closing-text {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin-top: 30px;
}

/* ---- FAMILY PHOTO CARD ---- */
.family-photo-card {
    position: relative;
    margin: 0 0 clamp(25px, 4vw, 35px);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.family-photo {
    display: block;
    width: 100%;
    height: auto;
}

.family-photo-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: clamp(16px, 3vw, 22px);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 20%, rgba(0, 0, 0, 0));
    color: #fff;
}

.family-photo-caption strong {
    display: block;
    font-size: clamp(15px, 3.5vw, 19px);
    line-height: 1.35;
    margin-bottom: 6px;
    color: #ffd700;
}

.family-photo-caption span {
    display: block;
    font-size: clamp(12px, 2.8vw, 13px);
    line-height: 1.6;
}

/* ---- FAMILY BAND ---- */
.family-band {
    position: relative;
    margin: clamp(20px, 5vw, 45px) 0;
    border-radius: 10px;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    align-items: center;
}

.family-band-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.family-band-overlay {
    position: relative;
    width: 100%;
    padding: clamp(30px, 6vw, 60px) clamp(20px, 5vw, 60px);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.82) 45%, rgba(0, 0, 0, 0.25));
    color: #fff;
}

.family-band-quote {
    font-size: clamp(17px, 4vw, 28px);
    font-weight: 700;
    font-style: italic;
    line-height: 1.4;
    max-width: 620px;
    margin-bottom: 14px;
    color: #ffd700;
}

.family-band-text {
    font-size: clamp(13px, 3vw, 15px);
    line-height: 1.7;
    max-width: 560px;
    margin-bottom: 0;
}

/* ---- MOMENTS SECTION ---- */
.moments-wrapper {
    padding-left: clamp(15px, 4vw, 40px);
}

.moments-title {
    font-size: clamp(18px, 4.5vw, 26px);
    font-weight: 600;
    margin-bottom: clamp(20px, 4vw, 35px);
}

.moments-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.moment-card {
    background: #faf7f0;
    padding: 22px;
    border-radius: 8px;
    border-left: 4px solid #ffd700;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.moment-icon {
    font-size: 32px;
    flex-shrink: 0;
}

.moment-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.moment-description {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0;
}

/* ---- CONTENT SECTION ---- */
.content-left-wrapper {
    padding-right: 40px;
}

.content-subtitle {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
    display: block;
    margin-bottom: 15px;
}

.content-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.content-description {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.quick-data-container {
    margin-bottom: 30px;
}

.quick-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.quick-data-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.quick-data-item-full {
    grid-column: 1 / -1;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-left: 3px solid #ffd700;
    border-radius: 8px;
    background: #fafafa;
}

.quick-data-emoji {
    font-size: 20px;
}

.quick-data-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #999;
    margin: 0 0 4px 0;
}

.quick-data-value {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.content-separator {
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.content-link-text {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.content-link {
    color: #ffd700;
    font-weight: 600;
    text-decoration: none;
}

/* La columna de imágenes iguala la altura del texto para no dejar hueco en blanco */
.content-row {
    align-items: stretch;
}

.content-right-wrapper {
    padding-left: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.content-right-wrapper .content-image {
    flex: 1 1 0;
    min-height: 220px;
    object-fit: cover;
}

/* ---- SERVICIOS: COCINA Y LIMPIEZA ---- */
.service-highlight {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    margin-top: 45px;
    background: #faf7f0;
    border-radius: 8px;
    border-left: 4px solid #ffd700;
    overflow: hidden;
}

.service-highlight-media {
    position: relative;
    min-height: 260px;
}

.service-highlight-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-highlight-body {
    padding: clamp(22px, 3.5vw, 38px);
}

.service-highlight-title {
    font-size: clamp(17px, 4vw, 22px);
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 12px;
    color: #333;
}

.service-highlight-intro {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 22px;
}

.service-highlight-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.service-highlight-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.service-highlight-emoji {
    font-size: 26px;
    line-height: 1;
    flex-shrink: 0;
}

.service-highlight-label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.service-highlight-text {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.service-highlight-note {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    margin: 22px 0 0;
    padding-top: 16px;
    border-top: 1px solid #e6e0d4;
}

/* ---- VIDEO SECTION ---- */
.video-section-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.video-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.video-description {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-note {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.video-note-text {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

/* ---- AMENITIES SECTION ---- */
.amenities-header {
    text-align: center;
    margin-bottom: 50px;
}

.amenities-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}

.amenities-intro {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.amenities-intro-text {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}

.amenity-card {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease backwards;
}

.amenity-icon {
    font-size: 32px;
    margin-bottom: 15px;
}

.amenity-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.amenity-description {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.amenities-footer {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.amenities-footer-text {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: #333;
}

/* ---- TIMELINE SECTION ---- */
.timeline-header {
    text-align: center;
    margin-bottom: 50px;
}

.timeline-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.timeline-container {
    margin-bottom: 50px;
}

.timeline-item {
    animation: fadeInUp 0.6s ease backwards;
}

.timeline-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.timeline-image-large {
    max-height: 400px;
    object-fit: cover;
}

.timeline-content {
    padding-left: 30px;
}

.timeline-content-left {
    padding-right: 30px;
}

.timeline-number-circle {
    width: 40px;
    height: 40px;
    background: #ffd700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #333;
    margin-right: 15px;
}

.timeline-step-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.timeline-step-description {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

.timeline-footer {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    margin-top: 50px;
}

.timeline-footer-text {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: #333;
}

/* ---- CELEBRATION OPTIONS SECTION ---- */
.celebration-header {
    text-align: center;
    margin-bottom: 50px;
}

.celebration-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.celebration-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.celebration-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease backwards;
}

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

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

.celebration-card-content {
    padding: 30px;
}

.celebration-card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.celebration-card-description {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
}

.celebration-card-btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
}

.celebration-note {
    text-align: center;
    padding: 25px;
    background: white;
    border-radius: 8px;
    border-left: 4px solid #ffd700;
}

.celebration-note-text {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* ---- COMPARISON SECTION ---- */
.comparison-header {
    text-align: center;
    margin-bottom: 50px;
}

.comparison-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.comparison-column {
    animation: fadeInUp 0.6s ease backwards;
}

.comparison-column-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #333;
}

.comparison-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.comparison-item-negative {
    padding: 15px;
    background: #ffe8e8;
    border-left: 4px solid #ff6b6b;
    border-radius: 6px;
}

.comparison-item-positive {
    padding: 15px;
    background: #e8f5e9;
    border-left: 4px solid #4caf50;
    border-radius: 6px;
}

.comparison-item-text {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.comparison-note {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.comparison-note-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* ---- GUEST PROFILE SECTION ---- */
.guest-profile-header {
    text-align: center;
    margin-bottom: 50px;
}

.guest-profile-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}

.guest-profile-intro {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.guest-profile-intro-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 600;
    color: #333;
}

.guest-profile-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.guest-profile-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    animation: fadeInUp 0.6s ease backwards;
}

.guest-profile-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.guest-profile-item-text {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.guest-profile-note {
    background: #fffbf0;
    border-left: 4px solid #ff9800;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    animation: fadeInUp 0.6s ease backwards;
}

.guest-profile-note-text {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.guest-profile-footer {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.guest-profile-footer-text {
    font-size: 15px;
    color: #666;
    margin: 0;
}

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

.amenity-card:nth-child(1) {
    animation-delay: 0.1s;
}

.amenity-card:nth-child(2) {
    animation-delay: 0.2s;
}

.amenity-card:nth-child(3) {
    animation-delay: 0.3s;
}

.amenity-card:nth-child(4) {
    animation-delay: 0.4s;
}

.amenity-card:nth-child(5) {
    animation-delay: 0.5s;
}

.amenity-card:nth-child(6) {
    animation-delay: 0.6s;
}

.amenity-card:nth-child(7) {
    animation-delay: 0.7s;
}

.amenity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 992px) {
    .row.align-items-center,
    .row.content-row {
        flex-direction: column;
    }

    /* En una sola columna las imágenes recuperan su proporción original */
    .content-right-wrapper {
        display: block;
        height: auto;
    }

    .content-right-wrapper .content-image {
        height: auto;
        object-fit: initial;
    }

    .content-right-wrapper .content-image + .content-image {
        margin-top: 20px;
    }

    .service-highlight {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .service-highlight-media {
        min-height: 0;
        height: 220px;
    }

    .col-lg-6 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .col-lg-10.offset-lg-1 {
        padding: 0 15px !important;
    }
}

@media (max-width: 768px) {
    .quick-data-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .celebration-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .comparison-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    /* Asegurar que las cards sean legibles en móvil */
    div[style*="grid-template-columns: 1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }

    .content-left-wrapper,
    .content-right-wrapper,
    .emotional-content-wrapper,
    .moments-wrapper {
        padding: 0 !important;
    }

    /* La imagen familiar encabeza la sección emocional en móvil */
    .moments-wrapper {
        margin-top: 30px;
    }

    .family-band-overlay {
        background: rgba(0, 0, 0, 0.72);
    }

    .family-band-quote,
    .family-band-text {
        max-width: 100%;
    }

    .service-highlight-grid {
        grid-template-columns: 1fr;
    }

    .timeline-content,
    .timeline-content-left {
        padding: 0 !important;
    }

    .hero-widget-mobile {
        display: block !important;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: clamp(20px, 5vw, 44px) !important;
    }

    h2 {
        font-size: clamp(18px, 4.5vw, 38px) !important;
    }
}
