/* PACK 005D · Reservas y compra de bonos visual */

.booking-page-shell,
.passes-page-shell {
    width: min(1480px, calc(100% - clamp(32px, 6vw, 112px)));
    margin: 0 auto;
    padding: clamp(46px, 6vw, 82px) 0 clamp(76px, 8vw, 118px);
}

.booking-hero,
.passes-hero {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;
    padding: clamp(34px, 5vw, 70px);
    border-radius: clamp(32px, 4vw, 56px);
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 133, 98, 0.12), transparent 24rem),
        radial-gradient(circle at 88% 12%, rgba(220, 235, 187, 0.48), transparent 24rem),
        rgba(255, 253, 248, 0.92);
    border: 1px solid rgba(98, 125, 60, 0.14);
    box-shadow: 0 24px 66px rgba(73, 89, 49, 0.12);
}

.booking-hero h1,
.passes-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(46px, 6vw, 88px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    color: var(--text);
}

.booking-hero p:not(.eyebrow),
.passes-hero p:not(.eyebrow) {
    max-width: 820px;
    color: var(--muted);
    font-size: clamp(18px, 1.6vw, 22px);
    line-height: 1.62;
}

.booking-hero-card,
.passes-hero-icon {
    width: clamp(150px, 16vw, 230px);
    height: clamp(150px, 16vw, 230px);
    border-radius: 42px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(255, 133, 98, 0.92), rgba(255, 190, 150, 0.88));
    color: #fff;
    box-shadow: 0 22px 42px rgba(255, 133, 98, 0.22);
    text-align: center;
    font-size: 54px;
}

.booking-hero-card span {
    font-size: 34px;
}
.booking-hero-card strong {
    display: block;
    font-size: clamp(50px, 6vw, 78px);
    line-height: 0.85;
    color: var(--text);
}
.booking-hero-card small {
    color: #fff;
    font-weight: 900;
}

.booking-steps-grid,
.passes-options,
.passes-checkout-mock {
    margin-top: clamp(28px, 4vw, 44px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.booking-steps-grid article,
.pass-option-card,
.passes-checkout-mock article,
.booking-panel {
    border-radius: 34px;
    background: rgba(255, 253, 248, 0.88);
    border: 1px solid rgba(98, 125, 60, 0.13);
    box-shadow: 0 18px 48px rgba(73, 89, 49, 0.10);
}

.booking-steps-grid article {
    padding: 26px;
}
.booking-steps-grid span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--coral);
    font-weight: 900;
    letter-spacing: 0.08em;
}
.booking-steps-grid h2,
.booking-panel h2,
.pass-option-card h2,
.passes-checkout-mock h2 {
    margin: 0 0 12px;
    color: var(--text);
    line-height: 1.08;
}
.booking-steps-grid p,
.booking-panel p,
.pass-option-card p,
.passes-checkout-mock p {
    color: var(--muted);
    line-height: 1.62;
}

.booking-mockup {
    margin-top: clamp(28px, 4vw, 44px);
    display: grid;
    grid-template-columns: 0.72fr 1.05fr 0.9fr;
    gap: 24px;
    align-items: stretch;
}

.booking-panel {
    padding: clamp(24px, 3vw, 38px);
}

.people-selector-mock {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 22px 0;
}
.people-selector-mock button,
.calendar-mock-header button,
.calendar-days button,
.slot-mock button {
    border: 1px solid rgba(98, 125, 60, 0.16);
    background: rgba(238, 245, 223, 0.66);
    color: var(--green-dark);
    border-radius: 16px;
    font-weight: 900;
    min-height: 48px;
}
.people-selector-mock button.active,
.calendar-days button.active,
.slot-mock button.active {
    background: var(--green-dark);
    color: #fff;
}
.calendar-days button.disabled {
    opacity: 0.35;
}

.mock-note {
    font-size: 14px !important;
}

.calendar-mock {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,0.62);
    border: 1px solid rgba(98, 125, 60, 0.10);
}
.calendar-mock-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    text-align: center;
}
.calendar-days span {
    color: var(--muted);
    font-weight: 900;
    font-size: 13px;
}

.slot-mock {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.slot-mock button {
    padding: 0 16px;
}

.payment-method-grid {
    display: grid;
    gap: 12px;
    margin: 22px 0;
}
.payment-method-grid label {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 16px;
    border-radius: 20px;
    background: rgba(238, 245, 223, 0.58);
    border: 1px solid rgba(98, 125, 60, 0.14);
    cursor: default;
}
.payment-method-grid input {
    accent-color: var(--coral);
}
.payment-method-grid span {
    font-size: 26px;
}

.pass-code-mock label,
.passes-checkout-mock label {
    display: block;
    margin-bottom: 8px;
    color: var(--text);
    font-weight: 900;
}
.pass-code-mock input,
.passes-checkout-mock input {
    width: 100%;
    min-height: 52px;
    border-radius: 16px;
    border: 1px solid rgba(98, 125, 60, 0.16);
    background: rgba(255,255,255,0.72);
    padding: 0 16px;
}
.booking-main-button {
    margin-top: 22px;
    width: 100%;
    min-height: 58px;
}

.pass-option-card {
    position: relative;
    padding: clamp(26px, 3vw, 42px);
    min-height: 330px;
    display: flex;
    flex-direction: column;
}
.pass-option-card.featured {
    background: linear-gradient(145deg, rgba(238, 245, 223, 0.98), rgba(255, 253, 248, 0.92));
}
.pass-option-tag {
    width: fit-content;
    margin-bottom: 18px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(220, 235, 187, 0.80);
    color: var(--green-dark);
    font-weight: 900;
    font-size: 13px;
}
.pass-buy-button {
    margin-top: auto;
    width: min(100%, 260px);
}

.passes-checkout-mock article {
    padding: 28px;
}

@media (max-width: 1180px) {
    .booking-mockup,
    .booking-steps-grid,
    .passes-options,
    .passes-checkout-mock {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .booking-hero,
    .passes-hero {
        grid-template-columns: 1fr;
    }
    .booking-hero-card,
    .passes-hero-icon {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 620px) {
    .booking-page-shell,
    .passes-page-shell {
        width: calc(100% - 24px);
    }
    .people-selector-mock,
    .calendar-days {
        gap: 6px;
    }
}
