/*
 * expo-hospedaje-alt.css
 * Propuesta alternativa: información complementaria, bajo protagonismo
 */

.expo-hospedaje-alt {
    background: #ffffff;
}

/* Hueco exacto de 120px respecto a .expo-challenge */
.elige-bloque-espaciado.expo-hospedaje-alt {
    margin-top: 7.5rem; /* 120px — anula 9.375rem (150px) de styles.css */
    padding-top: 0;
    padding-bottom: 0;
}

.expo-hospedaje-alt__titulo {
    font-family: var(--font-hero, 'Lexend', sans-serif);
    font-size: clamp(1.75rem, 4.5vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-text-primary, #0f172a);
    text-align: center;
    margin: 0;
}

.expo-hospedaje-alt__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 56rem;
    margin: 0 auto;
    border-top: 0.0625rem solid #e2e8f0;
}

.expo-hospedaje-alt__item {
    display: grid;
    grid-template-columns: 13rem 1fr;
    gap: clamp(1.25rem, 3vw, 1.75rem);
    align-items: start;
    padding: clamp(1.25rem, 3vw, 1.75rem) 0;
    border-bottom: 0.0625rem solid #e2e8f0;
    background: transparent;
}

.expo-hospedaje-alt__thumb {
    position: relative;
    display: block;
    width: 13rem;
    height: 13rem;
    border-radius: 0.625rem;
    overflow: hidden;
    background: #f1f5f9;
    text-decoration: none;
}

.expo-hospedaje-alt__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.expo-hospedaje-alt__plus {
    position: absolute;
    right: 0.65rem;
    bottom: 0.65rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-family: var(--font-hero, 'Lexend', sans-serif);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    background: rgba(0, 168, 168, 0.92);
    border-radius: 50%;
    box-shadow: 0 0.2rem 0.6rem rgba(15, 23, 42, 0.25);
    pointer-events: none;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.expo-hospedaje-alt__thumb:hover img,
.expo-hospedaje-alt__thumb:focus-visible img {
    transform: scale(1.04);
    filter: brightness(1.04);
}

.expo-hospedaje-alt__thumb:hover .expo-hospedaje-alt__plus,
.expo-hospedaje-alt__thumb:focus-visible .expo-hospedaje-alt__plus {
    transform: scale(1.08);
    background: rgba(255, 107, 53, 0.95);
}

.expo-hospedaje-alt__thumb:focus-visible {
    outline: 0.125rem solid #0f172a;
    outline-offset: 0.15rem;
}

.expo-hospedaje-alt__body {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
}

.expo-hospedaje-alt__name {
    margin: 0 0 0.15rem;
    font-family: var(--font-hero, 'Lexend', sans-serif);
    font-size: clamp(1.25rem, 2.8vw, 1.5rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--color-accent-orange, #ff6b35);
}

.expo-hospedaje-alt__name-link {
    color: var(--color-accent-orange, #ff6b35);
    text-decoration: none;
    transition: color 0.2s ease;
}

.expo-hospedaje-alt__name-link:hover,
.expo-hospedaje-alt__name-link:focus-visible {
    color: #008888;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.expo-hospedaje-alt__name-link:focus-visible {
    outline: 0.125rem solid #0f172a;
    outline-offset: 0.15rem;
}

.expo-hospedaje-alt__label {
    margin: 0;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: clamp(0.875rem, 1.6vw, 0.9375rem);
    font-weight: 600;
    line-height: 1.4;
    color: var(--color-text-secondary, #64748b);
}

.expo-hospedaje-alt__meta {
    margin: 0;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: clamp(0.875rem, 1.6vw, 0.9375rem);
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-text-secondary, #64748b);
}

.expo-hospedaje-alt__meta a {
    color: #008888;
    text-decoration: none;
}

.expo-hospedaje-alt__meta a:hover,
.expo-hospedaje-alt__meta a:focus-visible {
    color: var(--color-accent-orange, #ff6b35);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.expo-hospedaje-alt__meta--phones a {
    color: var(--color-accent-orange, #ff6b35);
}

.expo-hospedaje-alt__meta--phones a:hover,
.expo-hospedaje-alt__meta--phones a:focus-visible {
    color: #008888;
}

.expo-hospedaje-alt__meta a:focus-visible {
    outline: 0.125rem solid #0f172a;
    outline-offset: 0.15rem;
}

.expo-hospedaje-alt__meta .expo-hospedaje-alt__email {
    color: var(--color-accent-orange, #ff6b35);
}

.expo-hospedaje-alt__meta .expo-hospedaje-alt__email:hover,
.expo-hospedaje-alt__meta .expo-hospedaje-alt__email:focus-visible {
    color: #008888;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

/* Móvil: texto corto; tableta / escritorio: correo completo */
.expo-hospedaje-alt__email-full {
    display: none;
}

.expo-hospedaje-alt__email-short {
    display: inline;
}

@media (min-width: 40rem) {
    .expo-hospedaje-alt__email-full {
        display: inline;
    }

    .expo-hospedaje-alt__email-short {
        display: none;
    }
}

.expo-hospedaje-alt__more {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.5rem;
    font-family: var(--font-hero, 'Lexend', sans-serif);
    font-size: clamp(0.875rem, 1.6vw, 0.9375rem);
    font-weight: 700;
    color: #008888;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.expo-hospedaje-alt__more:hover,
.expo-hospedaje-alt__more:focus-visible {
    color: var(--color-accent-orange, #ff6b35);
    gap: 0.55rem;
}

.expo-hospedaje-alt__more:focus-visible {
    outline: 0.125rem solid #0f172a;
    outline-offset: 0.15rem;
}

.expo-hospedaje-alt__more-icon {
    width: 1.05em;
    height: 1.05em;
    flex-shrink: 0;
}

.expo-hospedaje-alt__cta-wrapper {
    display: flex;
    justify-content: center;
    margin-top: clamp(2rem, 4vw, 2.75rem);
}

.expo-hospedaje-alt__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 2rem 0.85rem 2.15rem;
    font-family: var(--font-hero, 'Lexend', sans-serif);
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    background-color: #00a8a8;
    border: none;
    border-radius: 999rem;
    box-shadow: 0 0.35rem 1rem rgba(15, 23, 42, 0.22);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.expo-hospedaje-alt__cta:hover,
.expo-hospedaje-alt__cta:focus-visible {
    background-color: #009090;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-0.1rem);
    box-shadow: 0 0.45rem 1.25rem rgba(15, 23, 42, 0.28);
}

.expo-hospedaje-alt__cta:focus-visible {
    outline: 0.125rem solid #0f172a;
    outline-offset: 0.2rem;
}

.expo-hospedaje-alt__cta-icon {
    width: 1.2em;
    height: 1.2em;
    flex-shrink: 0;
}

/* Móvil: imagen arriba, texto abajo y centrado */
@media (max-width: 39.99rem) {
    .expo-hospedaje-alt__item {
        grid-template-columns: 1fr;
        gap: clamp(1rem, 3vw, 1.25rem);
    }

    .expo-hospedaje-alt__thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .expo-hospedaje-alt__body {
        align-items: center;
        text-align: center;
    }
}

@media (min-width: 40rem) {
    .expo-hospedaje-alt__item {
        grid-template-columns: 15rem 1fr;
        padding-inline: 0.25rem;
    }

    .expo-hospedaje-alt__thumb {
        width: 15rem;
        height: 15rem;
    }
}

/* Escritorio: dos columnas (Hostal | Colegios) + correo completo */
@media (min-width: 64rem) {
    .expo-hospedaje-alt__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 2.5rem;
        border-top: none;
        max-width: 64rem;
    }

    .expo-hospedaje-alt__item {
        border-top: 0.0625rem solid #e2e8f0;
    }
}

[data-theme="dark"] .expo-hospedaje-alt {
    background: var(--color-bg, #18191d);
}

[data-theme="dark"] .expo-hospedaje-alt__titulo {
    color: var(--color-text, #e8e6e3);
}

[data-theme="dark"] .expo-hospedaje-alt__name,
[data-theme="dark"] .expo-hospedaje-alt__name-link {
    color: var(--color-accent-orange, #ff8a5c);
}

[data-theme="dark"] .expo-hospedaje-alt__name-link:hover,
[data-theme="dark"] .expo-hospedaje-alt__name-link:focus-visible {
    color: #5eead4;
}

[data-theme="dark"] .expo-hospedaje-alt__label {
    color: var(--color-text-muted, #918e88);
}

[data-theme="dark"] .expo-hospedaje-alt__meta {
    color: var(--color-text-secondary, #b0ada6);
}

[data-theme="dark"] .expo-hospedaje-alt__meta a,
[data-theme="dark"] .expo-hospedaje-alt__more {
    color: #5eead4;
}

[data-theme="dark"] .expo-hospedaje-alt__meta .expo-hospedaje-alt__email {
    color: var(--color-accent-orange, #ff8a5c);
}

[data-theme="dark"] .expo-hospedaje-alt__meta .expo-hospedaje-alt__email:hover,
[data-theme="dark"] .expo-hospedaje-alt__meta .expo-hospedaje-alt__email:focus-visible {
    color: #5eead4;
}

[data-theme="dark"] .expo-hospedaje-alt__meta--phones a {
    color: var(--color-accent-orange, #ff8a5c);
}

[data-theme="dark"] .expo-hospedaje-alt__meta--phones a:hover,
[data-theme="dark"] .expo-hospedaje-alt__meta--phones a:focus-visible {
    color: #5eead4;
}

[data-theme="dark"] .expo-hospedaje-alt__meta a:hover,
[data-theme="dark"] .expo-hospedaje-alt__meta a:focus-visible,
[data-theme="dark"] .expo-hospedaje-alt__more:hover,
[data-theme="dark"] .expo-hospedaje-alt__more:focus-visible {
    color: var(--color-accent-orange, #ff8a5c);
}

[data-theme="dark"] .expo-hospedaje-alt__list,
[data-theme="dark"] .expo-hospedaje-alt__item {
    border-color: rgba(255, 255, 255, 0.14);
}

[data-theme="dark"] .expo-hospedaje-alt__thumb {
    background: #23262d;
}

[data-theme="dark"] .expo-hospedaje-alt__name-link:focus-visible,
[data-theme="dark"] .expo-hospedaje-alt__meta a:focus-visible,
[data-theme="dark"] .expo-hospedaje-alt__more:focus-visible {
    outline-color: #e8e6e3;
}
