/* ============================================
Choose Your Pass popup
All colors are hardcoded.
============================================ */
.action-card {
    justify-content: space-between !important;
}
.ticket-price-pill {
    display: inline-flex;
    align-items: end;
    justify-content: end;
    align-self: center;
    background: #ffeb00;
    color: #1b3738;
    font-size: 15px;
    font-weight: 800;
    padding: 6px 18px;
    border-radius: 999px;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
    line-height: 1.2;
    white-space: nowrap;
    margin-left: auto;
}

#passModal .modal-dialog {
    width: calc(100% - 32px);
    max-width: 600px;
    margin: 1.2rem auto;
}

#passModal .modal-content {
    position: relative;
    border: 0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
    font-family: "Montserrat", "Sora", sans-serif;
    overflow: hidden;
}

#passModal h2,
#passModal h3,
#passModal p {
    margin-top: 0;
}

#passModal .modal-body {
    padding: 30px 28px 20px;
    overflow-x: hidden;
}

.pass-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #b0b0b0;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    cursor: pointer;
    padding: 0;
}

.pass-modal-close:hover,
.pass-modal-close:focus {
    color: #444444;
    background: transparent;
    box-shadow: none;
    outline: none;
}

.pass-modal-top {
    text-align: center;
    margin-bottom: 18px;
}

.pass-shield {
    color: #0097D7;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 8px;
}

.pass-kicker {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.2px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.pass-modal-title {
    font-size: 28px;
    font-weight: 800;
    color: #2b2b2b;
    letter-spacing: 0.4px;
    margin: 0;
    line-height: 1.15;
    text-transform: uppercase;
}

.pass-modal-title span {
    color: #0097D7;
}

.pass-title-line {
    width: 52px;
    height: 3px;
    background: #0097D7;
    border-radius: 2px;
    margin: 10px auto 0;
}

.pass-offer-card {
    position: relative;
    border: 1px solid #07111F;
    border-radius: 10px;
    padding: 36px 10px 10px;
    margin: 8px 0 14px;
    background: #ffffff;
    overflow: visible;
}

.pass-ribbon {
    position: absolute;
    top: -8px;
    left: -1px;
    height: 26px;
    background: #1b3738;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 0 16px 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.pass-ribbon i {
    font-size: 11px;
}

.pass-ribbon::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 0;
    border-top: 13px solid #1b3738;
    border-bottom: 13px solid #1b3738;
    border-right: 8px solid transparent;
}

.pass-offer-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.pass-offer-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.pass-radio {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #0097D7;
    background: #ffffff;
    position: relative;
    flex-shrink: 0;
    display: inline-block;
    margin-top: 2px;
}

.pass-radio::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #0097D7;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.pass-offer-copy {
    min-width: 0;
}

.pass-offer-name {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #1b3738;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0;
}

.pass-tiers {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 12px;
}

.pass-tier {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: left;
    background: #f7faf3;
    border: 1px solid #dce8c8;
    border-radius: 8px;
    padding: 10px 12px;
    cursor: pointer;
    color: inherit;
}

.pass-tier:hover,
.pass-tier:focus {
    border-color: #0097D7;
    outline: none;
    box-shadow: none;
}

.pass-tier.is-active {
    position: relative;
    border-color: #d32f2f;
    background: #fdecea;
    box-shadow: 0 0 0 2px #d32f2f;
}
.pass-tier.is-active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #d32f2f;
    border-radius: 8px 0 0 8px;
}
.pass-tier.is-active .pass-tier-radio {
    border-color: #d32f2f;
}
.pass-tier.is-active .pass-tier-radio::after {
    background: #d32f2f;
}
.pass-tier-now {
    background: #d32f2f;
    color: #ffffff;
}
.pass-tier.is-active .pass-tier-now {
    display: inline-flex;
    animation: passNowPulse 1.5s ease-in-out infinite;
}
.pass-tier.is-active .pass-tier-until,
.pass-tier.is-active .pass-tier-until strong,
.pass-tier.is-active .pass-tier-until i,
.pass-tier.is-active .pass-tier-price {
    color: #d32f2f;
}
@keyframes passNowPulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(211, 47, 47, 0.55);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 6px rgba(211, 47, 47, 0);
    }
}

.pass-tier.is-locked {
    background: #ffffff;
    border-color: #d5d5d5;
    cursor: not-allowed;
    box-shadow: none;
}

.pass-tier.is-locked:hover,
.pass-tier.is-locked:focus {
    border-color: #d5d5d5;
}

.pass-tier.is-hidden,
.pass-tier.is-ended {
    display: none !important;
}

.pass-tier-radio {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #1b3738;
    background: #ffffff;
    position: relative;
    flex-shrink: 0;
}

.pass-tier.is-locked .pass-tier-radio {
    border-color: #9aa3a3;
}

.pass-tier.is-active .pass-tier-radio {
    border-color: #0097D7;
}

.pass-tier.is-active .pass-tier-radio::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #0097D7;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.pass-tier-copy {
    min-width: 0;
    flex: 1;
}

.pass-tier-name {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #1b3738;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 1.2;
}

.pass-tier.is-locked .pass-tier-name,
.pass-tier.is-locked .pass-tier-price {
    color: #5c6b6b;
}

.pass-tier-until {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #1b3738;
    margin-top: 5px;
    line-height: 1.35;
}

.pass-tier-until i {
    color: #0097D7;
    font-size: 12px;
    flex-shrink: 0;
}

.pass-tier-until strong {
    font-weight: 800;
    color: #1b3738;
}

.pass-tier.is-locked .pass-tier-until,
.pass-tier.is-locked .pass-tier-until strong {
    color: #5c6b6b;
    font-weight: 600;
}

.pass-tier.is-locked .pass-tier-until i {
    color: #9aa3a3;
}

.pass-tier-price {
    font-size: 18px;
    font-weight: 800;
    color: #1b3738;
    line-height: 1;
    white-space: nowrap;
}

.pass-tier-now {
    display: none;
    margin-left: 6px;
    background: #0097D7;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 999px;
    vertical-align: middle;
}

.pass-tier.is-active .pass-tier-now {
    display: inline-flex;
}

.pass-offer-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: nowrap;
}

.pass-price-old {
    font-size: 14px;
    color: #888888;
    text-decoration: line-through;
    font-weight: 500;
}

.pass-price-now {
    font-size: 28px;
    font-weight: 800;
    color: #0097D7;
    line-height: 1;
}

.pass-save {
    display: inline-flex;
    align-items: center;
    background: #eaf5ea;
    color: #2e7d32;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: 1px;
}

.pass-features {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #ececec;
}

.pass-feature {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 4px 10px;
    min-height: 48px;
}

.pass-feature-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #07111F;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.pass-feature-text {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    text-align: left;
}

.pass-feature-col,
.pass-trust-col {
    position: relative;
    min-width: 0;
}

.pass-feature-col:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 12%;
    height: 76%;
    width: 1px;
    background: #e4e4e4;
}

.pass-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #0097D7;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 13px 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.25s ease;
}

.pass-cta-btn:hover,
.pass-cta-btn:focus {
    background: #0B7A3E;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.pass-cta-btn i {
    font-size: 13px;
}

.pass-cta-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 12px;
    color: #888888;
}

.pass-cta-note i {
    color: #0097D7;
    font-size: 12px;
}

.pass-vip {
    background: #eef6e0;
    border-radius: 10px;
    padding: 18px 0px 6px 15px;
    margin-bottom: 16px;
}

.pass-vip-left,
.pass-vip-right {
    padding: 4px 10px 4px 0;
}

.pass-vip-copy {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pass-crown {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1b3738;
    color: #0097D7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.pass-vip-name {
    font-size: 16px;
    font-weight: 800;
    color: #1f1f1f;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.pass-vip-status {
    font-size: 12px;
    font-weight: 800;
    color: #1b3738;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.pass-vip-desc {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 1.45;
    margin: 0;
}

.pass-vip-right {
    border-left: 1px solid #d5e4b8;
}

.pass-notify {
    padding-left: 8px;
}

.pass-notify-bell {
    color: #1b3738;
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
}

.pass-notify-text {
    font-size: 13px;
    font-weight: 700;
    color: #444444;
    margin: 0 0 10px;
    line-height: 1.35;
}

.pass-notify-btn,
.pass-vip-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0097D7;
    color: #1b3738;
    border: 1px solid #1b3738;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.25s ease;
}

.pass-notify-btn:hover,
.pass-notify-btn:focus,
.pass-vip-btn:hover,
.pass-vip-btn:focus {
    background: #1b3738;
    color: #0097D7;
    box-shadow: none;
    outline: none;
}

.pass-notify-form {
    display: none;
}

#passModal .pass-notify-form.is-visible {
    display: block !important;
}

.pass-notify-form .pass-notify-input {
    width: 100%;
    border: 1px solid #c5d6a8;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 12px;
    color: #333333;
    background: #ffffff;
    margin-bottom: 8px;
}

.pass-notify-form .pass-notify-input:focus {
    border-color: #0097D7;
    outline: none;
    box-shadow: none;
}

.pass-notify-form .pass-notify-input.is-invalid {
    border-color: #0097D7;
}

.pass-notify-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    background: #1b3738;
    color: #0097D7;
    border: 0;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.pass-notify-submit:hover,
.pass-notify-submit:focus {
    background: #14292a;
    color: #0097D7;
    box-shadow: none;
    outline: none;
}

.pass-notify-submit:disabled {
    opacity: 0.7;
    cursor: default;
}

.pass-notify-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.pass-notify-error {
    display: none;
    font-size: 12px;
    font-weight: 600;
    color: #1b3738;
    line-height: 1.4;
    margin: 8px 0 0;
}

.pass-notify-success {
    display: none;
    font-size: 12px;
    font-weight: 600;
    color: #2e7d32;
    line-height: 1.4;
    margin: 0;
}

.pass-trust {
    border-top: 1px solid #ececec;
    padding-top: 14px;
    margin: 0;
}

.pass-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 2px 8px;
    font-size: 12px;
    font-style: italic;
    color: #000;
    text-decoration: none;
    position: relative;
}

.pass-trust-item:hover {
    color: #666666;
}

.pass-trust-item i {
    color: #0097D7;
    font-size: 13px;
    font-style: normal;
}

.pass-trust-col:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 18%;
    height: 64%;
    width: 1px;
    background: #e4e4e4;
}

.modal-backdrop.pass-modal-backdrop {
    background: #111111;
    opacity: 0.62 !important;
}

@media (min-width: 1400px) {
    #passModal .modal-dialog,
    #pass2Modal .modal-dialog {
        max-width: 600px;
    }
}

@media (max-width: 767.98px) {
    .pass-vip-right {
        border-left: 0;
        border-top: 1px solid #d5e4b8;
        margin-top: 12px;
        padding-top: 14px;
    }

    .pass-notify {
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    #passModal .modal-dialog,
    #pass2Modal .modal-dialog {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin: 10px auto;
    }

    #passModal .modal-body {
        padding: 26px 14px 14px;
    }

    .pass-modal-title {
        font-size: 22px;
    }

    .pass-kicker {
        letter-spacing: 1.6px;
    }

    .pass-offer-card {
        padding: 32px 12px 14px;
    }

    .pass-offer-head {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .pass-price-now {
        font-size: 24px;
    }

    .pass-feature {
        flex-direction: column;
        text-align: center;
        gap: 6px;
        padding: 4px 4px;
    }

    .pass-feature-text {
        font-size: 11px;
        text-align: center;
    }

    .pass-cta-btn {
        font-size: 13px;
        padding: 12px 12px;
        white-space: normal;
    }

    .pass-vip-left,
    .pass-vip-right {
        padding: 4px 2px;
    }

    .pass-notify-btn,
    .pass-vip-btn {
        width: 100%;
        white-space: normal;
    }

    .pass-trust-item {
        flex-direction: column;
        text-align: center;
        gap: 4px;
        font-size: 10px;
        padding: 2px 4px;
        line-height: 1.25;
    }
}

@media (max-width: 399.98px) {
    #passModal .modal-dialog {
        width: calc(100% - 12px);
        max-width: calc(100% - 12px);
        margin: 6px auto;
    }

    #passModal .modal-body {
        padding: 22px 10px 12px;
    }

    .pass-modal-close {
        top: 8px;
        right: 8px;
    }

    .pass-shield {
        font-size: 24px;
    }

    .pass-kicker {
        font-size: 10px;
        letter-spacing: 1.2px;
    }

    .pass-modal-title {
        font-size: 18px;
    }

    .pass-ribbon {
        height: 22px;
        font-size: 8px;
        letter-spacing: 0.3px;
        padding: 0 10px 0 8px;
        gap: 4px;
    }

    .pass-ribbon i {
        font-size: 9px;
    }

    .pass-ribbon::after {
        right: -7px;
        border-top: 11px solid #07111F;
        border-bottom: 11px solid #07111F;
        border-right: 7px solid transparent;
    }

    .pass-offer-card {
        padding: 28px 10px 12px;
    }

    .pass-offer-name {
        font-size: 14px;
    }

    .pass-price-old {
        font-size: 12px;
    }

    .pass-price-now {
        font-size: 22px;
    }

    .pass-save {
        font-size: 10px;
        padding: 4px 8px;
    }

    .pass-feature-icon {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .pass-feature-text {
        font-size: 9px;
        line-height: 1.25;
    }

    .pass-cta-btn {
        font-size: 11px;
        letter-spacing: 0.2px;
        padding: 11px 8px;
        gap: 6px;
    }

    .pass-cta-note {
        font-size: 11px;
    }

    .pass-vip {
        padding: 14px 10px;
    }

    .pass-crown {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .pass-vip-name {
        font-size: 11px;
    }

    .pass-vip-status,
    .pass-vip-desc,
    .pass-notify-text {
        font-size: 11px;
    }

    .pass-notify-btn,
    .pass-vip-btn {
        font-size: 10px;
        padding: 8px 8px;
        letter-spacing: 0.2px;
    }

    .pass-trust-item {
        font-size: 9px;
        padding: 2px 2px;
    }

    .pass-tier {
        flex-direction: column;
        align-items: start;
    }

    .pass-tier-until {
        display: block;
    }
}

@media (max-width: 329.98px) {
    .pass-modal-title {
        font-size: 16px;
    }

    .pass-ribbon {
        letter-spacing: 0;
        padding: 0 8px 0 6px;
    }

    .pass-save {
        width: 100%;
        justify-content: center;
    }

    .pass-cta-btn {
        font-size: 10px;
    }

    .pass-trust {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .pass-trust .pass-trust-col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .pass-trust-col:not(:last-child)::after {
        display: none;
    }

    .pass-trust-item {
        flex-direction: row;
        justify-content: flex-start;
        font-size: 11px;
        padding: 0;
    }
}
