.hackathons { color: #172b28; }
.hackathons .card { border: 1px solid #dce5df; border-radius: 16px; overflow: hidden; }
.hackathons .card-body { padding: 1.5rem; }
.hackathons h1 { max-width: 850px; }
.hackathon-form { max-width: 960px; }
.hackathon-banner { height: 200px; object-fit: cover; }
.hackathon-hero { max-height: 520px; object-fit: contain; background: #102e26; border-radius: 20px; margin-bottom: 1.5rem; }
.hackathon-text { white-space: pre-line; overflow-wrap: anywhere; }
.hackathon-progress { display: flex; flex-wrap: wrap; gap: .5rem; font-size: .85rem; }
.hackathon-progress span { border-radius: 30px; padding: .5rem .8rem; background: #eef2ee; }
.hackathon-progress [aria-current] { background: #174c3c; color: white; }
.hackathons dd { overflow-wrap: anywhere; margin-bottom: 1rem; }
.hackathons .form-label { width: 100%; }
.hackathon-intro { background: #102e26; color: #fff; padding: 72px 0; position: relative; overflow: hidden; }
.hackathon-intro::before { content: ''; position: absolute; width: 420px; height: 420px; border: 1px solid #ffffff12; border-radius: 50%; right: -220px; top: -220px; pointer-events: none; }
.hackathon-eyebrow { display: flex; align-items: center; gap: 10px; color: #c7decb; font-size: .72rem; font-weight: 600; letter-spacing: .15em; margin-bottom: 24px; }
.hackathon-eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: #f6c84a; flex-shrink: 0; }
.hackathon-intro h1 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(2.35rem, 4.4vw, 4.1rem); line-height: 1.1; letter-spacing: -.045em; color: #fff; margin-bottom: 24px; }
.hackathon-intro h1 em { display: block; font-style: normal; color: #f6cb65; }
.hackathon-intro-copy { color: #ccded5; font-size: 1.08rem; line-height: 1.75; max-width: 530px; margin-bottom: 28px; }
.hackathon-intro .btn { padding: 13px 22px; font-weight: 600; border-radius: 8px; }
.hackathon-build-note { border: 1px solid #ffffff26; border-radius: 18px; background: #ffffff05; padding: 30px; margin-left: 20px; transform: rotate(3deg); }
.hackathon-build-note > span { font: 500 .65rem 'IBM Plex Mono', monospace; letter-spacing: .13em; color: #b4cfc0; }
.hackathon-build-note p { font: 700 3.5rem/1.05 'Space Grotesk', sans-serif; letter-spacing: -.05em; margin: 24px 0; }
.hackathon-build-note strong { color: #f6cb65; }
.hackathon-build-note > div { border-top: 1px solid #ffffff26; padding-top: 18px; color: #c1d4c7; font-size: .8rem; }
.hackathon-build-note i { margin-right: 5px; }
.hackathon-list-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 30px; }
.hackathon-list-heading h2 { font-family: 'Space Grotesk', sans-serif; font-size: 2rem; letter-spacing: -.035em; margin-bottom: 8px; }
.hackathon-list-heading p:last-child { color: #617168; margin-bottom: 0; }
.hackathon-count { white-space: nowrap; border: 1px solid #dce5df; border-radius: 30px; padding: 8px 14px; font-size: .8rem; color: #456252; }
.hackathon-event-card { display: flex; flex-direction: column; height: 100%; border: 1px solid #dce5df; border-radius: 18px; overflow: hidden; background: white; box-shadow: 0 4px 20px #17372a06; transition: box-shadow .2s, transform .2s; }
.hackathon-event-card:hover { box-shadow: 0 12px 32px #17372a13; transform: translateY(-4px); }
.hackathon-card-media { display: block; position: relative; aspect-ratio: 16 / 10; background: #163c30; overflow: hidden; }
.hackathon-card-media > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hackathon-status { position: absolute; top: 16px; left: 16px; display: inline-flex; align-items: center; gap: 7px; border-radius: 30px; padding: 7px 11px; background: #fff; font-size: .7rem; font-weight: 600; color: #174c3c; box-shadow: 0 2px 12px #00000015; }
.hackathon-status > span { width: 6px; height: 6px; background: #168757; border-radius: 50%; }
.hackathon-status.is-closed { color: #5f6461; }
.hackathon-status.is-closed > span { background: #818883; }
.hackathon-card-content { padding: 24px; display: flex; flex-direction: column; flex: 1; min-width: 0; }
.hackathon-card-category { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; color: #687b70; font-size: .7rem; margin-bottom: 14px; }
.hackathon-card-category > span:first-child { border-radius: 5px; background: #eaf4ed; color: #247043; padding: 4px 8px; font-weight: 600; }
.hackathon-card-content h3 { font: 700 1.4rem/1.3 'Space Grotesk', sans-serif; letter-spacing: -.025em; margin-bottom: 10px; overflow-wrap: anywhere; }
.hackathon-card-content h3 a { color: #172b28; text-decoration: none; }
.hackathon-card-content h3 a:hover { color: #087f50; }
.hackathon-card-description { color: #617168; font-size: .9rem; line-height: 1.65; margin-bottom: 20px; overflow-wrap: anywhere; }
.hackathon-card-meta { margin-top: auto; }
.hackathon-card-meta p { display: flex; gap: 10px; align-items: baseline; margin: 0 0 9px; font-size: .8rem; color: #455c4f; overflow-wrap: anywhere; }
.hackathon-card-meta i { color: #648672; flex-shrink: 0; }
.hackathon-card-rewards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 17px 0; margin-top: 10px; border-top: 1px solid #e9eeea; border-bottom: 1px solid #e9eeea; }
.hackathon-card-rewards > div + div { border-left: 1px solid #e9eeea; padding-left: 16px; }
.hackathon-card-rewards span { display: block; font-size: .69rem; color: #6a7b70; margin-bottom: 5px; }
.hackathon-card-rewards strong { color: #174c3c; font-size: .95rem; overflow-wrap: anywhere; }
.hackathon-card-deadline { color: #6a776f; font-size: .7rem; line-height: 1.6; margin: 14px 0; }
.hackathon-card-deadline i { margin-right: 4px; }
.hackathon-card-cta { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #edf5ef; color: #174c3c; text-decoration: none; font-size: .83rem; font-weight: 600; padding: 13px 15px; border-radius: 8px; }
.hackathon-card-cta:hover { background: #174c3c; color: #fff; }
.hackathon-image-placeholder { height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 28px; color: #e1eddb; background: linear-gradient(130deg, #102e26, #28684c); }
.hackathon-image-placeholder i { font-size: 2.4rem; color: #f6cb65; margin-bottom: 12px; }
.hackathon-image-placeholder > span { font: 700 1.35rem/1.2 'Space Grotesk', sans-serif; letter-spacing: -.02em; }
.hackathon-empty { text-align: center; background: #f5f8f5; border: 1px dashed #cbdacc; border-radius: 18px; padding: 60px 24px; }
.hackathon-empty > i { display: block; font-size: 2.5rem; color: #247043; margin-bottom: 20px; }
.hackathon-empty p { max-width: 500px; margin: 14px auto 24px; color: #617168; }
.hackathon-back { display: inline-flex; gap: 8px; align-items: center; text-decoration: none; color: #526e5c; font-size: .85rem; }
.hackathon-detail-heading { padding: 32px 0 24px; }
.hackathon-detail-heading h1 { font: 700 clamp(2rem, 4vw, 3.4rem)/1.15 'Space Grotesk', sans-serif; letter-spacing: -.04em; }
.hackathon-detail-heading .lead { max-width: 800px; color: #617168; line-height: 1.7; margin: 16px 0 0; }
.hackathon-detail-section h2 { border-bottom: 1px solid #e9eeea; padding-bottom: 16px; margin-bottom: 18px; font-family: 'Space Grotesk', sans-serif; }
.hackathon-detail-section .hackathon-text { line-height: 1.8; color: #52685b; }
.hackathons .hackathon-event-summary { background: #f4f8f3; border-color: #d7e5d8; position: sticky; top: 115px; }
.hackathon-event-summary h2 { margin-bottom: 24px; font-family: 'Space Grotesk', sans-serif; }
.hackathon-event-summary dt { font-size: .73rem; color: #63776a; font-weight: 500; margin-bottom: 4px; }
.hackathon-event-summary dd { font-size: .9rem; font-weight: 500; }
.hackathon-summary-note { text-align: center; font-size: .72rem; color: #63776a; margin: 12px 0 0; }
@media (max-width: 575.98px) {
    .hackathon-intro { padding: 44px 0; }
    .hackathon-eyebrow { font-size: .65rem; letter-spacing: .1em; }
    .hackathon-intro-copy { font-size: 1rem; }
    .hackathon-list-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .hackathon-list-heading h2 { font-size: 1.7rem; }
    .hackathon-card-content { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
    .hackathon-event-card { transition: none; }
    .hackathon-event-card:hover { transform: none; }
}
@media print {
    .site-topbar, .site-navbar, .site-footer, .site-skip-link, .z-float, .hackathon-progress { display: none !important; }
    .hackathon-form { max-width: 100%; padding: 0 !important; }
}
/* ============================================================
   PREMIUM HACKATHON REGISTRATION PAGE
   Append this block at the END of public/css/hackathons.css
============================================================ */

.hackathon-register-page {
    background:
        radial-gradient(circle at top right, rgba(212, 168, 67, .10), transparent 32%),
        radial-gradient(circle at top left, rgba(17, 85, 67, .08), transparent 28%),
        #f7f9f8;
    min-height: 100vh;
}

/* Header */
.hackathon-register-header {
    margin-bottom: 34px;
}

.hackathon-register-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    color: #496159;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.hackathon-register-back:hover {
    color: #0a6f4f;
    transform: translateX(-2px);
}

.hackathon-register-heading {
    max-width: 780px;
}

.hackathon-register-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 11px;
    margin-bottom: 12px;
    border: 1px solid rgba(10, 111, 79, .14);
    border-radius: 999px;
    background: rgba(10, 111, 79, .07);
    color: #0a6f4f;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.hackathon-register-heading h1 {
    margin: 0;
    color: #173b31;
    font-size: clamp(2rem, 4.2vw, 3.35rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.hackathon-register-heading h1 span {
    color: #0a6f4f;
}

.hackathon-register-heading p {
    max-width: 680px;
    margin: 16px 0 0;
    color: #66776f;
    font-size: 1rem;
    line-height: 1.75;
}


/* Main form card */
.hackathon-registration-card {
    padding: 0;
    overflow: hidden;
    border: 1px solid #e0e7e3;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 65px rgba(28, 62, 51, .08);
}


/* Form sections */
.hackathon-form-section {
    margin: 0;
    padding: 32px;
    border: 0;
    border-bottom: 1px solid #edf1ef;
}

.hackathon-form-section:last-of-type {
    border-bottom: 0;
}

.hackathon-form-section-heading {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 26px;
}

.hackathon-form-section-icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border-radius: 14px;
    background: #eaf6f0;
    color: #0a6f4f;
    font-size: 1.1rem;
}

.hackathon-form-section-heading span {
    display: block;
    margin-bottom: 4px;
    color: #a37b1e;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .11em;
}

.hackathon-form-section-heading h2 {
    margin: 0;
    color: #193b32;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -.02em;
}

.hackathon-form-section-heading p {
    margin: 5px 0 0;
    color: #78877f;
    font-size: .88rem;
    line-height: 1.6;
}


/* Labels */
.hackathon-register-page .form-label {
    margin-bottom: 8px;
    color: #29463d;
    font-size: .85rem;
    font-weight: 700;
}

.hackathon-optional {
    margin-left: 6px;
    color: #8b9993;
    font-size: .72rem;
    font-weight: 600;
}


/* Inputs */
.hackathon-register-page .form-control,
.hackathon-register-page .form-select {
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid #dce5e0;
    border-radius: 12px;
    background: #fbfcfb;
    color: #173a30;
    box-shadow: none;
    transition:
        border-color .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.hackathon-register-page .form-control::placeholder {
    color: #a4afa9;
}

.hackathon-register-page .form-control:focus,
.hackathon-register-page .form-select:focus {
    border-color: #65ad8f;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(10, 111, 79, .08);
}

.hackathon-register-page .form-control.is-invalid,
.hackathon-register-page .form-select.is-invalid {
    border-color: #c94e4e;
}

.hackathon-register-page .invalid-feedback {
    margin-top: 6px;
    font-size: .78rem;
}


/* Team section */
.hackathon-team-section[hidden] {
    display: none !important;
}

.hackathon-team-info {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 14px 16px;
    border: 1px solid #dcebe4;
    border-radius: 13px;
    background: #f2faf6;
    color: #50665d;
}

.hackathon-team-info i {
    margin-top: 2px;
    color: #0a6f4f;
}

.hackathon-team-info p {
    margin: 0;
    font-size: .85rem;
    line-height: 1.65;
}

.hackathon-team-member {
    position: relative;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 14px;
    padding: 18px;
    border: 1px solid #e1e8e4;
    border-radius: 16px;
    background: #fafcfb;
}

.hackathon-team-member-number {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 10px;
    background: #173f34;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
}

.hackathon-remove-member {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    padding: 0;
    border: 1px solid #f0caca;
    border-radius: 11px;
    background: #fff7f7;
    color: #b73d3d;
}

.hackathon-remove-member:hover {
    border-color: #b73d3d;
    background: #b73d3d;
    color: #fff;
}

.hackathon-add-member {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 44px;
    padding: 10px 15px;
    border: 1px dashed #91b9a8;
    border-radius: 12px;
    background: #f5faf7;
    color: #0a6f4f;
    font-size: .86rem;
    font-weight: 800;
}

.hackathon-add-member:hover {
    border-style: solid;
    background: #e9f5ef;
    color: #075c42;
}


/* Terms */
.hackathon-form-terms {
    margin: 0 32px;
    padding: 22px 0;
    border-bottom: 1px solid #edf1ef;
}

.hackathon-form-terms .form-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0;
}

.hackathon-form-terms .form-check-input {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    margin-top: 3px;
    border-color: #b9c8c1;
}

.hackathon-form-terms .form-check-input:checked {
    border-color: #0a6f4f;
    background-color: #0a6f4f;
}

.hackathon-form-terms .form-check-label {
    color: #5a6d65;
    font-size: .86rem;
    line-height: 1.65;
}

.hackathon-form-terms a {
    color: #0a6f4f;
    font-weight: 700;
}


/* Submit */
.hackathon-form-submit {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 26px 32px 30px;
}

.hackathon-submit-note {
    display: flex;
    gap: 9px;
    align-items: center;
    color: #718077;
    font-size: .82rem;
}

.hackathon-submit-note i {
    color: #0a6f4f;
    font-size: 1.05rem;
}

.hackathon-review-button {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px;
    border-radius: 12px;
    font-weight: 800;
    box-shadow: 0 9px 24px rgba(180, 135, 32, .18);
}


/* Right summary */
.hackathon-registration-summary {
    position: sticky;
    top: 96px;
    overflow: hidden;
    border: 1px solid #dfe7e3;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(29, 66, 53, .10);
}

.hackathon-summary-top {
    padding: 27px;
    background:
        linear-gradient(145deg, #153f33 0%, #0b6a4d 100%);
    color: #fff;
}

.hackathon-summary-top > span {
    display: block;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, .72);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.hackathon-summary-top h2 {
    margin: 0;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.35;
}

.hackathon-summary-list {
    padding: 10px 27px;
}

.hackathon-summary-list > div {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #edf1ef;
}

.hackathon-summary-list > div:last-child {
    border-bottom: 0;
}

.hackathon-summary-list span {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #78877f;
    font-size: .82rem;
}

.hackathon-summary-list span i {
    color: #0a6f4f;
}

.hackathon-summary-list strong {
    color: #263f37;
    font-size: .88rem;
    text-align: right;
}

.hackathon-summary-price strong {
    color: #9a7218;
    font-size: 1.15rem;
}

.hackathon-summary-divider {
    height: 1px;
    margin: 0 27px;
    background: #edf1ef;
}


/* What happens next */
.hackathon-summary-process {
    padding: 24px 27px;
}

.hackathon-summary-process h3 {
    margin: 0 0 17px;
    color: #213d34;
    font-size: .96rem;
    font-weight: 800;
}

.hackathon-summary-process > div {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 11px;
    align-items: center;
    margin-bottom: 12px;
}

.hackathon-summary-process > div:last-child {
    margin-bottom: 0;
}

.hackathon-summary-process > div > span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 9px;
    background: #edf7f2;
    color: #0a6f4f;
    font-size: .72rem;
    font-weight: 800;
}

.hackathon-summary-process p {
    margin: 0;
    color: #607168;
    font-size: .83rem;
}


/* Secure note */
.hackathon-secure-note {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin: 0 18px 18px;
    padding: 15px;
    border: 1px solid #d9eade;
    border-radius: 14px;
    background: #f3faf6;
}

.hackathon-secure-note > i {
    color: #0a6f4f;
    font-size: 1.15rem;
}

.hackathon-secure-note strong,
.hackathon-secure-note span {
    display: block;
}

.hackathon-secure-note strong {
    margin-bottom: 2px;
    color: #25463a;
    font-size: .82rem;
}

.hackathon-secure-note span {
    color: #74857c;
    font-size: .75rem;
    line-height: 1.5;
}


/* Responsive */
@media (max-width: 991.98px) {
    .hackathon-registration-summary {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .hackathon-register-page .container {
        padding-top: 32px !important;
        padding-bottom: 40px !important;
    }

    .hackathon-register-header {
        margin-bottom: 25px;
    }

    .hackathon-register-heading h1 {
        font-size: 2rem;
    }

    .hackathon-form-section {
        padding: 24px 20px;
    }

    .hackathon-form-terms {
        margin: 0 20px;
    }

    .hackathon-form-submit {
        flex-direction: column;
        align-items: stretch;
        padding: 22px 20px 24px;
    }

    .hackathon-submit-note {
        justify-content: center;
        text-align: center;
    }

    .hackathon-review-button {
        width: 100%;
    }

    .hackathon-team-member {
        flex-wrap: wrap;
    }

    .hackathon-remove-member {
        margin-left: auto;
    }
}

@media (max-width: 575.98px) {
    .hackathon-registration-card,
    .hackathon-registration-summary {
        border-radius: 17px;
    }

    .hackathon-form-section-heading {
        gap: 11px;
    }

    .hackathon-form-section-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border-radius: 11px;
    }

    .hackathon-form-section-heading h2 {
        font-size: 1.1rem;
    }

    .hackathon-summary-top,
    .hackathon-summary-list,
    .hackathon-summary-process {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hackathon-summary-divider {
        margin-left: 20px;
        margin-right: 20px;
    }
}
/* ============================================================
   PREMIUM HACKATHON REVIEW / PAYMENT PREVIEW
============================================================ */

.hackathon-review-page {
    min-height: 100vh;
    background:
        radial-gradient(
            circle at top right,
            rgba(202, 158, 54, .10),
            transparent 32%
        ),
        radial-gradient(
            circle at top left,
            rgba(10, 111, 79, .07),
            transparent 28%
        ),
        #f7f9f8;
}


/* Header */

.hackathon-review-header {
    margin-bottom: 34px;
}

.hackathon-review-title {
    max-width: 760px;
}

.hackathon-review-title h1 {
    margin: 0;
    color: #173b31;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.hackathon-review-title h1 span {
    color: #0a6f4f;
}

.hackathon-review-title p {
    max-width: 650px;
    margin: 16px 0 0;
    color: #687970;
    line-height: 1.7;
}


/* Main cards */

.hackathon-review-card {
    overflow: hidden;
    border: 1px solid #dfe7e3;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(25, 63, 50, .07);
}

.hackathon-review-card-header {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 28px 30px 23px;
    border-bottom: 1px solid #edf1ef;
}

.hackathon-review-icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border-radius: 14px;
    background: #eaf6f0;
    color: #0a6f4f;
    font-size: 1.12rem;
}

.hackathon-review-card-header span {
    display: block;
    margin-bottom: 4px;
    color: #9e781e;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.hackathon-review-card-header h2 {
    margin: 0;
    color: #203e35;
    font-size: 1.2rem;
    font-weight: 800;
}

.hackathon-review-card-header p {
    margin: 5px 0 0;
    color: #7b8983;
    font-size: .84rem;
}


/* Detail grid */

.hackathon-review-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hackathon-review-detail {
    display: flex;
    gap: 13px;
    min-width: 0;
    padding: 22px 28px;
    border-right: 1px solid #edf1ef;
    border-bottom: 1px solid #edf1ef;
}

.hackathon-review-detail:nth-child(2n) {
    border-right: 0;
}

.hackathon-review-detail-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 11px;
    background: #f3f7f5;
    color: #0a6f4f;
}

.hackathon-review-detail > div:last-child {
    min-width: 0;
}

.hackathon-review-detail span {
    display: block;
    margin-bottom: 4px;
    color: #89968f;
    font-size: .72rem;
    font-weight: 700;
}

.hackathon-review-detail strong,
.hackathon-review-detail a {
    display: block;
    overflow-wrap: anywhere;
    color: #29483e;
    font-size: .88rem;
    font-weight: 750;
    text-decoration: none;
}

.hackathon-review-detail a:hover {
    color: #0a6f4f;
}


/* Members */

.hackathon-review-members {
    padding: 12px 28px;
}

.hackathon-review-member {
    display: flex;
    gap: 13px;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #edf1ef;
}

.hackathon-review-member:last-child {
    border-bottom: 0;
}

.hackathon-review-avatar {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    border-radius: 50%;
    background: #153f33;
    color: #fff;
    font-size: .85rem;
    font-weight: 800;
}

.hackathon-review-member-info {
    min-width: 0;
    flex: 1;
}

.hackathon-review-member-info > div {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.hackathon-review-member-info strong {
    color: #29453c;
    font-size: .88rem;
}

.hackathon-review-member-info span {
    color: #849188;
    font-size: .7rem;
}

.hackathon-review-member-info p {
    margin: 3px 0 0;
    color: #75867d;
    font-size: .8rem;
}

.hackathon-leader-badge {
    padding: 3px 8px;
    border-radius: 999px;
    background: #e9f6ef;
    color: #0a6f4f !important;
    font-weight: 800;
}


/* Notice */

.hackathon-review-notice {
    display: flex;
    gap: 14px;
    padding: 19px 21px;
    border: 1px solid #dae9e1;
    border-radius: 16px;
    background: #f2faf6;
}

.hackathon-review-notice-icon {
    color: #0a6f4f;
    font-size: 1.15rem;
}

.hackathon-review-notice strong {
    color: #28483d;
    font-size: .88rem;
}

.hackathon-review-notice p {
    margin: 4px 0 0;
    color: #718279;
    font-size: .8rem;
    line-height: 1.6;
}


/* Payment preview */

.hackathon-payment-preview {
    position: sticky;
    top: 96px;
    overflow: hidden;
    border: 1px solid #dce5e0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(28, 64, 52, .11);
}

.hackathon-payment-preview-header {
    padding: 27px;
    background:
        linear-gradient(
            145deg,
            #163f34,
            #0a6f4f
        );
}

.hackathon-payment-preview-header span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .7);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.hackathon-payment-preview-header h2 {
    margin: 0;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.35;
}


/* Payment rows */

.hackathon-payment-summary {
    padding: 10px 27px;
}

.hackathon-payment-summary > div {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #edf1ef;
}

.hackathon-payment-summary > div:last-child {
    border-bottom: 0;
}

.hackathon-payment-summary span {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #78877f;
    font-size: .81rem;
}

.hackathon-payment-summary span i {
    color: #0a6f4f;
}

.hackathon-payment-summary strong {
    color: #29453c;
    font-size: .84rem;
    text-align: right;
}


/* Total */

.hackathon-payment-total {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin: 5px 18px 18px;
    padding: 18px;
    border: 1px solid #eadcad;
    border-radius: 15px;
    background: #fffaf0;
}

.hackathon-payment-total span {
    display: block;
    color: #51472f;
    font-size: .86rem;
    font-weight: 800;
}

.hackathon-payment-total small {
    display: block;
    margin-top: 2px;
    color: #91866a;
    font-size: .68rem;
}

.hackathon-payment-total > strong {
    color: #9c741b;
    font-size: 1.4rem;
    font-weight: 850;
}


/* Security */

.hackathon-payment-secure {
    display: flex;
    gap: 11px;
    margin: 0 18px 18px;
    padding: 14px;
    border-radius: 13px;
    background: #f2faf6;
}

.hackathon-payment-secure > i {
    color: #0a6f4f;
    font-size: 1.15rem;
}

.hackathon-payment-secure strong,
.hackathon-payment-secure span {
    display: block;
}

.hackathon-payment-secure strong {
    color: #315247;
    font-size: .8rem;
}

.hackathon-payment-secure span {
    margin-top: 2px;
    color: #7c8b83;
    font-size: .72rem;
}


/* Actions */

.hackathon-review-actions {
    padding: 0 18px 21px;
}

.hackathon-review-actions form {
    width: 100%;
}

.hackathon-payment-continue {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 51px;
    border-radius: 12px;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(178, 134, 32, .18);
}

.hackathon-edit-details {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
    color: #64766e;
    font-size: .78rem;
    font-weight: 700;
    text-decoration: none;
}

.hackathon-edit-details:hover {
    color: #0a6f4f;
}


/* Responsive */

@media (max-width: 991.98px) {

    .hackathon-payment-preview {
        position: static;
    }

}


@media (max-width: 767.98px) {

    .hackathon-review-details {
        grid-template-columns: 1fr;
    }

    .hackathon-review-detail,
    .hackathon-review-detail:nth-child(2n) {
        border-right: 0;
    }

    .hackathon-review-card-header {
        padding: 23px 20px;
    }

    .hackathon-review-detail {
        padding: 18px 20px;
    }

    .hackathon-review-members {
        padding-left: 20px;
        padding-right: 20px;
    }

}


@media (max-width: 575.98px) {

    .hackathon-review-card,
    .hackathon-payment-preview {
        border-radius: 17px;
    }

    .hackathon-review-title h1 {
        font-size: 2rem;
    }

    .hackathon-payment-preview-header,
    .hackathon-payment-summary {
        padding-left: 20px;
        padding-right: 20px;
    }

}
/* ============================================================
   PREMIUM HACKATHON CHECKOUT
============================================================ */

.hackathon-checkout-page {
    min-height: 100vh;
    background:
        radial-gradient(
            circle at top right,
            rgba(201, 158, 58, .11),
            transparent 31%
        ),
        radial-gradient(
            circle at top left,
            rgba(10, 111, 79, .07),
            transparent 27%
        ),
        #f7f9f8;
}


/* Header */

.hackathon-checkout-header {
    max-width: 800px;
    margin-bottom: 34px;
}

.hackathon-checkout-header h1 {
    margin: 0;
    color: #173b31;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.hackathon-checkout-header h1 span {
    color: #0a6f4f;
}

.hackathon-checkout-header p {
    max-width: 680px;
    margin: 15px 0 0;
    color: #6c7d74;
    line-height: 1.7;
}


/* Main card */

.hackathon-checkout-card {
    overflow: hidden;
    border: 1px solid #dfe7e3;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(28, 63, 51, .07);
}

.hackathon-checkout-card-header {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 28px 30px 23px;
    border-bottom: 1px solid #edf1ef;
}

.hackathon-checkout-card-icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border-radius: 14px;
    background: #eaf6f0;
    color: #0a6f4f;
    font-size: 1.1rem;
}

.hackathon-checkout-card-header span {
    display: block;
    margin-bottom: 4px;
    color: #9c761d;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.hackathon-checkout-card-header h2 {
    margin: 0;
    color: #213f36;
    font-size: 1.25rem;
    font-weight: 800;
}

.hackathon-checkout-card-header p {
    margin: 5px 0 0;
    color: #7d8c84;
    font-size: .84rem;
}


/* Registration detail grid */

.hackathon-checkout-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hackathon-checkout-detail {
    min-width: 0;
    padding: 21px 28px;
    border-right: 1px solid #edf1ef;
    border-bottom: 1px solid #edf1ef;
}

.hackathon-checkout-detail:nth-child(2n) {
    border-right: 0;
}

.hackathon-checkout-detail span {
    display: block;
    margin-bottom: 5px;
    color: #87958e;
    font-size: .72rem;
    font-weight: 700;
}

.hackathon-checkout-detail strong {
    display: block;
    overflow-wrap: anywhere;
    color: #28463d;
    font-size: .88rem;
}

.hackathon-reference {
    color: #0a6f4f !important;
}


/* Status */

.hackathon-status-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 22px 28px 26px;
}

.hackathon-status-area > div > span {
    display: block;
    margin-bottom: 8px;
    color: #84928b;
    font-size: .72rem;
    font-weight: 700;
}

.hackathon-status-badge {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 800;
}

.hackathon-status-badge i {
    font-size: .4rem;
}

.hackathon-status-badge.is-success {
    background: #e9f8ef;
    color: #17824f;
}

.hackathon-status-badge.is-danger {
    background: #fff0f0;
    color: #c44343;
}

.hackathon-status-badge.is-warning {
    background: #fff7e8;
    color: #ae7714;
}

.hackathon-status-badge.is-pending {
    background: #eef4f7;
    color: #56717c;
}


/* Alerts */

.hackathon-payment-alert {
    display: flex;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 15px;
}

.hackathon-payment-alert > div:first-child {
    font-size: 1.2rem;
}

.hackathon-payment-alert strong {
    color: inherit;
    font-size: .88rem;
}

.hackathon-payment-alert p {
    margin: 4px 0 0;
    font-size: .8rem;
    line-height: 1.6;
}

.hackathon-payment-alert.is-warning {
    border: 1px solid #ebd8ab;
    background: #fff9eb;
    color: #8b681f;
}

.hackathon-payment-alert.is-danger {
    border: 1px solid #efc8c8;
    background: #fff5f5;
    color: #a54141;
}


/* Help */

.hackathon-payment-help {
    display: flex;
    gap: 14px;
    padding: 20px;
    border: 1px solid #dbe9e2;
    border-radius: 16px;
    background: #f2faf6;
}

.hackathon-payment-help-icon {
    color: #0a6f4f;
    font-size: 1.15rem;
}

.hackathon-payment-help h3 {
    margin: 0;
    color: #28473c;
    font-size: .9rem;
    font-weight: 800;
}

.hackathon-payment-help p {
    margin: 5px 0 0;
    color: #708179;
    font-size: .8rem;
    line-height: 1.65;
}


/* Benefits */

.hackathon-payment-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.hackathon-payment-benefits > div {
    display: flex;
    gap: 11px;
    padding: 16px;
    border: 1px solid #e2e9e5;
    border-radius: 14px;
    background: #fff;
}

.hackathon-payment-benefits > div > i {
    color: #0a6f4f;
    font-size: 1.05rem;
}

.hackathon-payment-benefits strong,
.hackathon-payment-benefits span {
    display: block;
}

.hackathon-payment-benefits strong {
    color: #29493e;
    font-size: .78rem;
}

.hackathon-payment-benefits span {
    margin-top: 3px;
    color: #829089;
    font-size: .68rem;
    line-height: 1.45;
}


/* Checkout summary */

.hackathon-checkout-summary {
    position: sticky;
    top: 96px;
    overflow: hidden;
    border: 1px solid #dce5e0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(25, 61, 49, .11);
}

.hackathon-checkout-summary-head {
    padding: 27px;
    background:
        linear-gradient(
            145deg,
            #173f34,
            #0a6f4f
        );
}

.hackathon-checkout-summary-head span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .7);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.hackathon-checkout-summary-head h2 {
    margin: 0;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
}


/* Order information */

.hackathon-checkout-order {
    padding: 10px 26px;
}

.hackathon-checkout-order > div {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #edf1ef;
}

.hackathon-checkout-order > div:last-child {
    border-bottom: 0;
}

.hackathon-checkout-order span {
    color: #839089;
    font-size: .77rem;
}

.hackathon-checkout-order strong {
    max-width: 57%;
    overflow-wrap: anywhere;
    color: #29463d;
    font-size: .78rem;
    text-align: right;
}

.hackathon-order-id {
    font-size: .66rem !important;
}


/* Total */

.hackathon-checkout-total {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin: 7px 18px 18px;
    padding: 19px;
    border: 1px solid #eadbad;
    border-radius: 15px;
    background: #fffaf0;
}

.hackathon-checkout-total span {
    display: block;
    color: #51472f;
    font-size: .87rem;
    font-weight: 800;
}

.hackathon-checkout-total small {
    display: block;
    margin-top: 2px;
    color: #93876b;
    font-size: .68rem;
}

.hackathon-checkout-total > strong {
    color: #9b741c;
    font-size: 1.45rem;
}


/* Action */

.hackathon-checkout-action {
    padding: 0 18px 18px;
}

.hackathon-checkout-action form {
    width: 100%;
}

.hackathon-pay-button {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 53px;
    padding: 11px 16px;
    border-radius: 12px;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(178, 134, 32, .18);
}

.hackathon-pay-button span {
    padding-left: 8px;
    border-left: 1px solid rgba(0, 0, 0, .12);
}

.hackathon-pay-button:disabled {
    cursor: wait;
    opacity: .7;
}

.hackathon-check-status {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    margin-top: 10px;
    border: 1px solid #d8e1dd;
    border-radius: 11px;
    background: #fff;
    color: #405a50;
    font-size: .79rem;
    font-weight: 800;
}

.hackathon-check-status:hover {
    border-color: #0a6f4f;
    background: #f4faf7;
    color: #0a6f4f;
}


/* Dynamic Razorpay error */

.hackathon-payment-message {
    display: none;
    margin-top: 12px;
    padding: 11px 13px;
    border-radius: 10px;
    font-size: .75rem;
    line-height: 1.5;
}

.hackathon-payment-message:not(:empty) {
    display: block;
}

.hackathon-payment-message.is-error {
    border: 1px solid #efcece;
    background: #fff5f5;
    color: #a83f3f;
}


/* Closed */

.hackathon-checkout-closed {
    display: flex;
    gap: 11px;
    padding: 15px;
    border: 1px solid #e2e5e3;
    border-radius: 12px;
    background: #f6f7f6;
}

.hackathon-checkout-closed > i {
    color: #697a72;
}

.hackathon-checkout-closed strong,
.hackathon-checkout-closed span {
    display: block;
}

.hackathon-checkout-closed strong {
    color: #495c54;
    font-size: .8rem;
}

.hackathon-checkout-closed span {
    margin-top: 2px;
    color: #7e8c85;
    font-size: .7rem;
}


/* Trust */

.hackathon-checkout-trust {
    display: flex;
    gap: 10px;
    margin: 0 18px 18px;
    padding: 14px;
    border-radius: 13px;
    background: #f2faf6;
}

.hackathon-checkout-trust > i {
    color: #0a6f4f;
    font-size: 1rem;
}

.hackathon-checkout-trust strong,
.hackathon-checkout-trust span {
    display: block;
}

.hackathon-checkout-trust strong {
    color: #315247;
    font-size: .78rem;
}

.hackathon-checkout-trust span {
    margin-top: 2px;
    color: #7b8b83;
    font-size: .7rem;
}


/* Responsive */

@media (max-width: 991.98px) {

    .hackathon-checkout-summary {
        position: static;
    }

    .hackathon-payment-benefits {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 767.98px) {

    .hackathon-checkout-details {
        grid-template-columns: 1fr;
    }

    .hackathon-checkout-detail {
        border-right: 0;
    }

    .hackathon-status-area {
        grid-template-columns: 1fr;
    }

    .hackathon-checkout-card-header {
        padding: 23px 20px;
    }

    .hackathon-checkout-detail {
        padding: 18px 20px;
    }

    .hackathon-status-area {
        padding-left: 20px;
        padding-right: 20px;
    }

}


@media (max-width: 575.98px) {

    .hackathon-checkout-card,
    .hackathon-checkout-summary {
        border-radius: 17px;
    }

    .hackathon-checkout-header h1 {
        font-size: 2rem;
    }

    .hackathon-checkout-summary-head,
    .hackathon-checkout-order {
        padding-left: 20px;
        padding-right: 20px;
    }

}

/* ============================================================
   PREMIUM HACKATHON SUCCESS PAGE
============================================================ */

.hackathon-success-page {
    min-height: 100vh;
    background:
        radial-gradient(
            circle at top,
            rgba(10, 111, 79, .09),
            transparent 30%
        ),
        #f7f9f8;
}


/* Success hero */

.hackathon-success-hero {
    max-width: 780px;
    margin: 20px auto 46px;
    text-align: center;
}

.hackathon-success-check {
    display: grid;
    width: 76px;
    height: 76px;
    margin: 0 auto 18px;
    place-items: center;
    border-radius: 50%;
    background: #0a6f4f;
    color: #fff;
    font-size: 2rem;
    box-shadow:
        0 15px 35px rgba(10, 111, 79, .23),
        0 0 0 10px rgba(10, 111, 79, .07);
}

.hackathon-success-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #0a6f4f;
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .13em;
}

.hackathon-success-hero h1 {
    margin: 0;
    color: #173b31;
    font-size: clamp(2.1rem, 5vw, 3.7rem);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.hackathon-success-hero h1 span {
    color: #0a6f4f;
}

.hackathon-success-hero > p {
    max-width: 640px;
    margin: 17px auto 0;
    color: #697a71;
    line-height: 1.7;
}

.hackathon-success-id {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
    padding: 10px 16px;
    border: 1px solid #d8e7df;
    border-radius: 999px;
    background: #fff;
}

.hackathon-success-id span {
    color: #839089;
    font-size: .73rem;
}

.hackathon-success-id strong {
    color: #0a6f4f;
    font-size: .8rem;
}


/* Receipt */

.hackathon-receipt-card {
    overflow: hidden;
    border: 1px solid #dce5e0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(27, 63, 50, .08);
}

.hackathon-receipt-header {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 28px 30px;
    background:
        linear-gradient(
            135deg,
            #173f34,
            #0a6f4f
        );
    color: #fff;
}

.hackathon-receipt-header span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .7);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.hackathon-receipt-header h2 {
    margin: 0;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
}

.hackathon-receipt-status {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    font-size: .75rem;
    font-weight: 800;
}


/* Sections */

.hackathon-receipt-section {
    padding: 28px 30px;
    border-bottom: 1px solid #edf1ef;
}

.hackathon-receipt-section-title {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 21px;
}

.hackathon-receipt-section-title > div:first-child {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border-radius: 11px;
    background: #eaf6f0;
    color: #0a6f4f;
}

.hackathon-receipt-section-title span {
    display: block;
    margin-bottom: 2px;
    color: #a27a20;
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.hackathon-receipt-section-title h3 {
    margin: 0;
    color: #29473d;
    font-size: 1rem;
    font-weight: 800;
}


/* Receipt data */

.hackathon-receipt-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 26px;
}

.hackathon-receipt-grid > div {
    min-width: 0;
}

.hackathon-receipt-grid span {
    display: block;
    margin-bottom: 5px;
    color: #88958f;
    font-size: .7rem;
    font-weight: 700;
}

.hackathon-receipt-grid strong {
    display: block;
    overflow-wrap: anywhere;
    color: #29463d;
    font-size: .85rem;
}

.hackathon-receipt-highlight,
.hackathon-payment-success {
    color: #0a6f4f !important;
}

.hackathon-receipt-amount {
    color: #9d751d !important;
    font-size: 1.05rem !important;
}

.hackathon-receipt-small {
    font-size: .72rem !important;
}


/* Team */

.hackathon-success-members {
    display: grid;
    gap: 10px;
}

.hackathon-success-member {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 13px 15px;
    border: 1px solid #e4ebe7;
    border-radius: 13px;
    background: #fafcfb;
}

.hackathon-success-member-avatar {
    display: grid;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    place-items: center;
    border-radius: 50%;
    background: #173f34;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
}

.hackathon-success-member strong {
    color: #29463d;
    font-size: .82rem;
}

.hackathon-success-member p {
    margin: 2px 0 0;
    color: #7c8b83;
    font-size: .73rem;
}

.hackathon-success-leader {
    display: inline-block;
    margin-left: 7px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #e9f6ef;
    color: #0a6f4f;
    font-size: .62rem;
    font-weight: 800;
}


/* Receipt footer */

.hackathon-receipt-footer {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background: #fafcfb;
}

.hackathon-receipt-footer > div {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #718079;
    font-size: .74rem;
}

.hackathon-receipt-footer i {
    color: #0a6f4f;
}

.hackathon-receipt-footer > strong {
    color: #26483c;
    font-size: .8rem;
}


/* Right summary */

.hackathon-success-summary {
    position: sticky;
    top: 96px;
    overflow: hidden;
    border: 1px solid #dce5e0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(28, 63, 51, .10);
}

.hackathon-success-summary-top {
    padding: 30px 26px;
    background:
        linear-gradient(
            145deg,
            #173f34,
            #0a6f4f
        );
    color: #fff;
    text-align: center;
}

.hackathon-success-summary-check {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 14px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    font-size: 1.45rem;
}

.hackathon-success-summary-top > span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .65);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.hackathon-success-summary-top h2 {
    margin: 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
}

.hackathon-success-summary-top p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .74);
    font-size: .76rem;
    line-height: 1.55;
}


/* Summary rows */

.hackathon-success-summary-details {
    padding: 10px 25px;
}

.hackathon-success-summary-details > div {
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #edf1ef;
}

.hackathon-success-summary-details > div:last-child {
    border-bottom: 0;
}

.hackathon-success-summary-details span {
    color: #829089;
    font-size: .76rem;
}

.hackathon-success-summary-details strong {
    max-width: 60%;
    overflow-wrap: anywhere;
    color: #29473d;
    font-size: .78rem;
    text-align: right;
}

.hackathon-success-summary-details .is-success {
    color: #0a6f4f;
}


/* Next steps */

.hackathon-success-next {
    padding: 21px 25px;
    border-top: 1px solid #edf1ef;
}

.hackathon-success-next h3 {
    margin: 0 0 15px;
    color: #29473d;
    font-size: .9rem;
    font-weight: 800;
}

.hackathon-success-next > div {
    display: grid;
    grid-template-columns: 29px 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 11px;
}

.hackathon-success-next > div:last-child {
    margin-bottom: 0;
}

.hackathon-success-next > div > span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 9px;
    background: #edf7f2;
    color: #0a6f4f;
    font-size: .75rem;
}

.hackathon-success-next p {
    margin: 0;
    color: #6f8178;
    font-size: .76rem;
}


/* Buttons */

.hackathon-success-actions {
    padding: 0 18px 20px;
}

.hackathon-print-button,
.hackathon-all-button {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 49px;
    border-radius: 11px;
    font-size: .8rem;
    font-weight: 800;
}

.hackathon-all-button {
    margin-top: 10px;
    border: 1px solid #d7e1dc;
    background: #fff;
    color: #405b50;
    text-decoration: none;
}

.hackathon-all-button:hover {
    border-color: #0a6f4f;
    background: #f3faf6;
    color: #0a6f4f;
}


/* Responsive */

@media (max-width: 991.98px) {

    .hackathon-success-summary {
        position: static;
    }

}


@media (max-width: 767.98px) {

    .hackathon-success-hero {
        margin-bottom: 32px;
    }

    .hackathon-receipt-grid {
        grid-template-columns: 1fr;
    }

    .hackathon-receipt-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .hackathon-receipt-section {
        padding: 24px 20px;
    }

    .hackathon-receipt-footer {
        align-items: flex-start;
        flex-direction: column;
        padding: 20px;
    }

}


@media (max-width: 575.98px) {

    .hackathon-receipt-card,
    .hackathon-success-summary {
        border-radius: 17px;
    }

    .hackathon-success-check {
        width: 65px;
        height: 65px;
        font-size: 1.7rem;
    }

    .hackathon-success-hero h1 {
        font-size: 2.15rem;
    }

}


/* ============================================================
   PRINT RECEIPT
============================================================ */

@media print {

    body * {
        visibility: hidden;
    }

    #hackathon-receipt,
    #hackathon-receipt * {
        visibility: visible;
    }

    #hackathon-receipt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border: 0;
        box-shadow: none;
    }

    .hackathon-receipt-card {
        border-radius: 0;
    }

}