    /* .hero {
        position: relative;
        min-height: 68vh;
        display: grid;
        place-items: center;
        background: url("../img/img_fondo_home.png") center / cover no-repeat;
    } */

    .hero {
        position: relative;
        min-height: 68vh;
        display: grid;
        place-items: center;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }


    .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .35);
    }

    .hero>.content {
        position: relative;
        z-index: 1;
        color: #fff;
        text-align: center;
    }

    .section-pad {
        padding: 4rem 0;
    }


    /* Parte de reservas publicas */

    :root {
        --brand1: #7b1e3b;
        --brand2: #e34b7a;
        --radius: 18px;
    }

    .wrap {
        padding: clamp(1rem, 2vw, 2rem) 0
    }

    .two-col {
        display: grid;
        gap: clamp(1rem, 2vw, 1.5rem);
        grid-template-columns: 1fr;
        align-items: start
    }

    .two-col>* {
        min-width: 0
    }

    @media (min-width:992px) {
        .two-col {
            grid-template-columns: 1fr 1fr
        }
    }

    /* -------- Galería -------- */
    .carousel {
        position: relative;
        border-radius: var(--radius);
        overflow: hidden;
        background: #0e0e0f;
        max-width: 100%;
        user-select: none
    }

    .carousel-viewport {
        aspect-ratio: 16/9;
        background: #000
    }

    .carousel-track {
        height: 100%;
        display: flex;
        transform: translateX(0);
        transition: transform .45s ease;
        will-change: transform
    }

    .carousel-slide {
        flex: 0 0 100%;
        height: 100%
    }

    .carousel-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        cursor: zoom-in
    }

    .car-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 42px;
        height: 42px;
        border: none;
        border-radius: 999px;
        cursor: pointer;
        display: grid;
        place-items: center;
        color: #fff;
        background: linear-gradient(135deg, var(--brand1), var(--brand2));
        box-shadow: 0 8px 18px rgba(0, 0, 0, .28);
        z-index: 3
    }

    .car-prev {
        left: .6rem
    }

    .car-next {
        right: .6rem
    }

    .car-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: .6rem;
        display: flex;
        gap: .4rem;
        justify-content: center;
        z-index: 2
    }

    .car-dot {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        border: none;
        background: rgba(255, 255, 255, .45);
        cursor: pointer
    }

    .car-dot.is-active {
        width: 18px;
        background: #fff
    }

    /* Miniaturas */
    .thumb-rail-wrap {
        position: relative;
        margin-top: .9rem;
        max-width: 100%;
        overflow: hidden
    }

    .thumb-rail {
        display: flex;
        gap: .75rem;
        overflow-x: auto;
        overflow-y: hidden;
        padding: .5rem 2.5rem;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        width: 100%
    }

    .thumb-rail::-webkit-scrollbar {
        height: 8px
    }

    .thumb-rail::-webkit-scrollbar-thumb {
        background: #bbb;
        border-radius: 999px
    }

    .thumb-item {
        flex: 0 0 auto;
        width: 150px;
        aspect-ratio: 16/9;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
        border: 2px solid transparent;
        background: #111;
        scroll-snap-align: start
    }

    .thumb-item:hover {
        border-color: var(--brand2)
    }

    .thumb-item.is-active {
        border-color: var(--brand2);
        box-shadow: 0 0 0 2px rgba(227, 75, 122, .25) inset
    }

    .thumb-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

    .rail-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 999px;
        display: grid;
        place-items: center;
        color: #fff;
        cursor: pointer;
        background: linear-gradient(135deg, var(--brand1), var(--brand2));
        box-shadow: 0 8px 18px rgba(0, 0, 0, .25);
        z-index: 2
    }

    .rail-prev {
        left: .25rem
    }

    .rail-next {
        right: .25rem
    }

    /* Lightbox */
    .lightbox {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .86);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999
    }

    .lightbox.open {
        display: flex
    }

    .lightbox img {
        max-width: 92vw;
        max-height: 90vh;
        border-radius: 12px;
        box-shadow: 0 12px 40px rgba(0, 0, 0, .45)
    }

    .lb-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 48px;
        height: 48px;
        border: none;
        border-radius: 999px;
        cursor: pointer;
        display: grid;
        place-items: center;
        color: #fff;
        background: rgba(255, 255, 255, .22);
        backdrop-filter: blur(6px)
    }

    .lb-prev {
        left: 20px
    }

    .lb-next {
        right: 20px
    }

    .lb-close {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 42px;
        height: 42px;
        border: none;
        border-radius: 999px;
        cursor: pointer;
        color: #fff;
        background: rgba(255, 255, 255, .28)
    }

    /* Calendario ancho completo */
    #calendar-inline .litepicker,
    #calendar-inline .litepicker .container__months,
    #calendar-inline .litepicker .month-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box
    }

    #calendar-inline .litepicker .container__months {
        display: flex
    }

    .month-item {
        flex: 1 1 auto
    }

    .cal-loading {
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, .6);
        display: grid;
        place-items: center;
        z-index: 10
    }

    /* Estilos Litepicker sutiles */
    #calendar-inline .litepicker .day-item {
        position: relative;
        border-radius: 10px;
        transition: all .15s ease
    }

    #calendar-inline .litepicker .day-item.is-locked,
    #calendar-inline .litepicker .day-item.is-disabled {
        opacity: .38;
        filter: grayscale(.9)
    }

    #calendar-inline .litepicker .day-item:not(.is-locked):not(.is-disabled):not(.is-empty) {
        background: linear-gradient(180deg, rgba(123, 30, 59, .06), rgba(227, 75, 122, .06));
        box-shadow: inset 0 0 0 2px rgba(227, 75, 122, .18)
    }

    #calendar-inline .litepicker .day-item:not(.is-locked):not(.is-disabled):not(.is-empty)::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 6px;
        transform: translateX(-50%);
        width: 6px;
        height: 6px;
        border-radius: 999px;
        background: var(--brand2);
        opacity: .7
    }

    #calendar-inline .litepicker .day-item:not(.is-locked):not(.is-disabled):not(.is-empty):hover {
        box-shadow: inset 0 0 0 2px var(--brand2), 0 4px 12px rgba(227, 75, 122, .22);
        transform: translateY(-1px)
    }

    #calendar-inline .litepicker .day-item.is-today:not(.is-locked):not(.is-disabled) {
        box-shadow: inset 0 0 0 2px var(--brand2)
    }

    #calendar-inline .litepicker .day-item.is-selected {
        background: linear-gradient(135deg, var(--brand1), var(--brand2)) !important;
        color: #fff !important;
        box-shadow: none !important
    }

    /* ===== Contadores +/− compactos ===== */
    .qty-wrap {
        display: inline-grid;
        grid-template-columns: 36px minmax(64px, 100px) 36px;
        align-items: center;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        background: #fff
    }

    .qty-wrap input {
        height: 36px;
        width: 100%;
        border: 0;
        background: transparent;
        outline: 0;
        text-align: center;
        font-weight: 600;
        -moz-appearance: textfield
    }

    .qty-wrap input::-webkit-outer-spin-button,
    .qty-wrap input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .qty-btn {
        width: 36px;
        height: 36px;
        border: 0;
        border-radius: 10px;
        background: #f3f4f6;
        line-height: 0;
        font-size: 18px;
        cursor: pointer
    }

    .qty-btn:active {
        transform: translateY(1px)
    }

    .help-max {
        font-size: .8rem;
        color: #6c757d
    }

    /* ===== Bloques de producto ===== */
    .producto-card {
        border: 1px solid #e9ecef;
        border-radius: 14px;
        padding: 1rem;
        background: #fff;
        overflow: hidden
    }

    .producto-card+.producto-card {
        margin-top: 1rem
    }

    .producto-titulo {
        margin: 0 0 .5rem 0;
        font-size: 1.05rem;
        font-weight: 700
    }

    /* Extras en una sola línea */
    .extras-row {
        margin-top: .75rem;
        padding-top: .75rem;
        border-top: 1px dashed #e5e7eb
    }

    .extra-inline {
        display: flex;
        gap: .75rem;
        align-items: flex-start;
        justify-content: space-between;
        padding: .55rem .7rem;
        border: 1px solid #eee;
        border-radius: 12px;
        background: #fff;
        flex-wrap: wrap
    }

    .extra-inline+.extra-inline {
        margin-top: .5rem
    }

    .extra-left {
        flex: 1;
        min-width: 0
    }

    .extra-title {
        font-weight: 700
    }

    .extra-price {
        color: #6b7280;
        margin-left: .35rem
    }

    .extra-desc {
        color: #6b7280;
        font-size: .86rem;
        margin-left: .35rem;
        vertical-align: middle;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden
    }

    .extra-inline.expanded .extra-desc {
        -webkit-line-clamp: unset;
        overflow: visible
    }

    .extra-more {
        border: 0;
        background: none;
        color: var(--brand1);
        font-size: .82rem;
        margin-left: .35rem;
        cursor: pointer;
        white-space: nowrap
    }

    .qty-btn:focus {
        outline: none
    }

    .qty-btn:focus-visible {
        outline: 2px solid rgba(123, 30, 59, .35);
        outline-offset: -2px
    }

    /* ======== MODO FLAT ======== */
    .reserva-flat .card,
    .reserva-flat .card.shadow-sm,
    .reserva-flat #capa_comprobacion_disponibilidad.card,
    .reserva-flat #tickets_block.card {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 !important
    }

    .reserva-flat .card-header {
        background: transparent !important;
        border: 0 !important;
        padding: 0 0 .25rem 0 !important
    }

    .reserva-flat .card-header .card-title {
        font-size: 1.05rem;
        font-weight: 700;
        margin: 0 0 .25rem 0
    }

    .reserva-flat .card-body {
        padding: 0 !important;
        margin: .25rem 0 0 0
    }

    .reserva-flat #capa_comprobacion_disponibilidad {
        margin-top: 1rem
    }

    .reserva-flat #capa_comprobacion_disponibilidad .card-title {
        display: none
    }

    .reserva-flat .producto-card {
        background: #fff;
        border: 1px solid #ebecef;
        border-radius: 16px;
        padding: 1rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
        margin-top: 1rem
    }

    .reserva-flat .producto-card:first-child {
        margin-top: .25rem
    }

    .reserva-flat .producto-card::before {
        content: none !important
    }

    .reserva-flat .producto-titulo {
        margin: 0 0 .75rem 0;
        font-size: 1.05rem;
        font-weight: 700
    }

    .reserva-flat .grupo-sep {
        margin: .75rem 0;
        height: 1px;
        background: linear-gradient(to right, transparent, rgba(0, 0, 0, .08), transparent)
    }

    .reserva-flat .producto-card .row.g-2 {
        margin-top: .25rem
    }

    .reserva-flat .extras-row {
        margin-top: .75rem;
        padding-top: .75rem;
        border-top: 1px dashed rgba(0, 0, 0, .12)
    }

    .reserva-flat .qty-wrap {
        border: 1px solid #e6e7eb;
        background: #f9fafb;
        border-radius: 12px
    }

    .reserva-flat .qty-btn {
        background: #eef0f3;
        border-radius: 12px
    }

    .reserva-flat .qty-btn:focus {
        outline: none
    }

    .reserva-flat .qty-btn:focus-visible {
        outline: 2px solid rgba(123, 30, 59, .35);
        outline-offset: -2px
    }

    .reserva-flat .extra-inline {
        border: 0;
        background: transparent;
        padding: .35rem 0;
        gap: .75rem;
        flex-wrap: wrap
    }

    .reserva-flat .extra-title {
        font-weight: 700
    }

    .reserva-flat .extra-price {
        color: #8a8f98
    }

    .reserva-flat .extra-desc {
        color: #6b7280;
        font-size: .9rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden
    }

    .reserva-flat .extra-inline.expanded .extra-desc {
        -webkit-line-clamp: unset;
        overflow: visible
    }

    /* Ficha actividad debajo del carrusel */
    .actividad-info {
        margin-top: 1rem;
        background: #fff;
        border: 1px solid #ebecef;
        border-radius: 16px;
        padding: 1.25rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .04)
    }

    @media (prefers-color-scheme:dark) {
        .actividad-info {
            background: #111;
            border-color: #222
        }
    }

    .actividad-title {
        font-size: 1.35rem;
        font-weight: 800;
        margin: 0 0 .35rem
    }

    .actividad-desc {
        color: #4b5563;
        font-size: .98rem;
        margin: 0 0 .75rem
    }

    @media (prefers-color-scheme:dark) {
        .actividad-desc {
            color: #c3c7cd
        }
    }

    .info-grid {
        display: grid;
        gap: 1rem;
        grid-template-columns: 1fr
    }

    @media (min-width:768px) {
        .info-grid {
            grid-template-columns: 1fr 1fr
        }
    }

    .info-box h3 {
        margin: 0 0 .5rem;
        font-size: .95rem;
        font-weight: 800
    }

    .list-clean {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .list-clean li {
        display: flex;
        gap: .5rem;
        align-items: flex-start;
        padding: .35rem 0;
        color: #6b7280;
        word-break: break-word
    }

    .list-clean li::before {
        content: '✓';
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 999px;
        background: linear-gradient(135deg, var(--brand1), var(--brand2));
        color: #fff;
        font-weight: 700;
        font-size: .8rem;
        margin-top: .1rem
    }

    .list-clean.cross li::before {
        content: '✕';
        background: #eaeaf0;
        color: #c0392b
    }

    /* Recibo/resumen visual */
    .ticket-receipt .prod-title {
        font-weight: 800;
        margin: .25rem 0 .35rem 0
    }

    .ticket-receipt .rowline {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: .15rem 0
    }

    .ticket-receipt .rowline .label {
        color: #374151
    }

    .ticket-receipt .rowline .label .muted {
        color: #9ca3af;
        font-size: .9em;
        margin-left: .35rem
    }

    .ticket-receipt .rowline.extra .label {
        padding-left: .5rem
    }

    .ticket-receipt .amount {
        font-variant-numeric: tabular-nums;
        font-weight: 600
    }

    .ticket-receipt .grand-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #e5e7eb;
        margin-top: .5rem;
        padding-top: .5rem;
        font-size: 1.05rem;
        font-weight: 800
    }

    /* para remarcar mismatch */
    .producto-card.mismatch {
        border-color: #ef4444 !important;
        box-shadow: 0 0 0 2px rgba(239, 68, 68, .25) inset !important
    }


    /* ======== Ticket look ======== */
    .ticket-paper {
        background: #fff;
        border: 1px dashed #dde1e6;
        border-radius: 16px;
        padding: 14px 16px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    }

    /* opcional: línea perforada (separador) */
    .ticket-paper .perf {
        height: 10px;
        margin: 8px -16px;
        background:
            radial-gradient(circle at 10px 5px, transparent 6px, #fff 6.5px) left/20px 10px repeat-x,
            linear-gradient(#e5e7eb, #e5e7eb) center/100% 1px no-repeat;
    }

    /* afinar el recibo */
    .ticket-receipt .prod {
        margin-bottom: .35rem;
    }

    .ticket-receipt .prod-title {
        font-weight: 800;
        margin: .25rem 0 .35rem 0;
    }

    .ticket-receipt .rowline {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: .15rem 0;
    }

    .ticket-receipt .rowline .label {
        color: #374151;
    }

    .ticket-receipt .rowline .label .muted {
        color: #9ca3af;
        font-size: .9em;
        margin-left: .35rem;
    }

    .ticket-receipt .rowline.extra .label {
        padding-left: .5rem;
    }

    .ticket-receipt .amount {
        font-variant-numeric: tabular-nums;
        font-weight: 600;
    }

    .ticket-receipt hr {
        border: 0;
        border-top: 1px dashed #e5e7eb;
        margin: .35rem 0;
    }

    .ticket-receipt .grand-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #e5e7eb;
        margin-top: .5rem;
        padding-top: .5rem;
        font-size: 1.05rem;
        font-weight: 800;
    }