/* ==================================================
   HCC WEBSITE CHARITY BOOKING
   Dedicated isolated stylesheet
   ================================================== */

.hcc-website-booking-section {
    display: block !important;
    width: 100% !important;
    padding: 80px 0 !important;
    background:
        radial-gradient(
            circle at top left,
            rgba(147, 51, 234, 0.16),
            transparent 38%
        ),
        #0d0714 !important;
    color: #ffffff !important;
}

.hcc-website-booking-section *,
.hcc-website-booking-section *::before,
.hcc-website-booking-section *::after {
    box-sizing: border-box;
}

.hcc-website-booking-shell {
    display: block !important;
    width: 100% !important;
    max-width: 980px !important;
    margin: 0 auto !important;
}

.hcc-website-booking-heading,
.hcc-website-must-haves,
.hcc-website-requirements,
.hcc-website-booking-form fieldset {
    display: block !important;
    width: 100% !important;
    background:
        linear-gradient(
            145deg,
            rgba(31, 17, 44, 0.98),
            rgba(15, 8, 24, 0.98)
        ) !important;
    border: 1px solid rgba(192, 132, 252, 0.25) !important;
    border-radius: 24px !important;
    padding: 28px !important;
    margin: 0 0 24px !important;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22) !important;
}

.hcc-website-booking-heading > span,
.hcc-website-section-label {
    display: block !important;
    margin: 0 0 8px !important;
    color: #d8b4fe !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

.hcc-website-booking-heading h2,
.hcc-website-must-haves h3 {
    display: block !important;
    margin: 0 0 14px !important;
    color: #ffffff !important;
}

.hcc-website-booking-heading p,
.hcc-website-must-haves > p {
    display: block !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.7 !important;
}

.hcc-website-free-note {
    display: block !important;
    margin-top: 20px !important;
    padding: 16px 18px !important;
    border: 1px solid rgba(192, 132, 252, 0.24) !important;
    border-radius: 16px !important;
    background: rgba(192, 132, 252, 0.09) !important;
    color: #f3e8ff !important;
}

.hcc-website-must-have-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-top: 24px !important;
}

.hcc-website-must-have-grid article {
    display: block !important;
    padding: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.055) !important;
}

.hcc-website-must-have-grid article > span {
    display: block !important;
    margin-bottom: 10px !important;
    font-size: 30px !important;
}

.hcc-website-must-have-grid strong {
    display: block !important;
    margin-bottom: 8px !important;
    color: #ffffff !important;
    font-size: 18px !important;
}

.hcc-website-must-have-grid p {
    display: block !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.68) !important;
    line-height: 1.55 !important;
}

.hcc-website-requirements strong {
    display: block !important;
    margin-bottom: 12px !important;
    color: #ffffff !important;
    font-size: 20px !important;
}

.hcc-website-requirements ul {
    display: block !important;
    margin: 0 !important;
    padding-left: 22px !important;
}

.hcc-website-requirements li {
    display: list-item !important;
    margin-bottom: 8px !important;
    color: rgba(255, 255, 255, 0.76) !important;
}

/* FORM RESET / ISOLATION */

.hcc-website-booking-form {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hcc-website-booking-form fieldset {
    min-width: 0 !important;
}

.hcc-website-booking-form legend {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    padding: 0 10px !important;
    margin: 0 !important;
    color: #e9d5ff !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.hcc-website-booking-form label:not(.hcc-website-check) {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    gap: 8px !important;
    float: none !important;
}

.hcc-website-booking-form label:not(.hcc-website-check) > span {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

.hcc-website-booking-form label > span em {
    display: inline !important;
    margin-left: 5px !important;
    color: #d8b4fe !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
}

.hcc-website-booking-form label > span small {
    display: inline !important;
    margin-left: 5px !important;
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 12px !important;
}

.hcc-website-booking-form input[type="text"],
.hcc-website-booking-form input[type="email"],
.hcc-website-booking-form input[type="tel"],
.hcc-website-booking-form input[type="url"],
.hcc-website-booking-form input[type="date"],
.hcc-website-booking-form input[type="time"],
.hcc-website-booking-form input[type="file"],
.hcc-website-booking-form select,
.hcc-website-booking-form textarea {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    border: 1px solid rgba(192, 132, 252, 0.42) !important;
    border-radius: 15px !important;
    outline: none !important;
    background: #140b1d !important;
    color: #ffffff !important;
    font-family: "Rajdhani", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    box-shadow: none !important;
    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        background .18s ease !important;
}

.hcc-website-booking-form input[type="date"],
.hcc-website-booking-form input[type="time"],
.hcc-website-booking-form select {
    min-height: 52px !important;
}

.hcc-website-booking-form textarea {
    min-height: 125px !important;
    resize: vertical !important;
}

.hcc-website-booking-form input[type="file"] {
    padding: 12px !important;
}

.hcc-website-booking-form input:focus,
.hcc-website-booking-form select:focus,
.hcc-website-booking-form textarea:focus {
    border-color: #c084fc !important;
    background: #1a0d26 !important;
    box-shadow: 0 0 0 3px rgba(192, 132, 252, 0.14) !important;
}

.hcc-website-booking-form input::placeholder,
.hcc-website-booking-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

.hcc-website-field-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
}

.hcc-website-field-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.hcc-website-field-grid > label {
    min-width: 0 !important;
}

.hcc-website-field-help {
    display: block !important;
    width: 100% !important;
    margin-top: 3px !important;
    color: rgba(255, 255, 255, 0.58) !important;
    line-height: 1.5 !important;
}

.hcc-website-check {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    width: 100% !important;
    gap: 13px !important;
    margin: 0 0 12px !important;
    padding: 16px 17px !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    cursor: pointer !important;
}

.hcc-website-check.marketing {
    border-color: rgba(192, 132, 252, 0.27) !important;
    background: rgba(192, 132, 252, 0.09) !important;
}

.hcc-website-check input[type="checkbox"] {
    display: block !important;
    flex: 0 0 21px !important;
    width: 21px !important;
    height: 21px !important;
    min-width: 21px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    accent-color: #c084fc !important;
}

.hcc-website-check span {
    display: block !important;
    flex: 1 1 auto !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.84) !important;
    line-height: 1.55 !important;
}

.hcc-website-image-preview {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 16px;
    border: 1px solid rgba(192, 132, 252, 0.28);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
}

.hcc-website-image-preview[hidden],
.hcc-website-booking-message[hidden],
#hccWebsitePublicDescriptionWrap[hidden],
#hccWebsiteTicketQuestionWrap[hidden],
#hccWebsiteTicketUrlWrap[hidden] {
    display: none !important;
}

.hcc-website-image-preview img {
    display: block !important;
    width: 100% !important;
    max-height: 420px !important;
    object-fit: contain !important;
    border-radius: 15px !important;
    background: #09050e !important;
}

.hcc-website-image-preview p {
    display: block !important;
    margin: 12px 0 !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.hcc-website-secondary-button,
.hcc-website-submit {
    border: 0 !important;
    border-radius: 999px !important;
    font-family: "Rajdhani", sans-serif !important;
    font-weight: 700 !important;
    cursor: pointer !important;
}

.hcc-website-secondary-button {
    display: inline-block !important;
    padding: 11px 19px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    color: #ffffff !important;
}

.hcc-website-submit {
    display: block !important;
    width: 100% !important;
    min-height: 60px !important;
    margin: 0 !important;
    padding: 16px 25px !important;
    background:
        linear-gradient(
            135deg,
            #7e22ce,
            #be185d
        ) !important;
    color: #ffffff !important;
    font-size: 20px !important;
    box-shadow: 0 16px 35px rgba(126, 34, 206, 0.28) !important;
}

.hcc-website-submit:hover {
    transform: translateY(-1px) !important;
}

.hcc-website-submit:disabled {
    opacity: .65 !important;
    cursor: wait !important;
    transform: none !important;
}

.hcc-website-booking-message {
    display: block;
    width: 100%;
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 16px;
    font-weight: 600;
}

.hcc-website-booking-message.success {
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.32);
    color: #dcfce7;
}

.hcc-website-booking-message.error {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.34);
    color: #fee2e2;
}

.hcc-website-booking-message.working {
    background: rgba(192, 132, 252, 0.1);
    border: 1px solid rgba(192, 132, 252, 0.28);
    color: #f3e8ff;
}

@media only screen and (max-width: 767px) {
    .hcc-website-booking-section {
        padding: 50px 0 !important;
    }

    .hcc-website-booking-heading,
    .hcc-website-must-haves,
    .hcc-website-requirements,
    .hcc-website-booking-form fieldset {
        padding: 20px !important;
        border-radius: 19px !important;
    }

    .hcc-website-must-have-grid,
    .hcc-website-field-grid,
    .hcc-website-field-grid.three {
        grid-template-columns: 1fr !important;
    }

    .hcc-website-booking-form input,
    .hcc-website-booking-form select,
    .hcc-website-booking-form textarea {
        font-size: 16px !important;
    }
}

/* Public-form bot trap: invisible to genuine visitors */
.hcc-public-form-trap {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
