:root {
    --yellow: #fdf202;
    --yellow-dark: #e8dd00;
    --slate-950: #020617;
    --slate-900: #0f172a;
    --slate-800: #1e293b;
    --slate-700: #334155;
    --slate-600: #475569;
    --slate-500: #64748b;
    --slate-400: #94a3b8;
    --slate-300: #cbd5e1;
    --slate-200: #e2e8f0;
    --slate-100: #f1f5f9;
    --slate-50: #f8fafc;
    --green: #059669;
    --red: #dc2626;
    --shadow: 0 18px 55px rgba(15, 23, 42, .10)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--slate-50);
    color: var(--slate-900);
    font-family: "Plus Jakarta Sans", Arial, sans-serif
}

.container {
    width: min(100% - 32px, 1050px);
    margin-inline: auto
}

.hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    border-top: 6px solid var(--yellow);
    background: var(--slate-950)
}

.hero__background {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 6, 23, .91), rgba(2, 6, 23, .48), rgba(2, 6, 23, .18)), linear-gradient(0deg, rgba(2, 6, 23, .72), transparent 65%), url("assets/hero_bg.jpg") center/cover no-repeat
}

.hero__content {
    position: relative;
    padding: 42px 0 46px
}

.brand-pill {
    display: inline-block;
    background: var(--yellow);
    color: var(--slate-950);
    padding: 8px 14px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase
}

.hero h1 {
    font-family: Outfit, sans-serif;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.03;
    margin: 25px 0 8px;
    letter-spacing: -.035em
}

.hero h1 span {
    font-size: .72em;
    color: var(--yellow)
}

.hero__subtitle {
    margin: 0 0 28px;
    font-size: clamp(15px, 2vw, 20px);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--slate-200)
}

.event-ribbon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 20px;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 16px;
    background: rgba(15, 23, 42, .79);
    backdrop-filter: blur(10px);
    font-size: 14px
}

.event-ribbon div {
    display: flex;
    align-items: center;
    gap: 7px
}

.event-ribbon strong:last-child {
    color: var(--yellow)
}

.icon {
    color: var(--yellow);
    font-size: 18px
}

.separator {
    color: var(--slate-600)
}

.hero__intro {
    max-width: 790px;
    margin: 27px 0 0;
    color: var(--slate-200);
    font-size: 17px;
    line-height: 1.7
}

.main-content {
    padding: 34px 0 65px
}

.card {
    background: #fff;
    border: 1px solid var(--slate-200);
    border-radius: 22px;
    box-shadow: var(--shadow);
    overflow: hidden
}

.steps {
    display: flex;
    align-items: center;
    padding: 19px 28px;
    background: var(--slate-50);
    border-bottom: 1px solid var(--slate-200)
}

.step {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--slate-500);
    white-space: nowrap
}

.step span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--slate-200);
    font-size: 13px;
    font-weight: 800
}

.step small {
    font-size: 13px;
    font-weight: 700
}

.step.is-active {
    color: var(--slate-900)
}

.step.is-active span {
    background: var(--slate-900);
    color: #fff
}

.step.is-complete span {
    background: var(--green);
    color: #fff
}

.step-line {
    height: 2px;
    flex: 1;
    background: var(--slate-200);
    margin: 0 14px
}

.step-line.is-complete {
    background: var(--green)
}

form {
    padding: 35px 40px 30px
}

.form-step {
    display: none
}

.form-step.is-active {
    display: block;
    animation: fade .24s ease
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(6px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.section-heading {
    margin-bottom: 28px
}

.eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--slate-500);
    margin-bottom: 8px
}

.section-heading h2 {
    font-family: Outfit, sans-serif;
    font-size: 28px;
    margin: 0 0 8px;
    letter-spacing: -.02em
}

.section-heading p {
    margin: 0;
    color: var(--slate-600);
    line-height: 1.6
}

.division-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px
}

.division-card {
    position: relative;
    border: 2px solid var(--slate-200);
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    text-align: center;
    transition: .2s
}

.division-card:hover {
    transform: translateY(-2px);
    border-color: var(--slate-400);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .09);
    text-align: center
}

.division-card img {
    display: block;
    width: 100%;
    height: 108px;
    object-fit: cover;
    background: var(--slate-100);
    width: 100%;
      height: auto;
      object-fit: contain;
      object-position: center;
      display: block;
      padding: 15px;
}

.division-card span {
    display: block;
    padding: 12px 11px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800
}

.division-card b {
    display: none;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--yellow);
    color: var(--slate-950);
    place-items: center
}

.division-card.is-selected {
    border-color: var(--yellow-dark);
    box-shadow: 0 0 0 3px rgba(253, 242, 2, .2)
}

.division-card.is-selected b {
    display: grid
}

.fieldset-block {
    border: 0;
    padding: 0;
    margin: 30px 0 0
}

.fieldset-block legend,
.field label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 800
}

.choice-row {
    display: flex;
    gap: 12px
}

.choice input,
.date-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.choice span {
    display: block;
    min-width: 110px;
    padding: 13px 20px;
    text-align: center;
    border: 2px solid var(--slate-200);
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer
}

.choice input:checked+span,
.date-choice input:checked+span {
    border-color: var(--slate-900);
    background: var(--slate-900);
    color: #fff
}

.field {
    margin-top: 23px
}

.field input,
.field textarea {
    width: 100%;
    border: 1.5px solid var(--slate-300);
    border-radius: 11px;
    padding: 13px 14px;
    font: inherit;
    color: var(--slate-900);
    outline: none;
    background: #fff;
    transition: .18s
}

.field input:focus,
.field textarea:focus {
    border-color: var(--slate-900);
    box-shadow: 0 0 0 3px rgba(15, 23, 42, .09)
}

.field input.is-invalid {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(220, 38, 38, .08)
}

.optional {
    font-weight: 500;
    color: var(--slate-500)
}

.date-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

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

.date-choice span {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    border: 2px solid var(--slate-200);
    border-radius: 13px;
    cursor: pointer;
    transition: .18s
}

.date-choice span:hover {
    border-color: var(--slate-400)
}

.date-choice small {
    color: var(--slate-500);
    font-size: 11px
}

.date-choice input:checked+span small {
    color: var(--slate-300)
}

.fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px
}

.error {
    min-height: 18px;
    color: var(--red);
    font-size: 12px;
    font-weight: 600;
    margin-top: 7px
}

.privacy-note {
    font-size: 12px;
    color: var(--slate-500);
    line-height: 1.6;
    margin-top: 24px;
    padding: 14px 16px;
    background: var(--slate-50);
    border-radius: 10px
}

.form-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 34px;
    padding-top: 25px;
    border-top: 1px solid var(--slate-200)
}

.btn {
    border: 0;
    border-radius: 11px;
    padding: 14px 21px;
    font: 700 14px inherit;
    cursor: pointer;
    transition: .18s
}

.btn:hover {
    transform: translateY(-1px)
}

.btn-primary {
    margin-left: auto;
    background: var(--yellow);
    color: var(--slate-950);
    box-shadow: 0 7px 18px rgba(234, 221, 0, .24)
}

.btn-primary:hover {
    background: var(--yellow-dark)
}

.btn-secondary {
    background: var(--slate-100);
    color: var(--slate-700)
}

.btn:disabled {
    opacity: .65;
    cursor: wait;
    transform: none
}

.is-hidden {
    display: none !important
}

.confirmation {
    max-width: 780px;
    margin: 0 auto
}

.success-banner {
    background: #064e3b;
    color: #fff;
    border-radius: 20px;
    padding: 27px 30px;
    box-shadow: var(--shadow);
    margin-bottom: 20px
}

.success-banner h2 {
    font-family: Outfit, sans-serif;
    font-size: 27px;
    margin: 7px 0
}

.success-banner p {
    margin: 0;
    color: #d1fae5;
    line-height: 1.6
}

.success-label {
    display: inline-block;
    background: #065f46;
    color: #a7f3d0;
    padding: 5px 9px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em
}

.pass-card {
    background: #fff;
    border: 1px solid var(--slate-200);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow)
}

.pass-header,
.pass-body,
.pass-actions {
    padding: 26px 30px
}

.pass-header {
    background: linear-gradient(var(--slate-50), #fff);
    border-bottom: 1px solid var(--slate-200)
}

.pass-header h3 {
    font: 700 22px Outfit, sans-serif;
    margin: 0 0 18px
}

.recap-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.recap-box {
    background: var(--slate-100);
    border: 1px solid var(--slate-200);
    border-radius: 12px;
    padding: 13px
}

.recap-box small {
    display: block;
    color: var(--slate-500);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 4px
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.tag {
    background: var(--yellow);
    padding: 6px 10px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 800
}

.details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 24px
}

.details-grid h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--slate-400);
    margin: 0 0 10px
}

.details-grid p {
    font-size: 13px;
    color: var(--slate-600);
    margin: 6px 0;
    line-height: 1.5
}

.pass-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid var(--slate-200);
    background: var(--slate-50)
}

.reference {
    margin-top: 18px;
    color: var(--slate-500);
    font-size: 12px
}

.footer {
    border-top: 1px solid var(--slate-200);
    background: #fff
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 0
}

.footer img {
    max-width: 160px;
    max-height: 46px;
    object-fit: contain
}

.footer p {
    font-size: 12px;
    color: var(--slate-500)
}

@media(max-width:850px) {
    .division-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .date-grid {
        grid-template-columns: 1fr 1fr
    }

    .step small {
        display: none
    }

    .hero h1 span {
        display: block;
        margin-top: 5px
    }

    .event-ribbon {
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .desktop-only {
        display: none !important
    }
}

@media(max-width:600px) {
    .container {
        width: min(100% - 22px, 1050px)
    }

    .hero__content {
        padding: 30px 0 34px
    }

    .hero__intro {
        font-size: 15px
    }

    .main-content {
        padding-top: 20px
    }

    .steps {
        padding: 14px 17px
    }

    .step-line {
        margin: 0 7px
    }

    form {
        padding: 26px 18px 22px
    }

    .section-heading h2 {
        font-size: 24px
    }

    .division-grid {
        grid-template-columns: 1fr 1fr
    }

    .division-card img {
        height: 95px
    }

    .date-grid,
    .time-grid,
    .fields-grid,
    .recap-grid,
    .details-grid {
        grid-template-columns: 1fr
    }

    .choice-row {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .choice span {
        min-width: 0
    }

    .form-actions {
        flex-direction: column-reverse
    }

    .btn {
        width: 100%
    }

    .btn-primary {
        margin-left: 0
    }

    .footer__inner {
        flex-direction: column;
        text-align: center
    }

    .pass-header,
    .pass-body,
    .pass-actions,
    .success-banner {
        padding: 22px
    }
}

@media print {

    .hero,
    .footer,
    .form-actions,
    .pass-actions {
        display: none !important
    }

    .main-content {
        padding: 0
    }

    .pass-card,
    .success-banner {
        box-shadow: none
    }

    .confirmation {
        display: block !important
    }
}

