.detalle-container {
    --detail-cyan: #25d9ff;
    --detail-lime: #d9ff55;
    --detail-ink: #071126;
    width: min(1380px, calc(100% - 32px));
    margin: 0 auto;
    padding: 112px 0 70px;
}

.detalle-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.detalle-back:hover {
    color: var(--detail-cyan);
    transform: translateX(-4px);
}

.detalle-header {
    margin-bottom: 38px;
    text-align: left;
}

.detalle-kicker,
.info-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--detail-cyan);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.detalle-header h1 {
    max-width: 1000px;
    margin: 10px 0 22px;
    color: #fff;
    font-size: clamp(2.7rem, 7vw, 6rem);
    line-height: 0.94;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.detalle-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.detalle-meta > span {
    display: inline-flex;
    min-height: 48px;
    padding: 0 17px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    font-weight: 700;
}

.detalle-meta i {
    color: var(--detail-cyan);
}

.detalle-meta .precio-destacado {
    gap: 10px;
    border-color: rgba(217, 255, 85, 0.22);
    color: var(--detail-ink);
    background: var(--detail-lime);
}

.precio-destacado small,
.precio-destacado strong {
    display: block;
}

.precio-destacado small {
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.precio-destacado strong {
    font-size: 1.25rem;
}

.contenido-principal {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
    gap: 24px;
    margin-bottom: 24px;
}

.galeria-container,
.info-card {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(18, 32, 67, 0.88), rgba(7, 14, 34, 0.86));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.galeria-container {
    padding: 14px;
    align-self: start;
}

.galeria-principal {
    overflow: hidden;
    border-radius: 20px;
    background: #080e20;
}

.galeria-principal img {
    display: none;
    width: 100%;
    height: clamp(390px, 50vw, 650px);
    object-fit: cover;
}

.galeria-principal img.active {
    display: block;
    animation: detailFade 0.45s ease;
}

.detalle-empty-visual {
    display: grid;
    min-height: 520px;
    place-items: center;
    border-radius: 20px;
    background:
        radial-gradient(circle at 50% 40%, rgba(37, 217, 255, 0.18), transparent 35%),
        linear-gradient(145deg, #101d43, #070d20);
    font-size: 8rem;
}

.galeria-thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 10px;
    padding-top: 12px;
}

.thumbnail {
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 13px;
    background: transparent;
    cursor: pointer;
    opacity: 0.62;
    transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.thumbnail:hover,
.thumbnail.active {
    border-color: var(--detail-cyan);
    opacity: 1;
    transform: translateY(-2px);
}

.thumbnail img {
    display: block;
    width: 100%;
    height: 92px;
    object-fit: cover;
}

.info-lateral {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.info-card {
    padding: clamp(24px, 4vw, 38px);
}

.info-card-main {
    position: relative;
    overflow: hidden;
}

.info-card-main::after {
    position: absolute;
    right: -65px;
    bottom: -80px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(37, 217, 255, 0.09);
    content: "";
    filter: blur(4px);
}

.info-card h2 {
    position: relative;
    z-index: 1;
    margin: 12px 0 16px;
    color: #fff;
    font-size: clamp(1.45rem, 2.5vw, 2.1rem);
    line-height: 1.1;
}

.info-card h2 i {
    color: var(--detail-cyan);
}

.info-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1rem;
    line-height: 1.8;
}

.description-recharge {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    padding: 18px;
    margin-top: 24px;
    border: 1px solid rgba(217, 255, 85, 0.18);
    border-radius: 18px;
    background: rgba(217, 255, 85, 0.07);
}

.description-recharge strong,
.description-recharge span {
    display: block;
}

.description-recharge strong {
    color: #fff;
}

.description-recharge span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.88rem;
    line-height: 1.45;
}

.description-recharge a {
    display: inline-flex;
    min-height: 46px;
    padding: 0 17px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 999px;
    color: var(--detail-ink);
    background: var(--detail-lime);
    font-weight: 900;
    text-decoration: none;
}

.caracteristicas {
    display: grid;
    gap: 6px;
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
}

.caracteristicas li {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 13px;
    padding: 14px 0;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
}

.caracteristicas li:last-child {
    border-bottom: 0;
}

.caracteristicas li > i,
.feature-emoji {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    color: var(--detail-cyan);
    background: rgba(37, 217, 255, 0.09);
    font-size: 1.05rem;
}

.caracteristicas strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
}

.play-card-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(217, 255, 85, 0.22);
    border-radius: 30px;
    background:
        radial-gradient(circle at 85% 20%, rgba(217, 255, 85, 0.18), transparent 30%),
        linear-gradient(135deg, #10224c 0%, #0a1734 55%, #071126 100%);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
}

.play-card-heading {
    max-width: 760px;
}

.play-card-heading h2 {
    margin: 10px 0 12px;
    color: #fff;
    font-size: clamp(2.1rem, 5vw, 4rem);
    line-height: 1;
    letter-spacing: -0.045em;
}

.play-card-heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    line-height: 1.7;
}

.play-card-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 32px 0;
    padding: 0;
    list-style: none;
}

.play-card-steps li {
    position: relative;
    display: grid;
    min-height: 130px;
    padding: 22px;
    align-content: end;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.045);
}

.play-card-steps li > span {
    position: absolute;
    top: 14px;
    right: 16px;
    color: rgba(255, 255, 255, 0.22);
    font-size: 1.8rem;
    font-weight: 900;
}

.play-card-steps i {
    margin-bottom: 12px;
    color: var(--detail-lime);
    font-size: 1.45rem;
}

.play-card-steps strong {
    color: #fff;
}

.play-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-reservar {
    display: inline-flex;
    min-height: 52px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    color: var(--detail-ink);
    background: var(--detail-lime);
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-reservar.secondary {
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.btn-reservar:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(37, 217, 255, 0.15);
}

@keyframes detailFade {
    from { opacity: 0; transform: scale(1.01); }
    to { opacity: 1; transform: scale(1); }
}

@media (max-width: 900px) {
    .contenido-principal {
        grid-template-columns: 1fr;
    }

    .play-card-steps {
        grid-template-columns: 1fr;
    }

    .play-card-steps li {
        min-height: 104px;
    }
}

@media (max-width: 600px) {
    .detalle-container {
        width: min(100% - 22px, 1380px);
        padding-top: 92px;
    }

    .detalle-header h1 {
        font-size: clamp(2.4rem, 15vw, 4.2rem);
    }

    .detalle-meta {
        align-items: stretch;
        flex-direction: column;
    }

    .detalle-meta > span {
        justify-content: center;
    }

    .galeria-principal img {
        height: 330px;
    }

    .detalle-empty-visual {
        min-height: 330px;
    }

    .play-card-actions {
        flex-direction: column;
    }
}
