.chfet-booking-section {
    width: min(100%, 880px);
    margin: 0 auto clamp(58px, 8vw, 96px);
    scroll-margin-top: 150px;
}

.chfet-booking-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(180, 154, 28, .34);
    border-radius: 6px;
    background: #fffdf8;
    box-shadow: 0 18px 44px rgba(23, 32, 75, .08);
}

.chfet-booking-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, #315f68 0 34%, #b49a1c 34% 67%, #79c8cd 67%);
}

.chfet-booking-notice {
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid #d8c274;
    border-radius: 10px;
    color: #534817;
    background: #fff8d9;
    font-weight: 700;
}

.chfet-booking-notice--success {
    border-color: #83c9a4;
    color: #155d38;
    background: #e9f7ef;
}

.chfet-booking-notice--error {
    border-color: #df9ba5;
    color: #852233;
    background: #fff0f2;
}

.chfet-booking-intro {
    display: grid;
    gap: 10px;
    padding: clamp(28px, 5vw, 44px) clamp(24px, 5vw, 46px) clamp(20px, 3vw, 30px);
    color: #4f565e;
    background: linear-gradient(145deg, rgba(247, 244, 234, .94), #fffdf8 72%);
}

.chfet-booking-intro h2,
.chfet-booking-intro p,
.chfet-booking-intro strong,
.chfet-booking-intro small {
    margin: 0;
    color: inherit;
}

.chfet-booking-intro h2 {
    color: #20272a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.15rem, 4.2vw, 3.35rem);
    font-weight: 400;
    line-height: 1.04;
}

.chfet-booking-intro .chs-section-kicker {
    color: #7f6837;
}

.chfet-booking-intro strong {
    color: #315f68;
    font-size: 1.2rem;
}

.chfet-booking-intro small {
    width: fit-content;
    margin-top: 5px;
    padding: 9px 12px;
    border-left: 3px solid #79c8cd;
    color: #3e5960;
    background: rgba(121, 200, 205, .12);
    line-height: 1.5;
}

.chfet-booking-form {
    display: grid;
    gap: 22px;
    padding: clamp(24px, 4vw, 38px) clamp(24px, 5vw, 46px) clamp(30px, 5vw, 46px);
    border-top: 1px solid rgba(180, 154, 28, .22);
    background: rgba(255, 255, 255, .74);
}

.chfet-public-types {
    display: grid;
    gap: 10px;
}

.chfet-public-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 18px;
    border: 1px solid rgba(49, 95, 104, .22);
    border-radius: 4px;
    background: #f7f4ea;
}

.chfet-public-type span,
.chfet-public-type small {
    display: block;
}

.chfet-public-type small {
    margin-top: 3px;
    color: #59676b;
    line-height: 1.4;
}

.chfet-public-type select {
    min-width: 76px;
    min-height: 44px;
    border: 1px solid #7f999e;
    border-radius: 3px;
    background: #fff;
    font: inherit;
    font-weight: 800;
}

.chfet-buyer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.chfet-buyer-grid label {
    display: grid;
    gap: 7px;
    color: #283249;
    font-weight: 700;
}

.chfet-buyer-grid input {
    min-height: 46px;
    padding: 9px 12px;
    border: 1px solid #94a5a8;
    border-radius: 3px;
    background: #fff;
    font: inherit;
}

.chfet-buyer-grid input:focus,
.chfet-public-type select:focus {
    border-color: #315f68;
    outline: 3px solid rgba(121, 200, 205, .26);
}

.chfet-wide {
    grid-column: 1 / -1;
}

.chfet-consent {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    color: #4d5668;
    font-size: .91rem;
    line-height: 1.5;
}

.chfet-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.chfet-booking-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-top: 17px;
    border-top: 1px solid #dce2e8;
}

.chfet-booking-total strong {
    color: #315f68;
    font-size: 1.65rem;
}

.chfet-booking-form > .chs-button {
    justify-self: start;
}

.chfet-booking-form .chs-button:disabled {
    cursor: not-allowed;
    opacity: .48;
}

.chfet-booking-closed {
    margin: 0;
    padding: 0 clamp(24px, 5vw, 46px) clamp(30px, 5vw, 46px);
    color: #7f6837;
    font-weight: 800;
}

.chfet-honeypot {
    position: absolute !important;
    left: -9999px !important;
}

.chfet-ticket-page {
    min-height: 70vh;
    padding: clamp(34px, 7vw, 90px) 20px;
    background: #edf2f3;
}

.chfet-digital-ticket {
    position: relative;
    width: min(100%, 650px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(36, 50, 105, .16);
    border-radius: 24px;
    padding: clamp(28px, 6vw, 58px);
    background: #fffdf7;
    box-shadow: 0 24px 70px rgba(22, 33, 68, .16);
}

.chfet-digital-ticket::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 10px;
    content: '';
    background: linear-gradient(90deg, #2ec4c7 0 34%, #c6a642 34% 67%, #243269 67%);
}

.chfet-demo-ticket-banner,
.chfet-door-ticket-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: -18px -18px 24px;
    padding: 13px 18px;
    border: 1px solid #d8b84c;
    border-radius: 12px;
    color: #4d4218;
    background: #fff4cc;
}

.chfet-demo-ticket-banner strong {
    letter-spacing: .08em;
}

.chfet-demo-ticket-banner span,
.chfet-door-ticket-banner span {
    font-size: .88rem;
    font-weight: 700;
    text-align: right;
}

.chfet-door-ticket-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: -18px -18px 24px;
    padding: 13px 18px;
    border: 1px solid #74c9ca;
    border-radius: 12px;
    color: #174e50;
    background: #e8f8f8;
}

.chfet-door-ticket-banner strong {
    letter-spacing: .06em;
}

.chfet-digital-ticket h1 {
    margin: 10px 0 30px;
    color: #182456;
}

.chfet-digital-ticket dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0;
}

.chfet-digital-ticket dl div {
    padding: 14px;
    border-radius: 10px;
    background: #f0f3f4;
}

.chfet-digital-ticket dt {
    color: #657082;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.chfet-digital-ticket dd {
    margin: 4px 0 0;
    color: #182456;
    font-weight: 800;
}

.chfet-entry-code {
    margin: 26px 0 16px;
    padding: 24px;
    border: 2px dashed #c6a642;
    border-radius: 14px;
    text-align: center;
}

.chfet-entry-code span,
.chfet-entry-code strong {
    display: block;
}

.chfet-ticket-qr {
    display: grid;
    width: 234px;
    min-height: 234px;
    margin: 18px auto;
    place-items: center;
    border: 12px solid #fff;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(24, 36, 86, .12);
}

.chfet-ticket-qr img,
.chfet-ticket-qr canvas {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.chfet-entry-code strong {
    margin-top: 5px;
    color: #182456;
    font: 800 clamp(2rem, 9vw, 4rem)/1 sans-serif;
    letter-spacing: .1em;
}

.chfet-ticket-state {
    margin: 0;
    text-align: center;
    font-weight: 700;
}

.chfet-ticket-checkin {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dce2e8;
}

.chfet-digital-ticket--checked_in {
    opacity: .8;
}

@media (max-width: 760px) {
    .chfet-booking-section {
        margin-bottom: 58px;
    }

    .chfet-buyer-grid,
    .chfet-digital-ticket dl {
        grid-template-columns: 1fr;
    }

    .chfet-demo-ticket-banner,
    .chfet-door-ticket-banner {
        align-items: flex-start;
        flex-direction: column;
    }

    .chfet-demo-ticket-banner span,
    .chfet-door-ticket-banner span {
        text-align: left;
    }

    .chfet-public-type {
        align-items: flex-start;
    }

    .chfet-booking-form > .chs-button {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
