/* Estilos Base Luxury */
.luxury-hero {
    position: relative;
    height: 85vh;
    min-height: 600px;
   /* Imagen de Suburban/Expedition */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.luxury-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(17,17,17,0.9) 0%, rgba(17,17,17,0.4) 100%);
    z-index: 1;
}

.container-luxury-hero {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.luxury-hero-content {
    max-width: 750px;
}

/* Badge de Descuento */
.promo-badge-luxury {
    background-color: #ff4d4d;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-weight: 900;
    line-height: 1;
    transform: rotate(-2deg);
    box-shadow: 0 5px 15px rgba(255, 77, 77, 0.4);
}

.discount-label { font-size: 0.75rem; margin-bottom: 4px; opacity: 0.9; }
.discount-amount { font-size: 1.6rem; }

/* Tipografía */
.luxury-h1 {
    font-size: 3.8rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
}

.luxury-h1 span {
    color: #00d1ff; /* Acento Cian */
    display: block;
    font-size: 2.5rem;
}

.luxury-intro {
    font-size: 1.25rem;
    color: #ccc;
    line-height: 1.7;
    margin-bottom: 35px;
}

/* Botones Luxury */
.luxury-hero-cta {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.btn-luxury-gold {
    background-color: #d4af37; /* Dorado */
    color: #000;
    padding: 18px 40px;
    font-size: 1.1rem;
    font-weight: 800;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-luxury-gold:hover {
    background-color: #f1c40f;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

.btn-luxury-outline {
    background-color: transparent;
    color: #fff;
    padding: 18px 40px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 4px;
    border: 2px solid #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-luxury-outline:hover {
    background-color: rgba(255,255,255,0.1);
}

.luxury-trust-tag {
    color: #888;
    font-size: 0.95rem;
    font-weight: 600;
}

.luxury-trust-tag i { color: #d4af37; margin-right: 5px; }
.separator { margin: 0 15px; opacity: 0.3; }

/* Responsivo */
@media (max-width: 992px) {
    .luxury-h1 { font-size: 2.8rem; }
    .luxury-h1 span { font-size: 2rem; }
}

@media (max-width: 768px) {
    .luxury-hero { height: auto; padding: 100px 0; text-align: center; }
    .luxury-hero-overlay { background: rgba(17,17,17,0.85); }
    .luxury-hero-content { margin: 0 auto; }
    .luxury-hero-cta { flex-direction: column; }
    .luxury-trust-tag .separator { display: none; }
    .luxury-trust-tag span { display: block; margin: 10px 0; }
}



/* --- 1. SECCIÓN TRUST BAR (TRIPADVISOR STYLE) --- */
.trust-bar-luxury {
    background: #ffffff;
    padding: 25px 0;
    border-bottom: 1px solid #eeeeee;
}

.trust-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 30px;
}

.tripadvisor-mini {
    text-align: center;
    border-right: 2px solid #f0f0f0;
    padding-right: 40px;
    min-width: 140px;
}

.tripadvisor-mini img {
    max-width: 120px;
    margin-bottom: 5px;
}

.rating-num {
    display: block;
    font-size: 2.2rem;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1;
}

.stars {
    color: #00af87; /* Verde oficial TripAdvisor */
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.trust-text {
    flex: 2;
}

.trust-text h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 5px;
    color: #111;
}

.trust-text p {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

.btn-trust {
    background-color: #00af87;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: background 0.3s ease;
}

.btn-trust:hover {
    background-color: #008f6e;
    color: #fff;
}

/* --- 2. SECCIÓN CONVERSIÓN (TEXTO + IFRAME) --- */
.booking-conversion-luxury {
    padding: 90px 0;
    background-color: #fcfcfc;
}

.flex-layout {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 60px;
    align-items: flex-start;
}

.luxury-seo-text {
    flex: 1.3;
}

.premium-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #111;
    line-height: 1.1;
    margin-bottom: 20px;
}

.highlight-p {
    font-size: 1.3rem;
    color: #00d1ff; /* Tu cian premium */
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.luxury-seo-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
}

.luxury-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.benefit-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.benefit-item i {
    font-size: 1.5rem;
    color: #d4af37; /* Dorado */
    margin-top: 4px;
}

.benefit-item span {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
}

/* CONTENEDOR DEL FORMULARIO (IFRAME) */
.luxury-form-container {
    flex: 1;
    background: #ffffff;
    padding: 0; /* Ajustado para que el iframe luzca integrado */
    border-radius: 20px;
    border: 1px solid #eeeeee;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
    overflow: hidden;
}

.form-header {
    background-color: #111;
    color: #fff;
    padding: 30px 20px;
    text-align: center;
}

.form-header h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: #fff;
}

.form-header p {
    color: #ff4d4d; /* Rojo para urgencia del descuento */
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    margin: 0;
}

/* --- RESPONSIVO --- */
@media (max-width: 992px) {
    .flex-layout {
        flex-direction: column;
        gap: 50px;
    }
    
    .trust-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .tripadvisor-mini {
        border-right: none;
        padding-right: 0;
    }

    .premium-title {
        font-size: 2rem;
    }

    .luxury-form-container {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .trust-bar-luxury {
        display: none; /* Opcional: ocultar trust bar en móviles muy pequeños para subir el form */
    }
}



/* --- SECCIÓN BENEFICIOS LUXURY --- */
.luxury-benefits-section {
    padding: 100px 0;
    background-color: #0a0a0a; /* Negro absoluto para profundidad */
    color: #ffffff;
    font-family: 'Montserrat', sans-serif; /* Asegúrate de tener esta fuente o similar */
}

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

.benefits-intro {
    text-align: center;
    margin-bottom: 70px;
}

.gold-subtitle {
    color: #d4af37;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 4px;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 15px;
}

.section-title-light {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1.2;
    background: linear-gradient(to right, #fff 20%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.benefits-intro p {
    color: #888;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

/* --- GRID DE BENEFICIOS --- */
.benefits-grid-luxury {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
}

.benefit-card-vip {
    background: rgba(255, 255, 255, 0.03); /* Efecto cristal sutil */
    padding: 50px 40px;
    border-radius: 2px; /* Bordes rectos se ven más "arquitectónicos/lujo" */
    border: 1px solid rgba(212, 175, 55, 0.1);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

/* Efecto de línea dorada al hacer hover */
.benefit-card-vip::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: #d4af37;
    transition: all 0.5s ease;
}

.benefit-card-vip:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-10px);
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.benefit-card-vip:hover::before {
    left: 0;
}

.benefit-icon {
    font-size: 2.8rem;
    color: #d4af37;
    margin-bottom: 25px;
    display: inline-block;
    transition: transform 0.3s ease;
}

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

.benefit-card-vip h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.benefit-card-vip p {
    color: #b0b0b0;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

/* --- RESPONSIVO --- */
@media (max-width: 1100px) {
    .benefits-grid-luxury {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section-title-light {
        font-size: 2.2rem;
    }
    
    .benefits-grid-luxury {
        grid-template-columns: 1fr;
    }
    
    .benefit-card-vip {
        padding: 40px 25px;
    }
}

.luxury-pricing-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.pricing-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title-dark {
    font-size: 2.5rem;
    font-weight: 900;
    color: #111;
    margin-top: 10px;
}

.pricing-table-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.pricing-row-header {
    display: flex;
    background: #111;
    color: #fff;
    padding: 20px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.pricing-row {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
    transition: background 0.3s;
}

.pricing-row:hover {
    background-color: #f9f9f9;
}

.col-dest { flex: 2; font-weight: 700; color: #333; font-size: 1.1rem; }
.col-ow { flex: 1.2; text-align: center; }
.col-rt { flex: 1.2; text-align: center; }

/* Precios y Badges */
.price-list {
    text-decoration: line-through;
    color: #aaa;
    font-size: 0.9rem;
    margin-right: 8px;
}

.price-deal {
    font-weight: 900;
    font-size: 1.3rem;
    color: #111;
}

.col-ow .price-deal { color: #008f5d; } /* Verde para el ahorro OW */
.col-rt .price-deal { color: #00d1ff; } /* Cian para el Round Trip */

.save-badge {
    display: block;
    font-size: 0.75rem;
    color: #ff4d4d;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 4px;
}

.pricing-footer {
    text-align: center;
    margin-top: 30px;
    color: #777;
}

.pricing-footer a {
    color: #d4af37;
    font-weight: 700;
    text-decoration: none;
}

/* Responsivo para móviles */
@media (max-width: 768px) {
    .pricing-row-header { display: none; }
    .pricing-row {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 30px 20px;
    }
    .col-dest { margin-bottom: 10px; font-size: 1.2rem; }
    .col-ow, .col-rt { width: 100%; border-top: 1px solid #eee; padding-top: 10px; }
}



/* --- SECCIÓN FAQ LUXURY (Fondo Negro) --- */
.luxury-faq-section {
    padding: 100px 0;
    background-color: #000000; /* Negro Puro */
    color: #ffffff;
    font-family: sans-serif; /* O la fuente que uses en tu sitio */
}

.container-luxury {
    margin: 0 auto;
    padding: 0 20px;
}

/* Encabezado */
.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.gold-subtitle {
    display: block;
    color: #a0aab5; /* Gris Slate claro para el subtítulo */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-title-light {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}

/* Contenedor del Acordeón */
.faq-accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Espacio entre preguntas */
}

/* --- ESTILO DE CADA ITEM (PREGUNTA) --- */
.faq-item {
    background-color: #111111; /* Negro ligeramente más claro para resaltar del fondo */
    border: 1px solid #222222; /* Borde sutil por defecto */
    border-radius: 8px;
    overflow: hidden; /* Necesario para la animación de apertura */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* --- ESTILO DEL HOVER (ANTES DE DAR CLIC) --- */
/* Un efecto elegante y sutil que no pierde legibilidad */
.faq-item:hover:not(.active) {
    border-color: #4f5b66; /* Gris Slate medio al pasar el mouse */
    background-color: #161616; /* Aclara muy sutilmente el fondo */
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.05); /* Brillo muy tenue */
}

/* Estilo de la Pregunta (Cabecera clickeable) */
.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 700;
    color: #e0e0e0; /* Blanco suave */
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
    user-select: none; /* Evita seleccionar texto al hacer doble clic rápido */
}

/* Icono (Chevron) */
.faq-question i {
    color: #707b85; /* Gris medio para el icono por defecto */
    font-size: 1rem;
    transition: transform 0.4s ease, color 0.3s ease;
}

/* --- ESTILO CUANDO LA PREGUNTA ESTÁ ABIERTA (.active) --- */
/* Se aplica al contenedor .faq-item mediante JS */

.faq-item.active {
    border-color: #ffffff; /* Borde blanco puro al estar activo */
    background-color: #1a1a1a; /* Fondo un poco más claro */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.faq-item.active .faq-question {
    color: #ffffff; /* Texto de pregunta en blanco puro */
}

/* Rotación del Icono */
.faq-item.active .faq-question i {
    transform: rotate(180deg); /* Gira la flecha hacia arriba */
    color: #ffffff; /* Icono en blanco puro */
}

/* --- ESTILO DE LA RESPUESTA (ANIMACIÓN) --- */
.faq-answer {
    max-height: 0; /* Cerrado por defecto */
    overflow: hidden; /* Oculta el texto */
    /* Animación suave y elegante con cubic-bezier para sensación premium */
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #0c0c0c; /* Fondo ligeramente diferente para la respuesta */
}

/* Párrafo dentro de la respuesta */
.faq-answer p {
    padding: 0 30px 30px 30px; /* Padding superior 0 para que no se vea al estar cerrado */
    color: #b0b8c0; /* Gris Slate claro para buena lectura en fondo negro */
    line-height: 1.8;
    font-size: 1rem;
    margin: 0;
}

/* --- ESTADO ABIERTO DE LA RESPUESTA (.active) --- */
.faq-item.active .faq-answer {
    max-height: 500px; /* Un valor lo suficientemente alto para mostrar el texto */
}

/* --- RESPONSIVO --- */
@media (max-width: 768px) {
    .section-title-light {
        font-size: 2rem;
    }
    
    .faq-question {
        padding: 20px;
        font-size: 1rem;
    }
    
    .faq-answer p {
        padding: 0 20px 20px 20px;
    }
}


/* --- SECCIÓN CTA FULL WIDTH --- */
.luxury-cta-full {
    width: 100%;
    background-color: #111111; /* Negro sólido o un gris muy oscuro */
    padding: 60px 0; /* Altura reducida */
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cta-inner-content {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}

.cta-title-simple {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.cta-text-simple {
    font-size: 1.1rem;
    color: #888;
    margin-bottom: 25px;
}

/* Botón Directo */
.btn-direct-luxury {
    display: inline-block;
    background-color: #d4af37; /* Tu Dorado */
    color: #000;
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-direct-luxury:hover {
    background-color: #ffffff; /* Cambio a blanco para un hover elegante */
    color: #000;
    transform: translateY(-3px);
}

.cta-badge-small {
    display: block;
    margin-top: 15px;
    font-size: 0.75rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Ajuste Móvil */
@media (max-width: 768px) {
    .luxury-cta-full {
        padding: 50px 0;
    }
    .cta-title-simple {
        font-size: 1.8rem;
    }
    .btn-direct-luxury {
        width: 100%;
        box-sizing: border-box;
    }
}