/*
 * pagina-hospedaje.css
 * Contenido de la página interna Hospedaje (dentro/fuera UDLAP + acordeones).
 * Depende de: styles.css, seccion-elige-faq.css
 */

.hospedaje-page {
    padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1rem, 4vw, 2rem) 0;
    box-sizing: border-box;
}

/* Anular padding de .content-section y .elige-faq en hospedaje */
.hospedaje-page.content-section {
    padding-top: 0;
    padding-bottom: 0;
}

.hospedaje-page.elige-faq {
    padding-block: 0;
}

/* Anular padding-bottom de .main-content y .container en hospedaje */
.layout-hospedaje .main-content {
    padding-bottom: 0;
}

.layout-hospedaje .main-content > .container {
    padding-bottom: 0;
}

/* 150px exactos entre el final del contenido y el pie de página */
.layout-hospedaje .footer {
    margin-top: 9.375rem !important; /* 150px forzado */
}

.hospedaje-page__titulo {
    margin: 0 0 clamp(1.5rem, 3.5vw, 2rem);
    font-family: var(--font-hero, 'Lexend', sans-serif);
    font-size: clamp(1.875rem, 4.5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.025em;
    text-align: center;
    color: #2d3748;
}

.hospedaje-page__seccion {
    width: 100%;
    margin: 0 0 clamp(2.5rem, 5vw, 3.5rem);
}

.hospedaje-page__seccion:last-child {
    margin-bottom: 0;
}

.hospedaje-page__subtitulo {
    margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
    font-family: var(--font-hero, 'Lexend', sans-serif);
    font-size: clamp(1.375rem, 3vw, 1.75rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--color-accent-orange, #ff6b35);
}

.hospedaje-page__instruccion {
    margin: -0.75rem 0 clamp(1.5rem, 3vw, 2rem);
    font-family: var(--font-body, 'Source Sans 3', sans-serif);
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.55;
    color: var(--color-text-secondary, #334155);
}

.hospedaje-page__destacado {
    font-weight: 700;
    color: var(--color-accent-orange, #ff6b35);
}

.hospedaje-page__opcion {
    margin: 0 0 clamp(1.5rem, 3.5vw, 2rem);
}

.hospedaje-page__opcion:last-child {
    margin-bottom: 0;
}

.hospedaje-page__nombre {
    margin: 0 0 0.5rem;
    font-family: var(--font-hero, 'Lexend', sans-serif);
    font-size: clamp(1.125rem, 2.4vw, 1.3125rem);
    font-weight: 700;
    line-height: 1.35;
    color: #0f172a;
}

.hospedaje-page__dato {
    margin: 0 0 0.4rem;
    font-family: var(--font-body, 'Source Sans 3', sans-serif);
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.55;
    color: var(--color-text-secondary, #334155);
}

.hospedaje-page__dato:last-child {
    margin-bottom: 0;
}

.hospedaje-page__nota {
    margin: 0.65rem 0 0;
    font-family: var(--font-body, 'Source Sans 3', sans-serif);
    font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
    font-weight: 500;
    font-style: italic;
    line-height: 1.5;
    color: var(--color-text-secondary, #475569);
}

.hospedaje-page .elige-faq__acordeon {
    width: 100%;
    margin-inline: 0;
}

.hospedaje-page .elige-faq__respuesta-lista {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hospedaje-page .elige-faq__respuesta-item {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    font-family: var(--font-body, 'Source Sans 3', sans-serif);
    font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
    font-weight: 400;
    line-height: 1.55;
    color: var(--color-text-secondary, #334155);
}

.hospedaje-page .elige-faq__respuesta-etiqueta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0;
    font-family: var(--font-hero, 'Lexend', sans-serif);
    font-size: 0.875em;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
}

.hospedaje-page span.elige-faq__respuesta-etiqueta {
    color: #0f172a;
}

.hospedaje-page .elige-faq__respuesta-icono {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    color: var(--color-accent-orange, #ff6b35);
}

[data-theme="dark"] .hospedaje-page .elige-faq__respuesta-icono {
    color: var(--color-accent-orange, #ff8a5c);
}

[data-theme="dark"] .hospedaje-page__titulo,
[data-theme="dark"] .hospedaje-page__nombre,
[data-theme="dark"] .hospedaje-page span.elige-faq__respuesta-etiqueta {
    color: var(--color-text, #e8e6e3);
}

[data-theme="dark"] .hospedaje-page__destacado {
    color: var(--color-accent-orange, #ff8a5c);
}

[data-theme="dark"] .hospedaje-page__dato,
[data-theme="dark"] .hospedaje-page__nota,
[data-theme="dark"] .hospedaje-page__instruccion,
[data-theme="dark"] .hospedaje-page .elige-faq__respuesta-item {
    color: var(--color-text-secondary, #b0ada6);
}
