.tour-registration-hero {
    position: relative;
    min-height: 76svh;
    display: grid;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(7, 8, 9, .98) 0%, rgba(7, 8, 9, .9) 36%, rgba(7, 8, 9, .48) 64%, rgba(7, 8, 9, .3) 100%),
        linear-gradient(0deg, rgba(7, 8, 9, .8), rgba(7, 8, 9, .04) 48%, rgba(7, 8, 9, .36)),
        url("/images/signinlobby.jpg") center / cover;
}

.tour-registration-hero .synhy-container {
    padding: clamp(58px, 8vw, 104px) 0;
}

.tour-registration-hero h1 {
    max-width: 13ch;
    margin: 16px 0 22px;
    font-size: clamp(3.15rem, 7vw, 7rem);
    line-height: .93;
}

.tour-registration-hero .synhy-lead {
    max-width: 720px;
    color: rgba(246, 243, 236, .86);
    white-space: pre-line;
}

.tour-hero-facts {
    display: flex;
    flex-wrap: wrap;
    width: min(850px, 100%);
    margin-top: 30px;
    border: 1px solid rgba(242, 183, 5, .38);
    background: rgba(7, 8, 9, .8);
    backdrop-filter: blur(10px);
}

.tour-hero-fact {
    min-width: 190px;
    flex: 1 1 0;
    padding: 17px 19px;
    border-right: 1px solid rgba(246, 243, 236, .13);
}

.tour-hero-fact:last-child {
    border-right: 0;
}

.tour-hero-fact strong,
.tour-hero-fact span {
    display: block;
}

.tour-hero-fact strong {
    color: var(--synhy-gold);
    font-family: "Poppins", sans-serif;
    font-size: .72rem;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.tour-hero-fact span {
    margin-top: 5px;
    color: var(--synhy-soft);
    font-weight: 700;
    line-height: 1.4;
}

.tour-registration-section {
    scroll-margin-top: 24px;
    border-top: 1px solid var(--synhy-line);
    border-bottom: 1px solid var(--synhy-line);
    background:
        radial-gradient(circle at 10% 10%, rgba(242, 183, 5, .1), transparent 28rem),
        linear-gradient(150deg, #16181b, #090909 72%);
}

.tour-registration-layout {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr);
    gap: clamp(34px, 6vw, 82px);
    align-items: start;
}

.tour-registration-summary h2 {
    max-width: 12ch;
    margin-top: 12px;
}

.tour-event-facts {
    display: grid;
    gap: 0;
    margin: 30px 0 0;
    border-top: 1px solid var(--synhy-line);
}

.tour-event-fact {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid var(--synhy-line);
}

.tour-event-fact dt {
    color: var(--synhy-gold);
    font-family: "Poppins", sans-serif;
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.tour-event-fact dd {
    margin: 0;
    color: var(--synhy-soft);
    font-weight: 700;
    line-height: 1.45;
}

.tour-registration-panel {
    padding: clamp(25px, 4vw, 42px);
    border: 1px solid rgba(242, 183, 5, .44);
    border-top: 7px solid var(--synhy-gold);
    border-radius: 10px;
    color: #171719;
    background: #f8f6f1;
    box-shadow: 0 30px 82px rgba(0, 0, 0, .42);
}

.tour-registration-panel h2 {
    margin: 0 0 8px;
    color: #171719;
}

.tour-registration-panel > p {
    color: #5e5a54;
}

.tour-registration-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.tour-field-full {
    grid-column: 1 / -1;
}

.tour-registration-panel label {
    display: block;
    margin-bottom: 7px;
    color: #272424;
    font-family: "Poppins", sans-serif;
    font-size: .82rem;
    font-weight: 800;
}

.tour-registration-panel .form-input {
    width: 100%;
    min-height: 48px;
    border: 1px solid #b9b4aa;
    background: #fff;
    color: #171719;
}

.tour-registration-panel textarea.form-input {
    min-height: 112px;
    resize: vertical;
}

.tour-registration-panel .field-validation-error,
.tour-registration-panel .validation-summary-errors {
    color: #891720;
    font-size: .84rem;
    font-weight: 700;
}

.tour-registration-panel .validation-summary-errors ul {
    margin: 12px 0;
    padding-left: 20px;
}

.tour-registration-submit {
    width: 100%;
    margin-top: 24px;
}

.tour-registration-submit[disabled] {
    cursor: wait;
    opacity: .78;
    transform: none;
}

.tour-registration-unavailable {
    margin-top: 22px;
    padding: 18px;
    border-left: 5px solid var(--synhy-red);
    color: #6d1017;
    background: #f3e2e4;
    font-weight: 700;
}

.tour-required-note {
    margin-bottom: 0;
    font-size: .82rem;
}

.tour-benefit-band {
    background: #111315;
}

.tour-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--synhy-line);
}

.tour-benefit {
    min-height: 140px;
    padding: 27px;
    border-right: 1px solid var(--synhy-line);
}

.tour-benefit:last-child {
    border-right: 0;
}

.tour-benefit strong,
.tour-benefit span {
    display: block;
}

.tour-benefit strong {
    color: var(--synhy-soft);
    font-family: "Poppins", sans-serif;
}

.tour-benefit span {
    margin-top: 8px;
    color: var(--synhy-muted);
    font-size: .92rem;
    line-height: 1.5;
}

.tour-transformation {
    overflow: hidden;
    border-bottom: 1px solid var(--synhy-line);
    background:
        radial-gradient(circle at 50% 0%, rgba(242, 183, 5, .12), transparent 34rem),
        linear-gradient(180deg, #0e1012, #080909);
}

.tour-transformation-heading {
    max-width: 920px;
    margin: 0 auto 34px;
    text-align: center;
}

.tour-photo-captions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(242, 183, 5, .3);
    border-bottom: 0;
}

.tour-photo-caption {
    padding: 18px 22px;
    color: var(--synhy-soft);
    background: #111315;
    font-family: "Poppins", sans-serif;
    font-size: clamp(.92rem, 2vw, 1.18rem);
    font-weight: 800;
    text-align: center;
}

.tour-photo-caption:first-child {
    border-right: 1px solid rgba(242, 183, 5, .3);
}

.tour-transformation-photo {
    margin: 0;
    border: 1px solid rgba(242, 183, 5, .3);
    background: #070809;
}

.tour-transformation-photo img {
    display: block;
    width: 100%;
    height: auto;
}

.tour-transformation-callout {
    margin: 30px 0 0;
    color: var(--synhy-soft);
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: 800;
    text-align: center;
}

.tour-transformation-callout span {
    color: var(--synhy-gold);
}

.tour-preparation-section {
    border-bottom: 1px solid var(--synhy-line);
    background: #0b0d0f;
}

.tour-preparation-heading {
    max-width: 900px;
}

.tour-preparation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
}

.tour-preparation-card {
    min-height: 280px;
    padding: 28px;
    border: 1px solid var(--synhy-line);
    background: linear-gradient(145deg, rgba(26, 29, 32, .94), rgba(10, 11, 12, .99));
}

.tour-preparation-card i {
    display: block;
    margin-bottom: 20px;
    color: var(--synhy-gold);
    font-size: 2rem;
}

.tour-preparation-card h3 {
    margin: 0 0 12px;
    color: var(--synhy-soft);
}

.tour-preparation-card p,
.tour-preparation-card li {
    color: rgba(246, 243, 236, .68);
    line-height: 1.65;
}

.tour-preparation-card ul {
    margin: 14px 0 0;
    padding-left: 20px;
}

.tour-plan-note {
    margin-top: 24px;
    padding: 20px 22px;
    border-left: 4px solid var(--synhy-gold);
    color: rgba(246, 243, 236, .76);
    background: rgba(242, 183, 5, .07);
    line-height: 1.7;
}

.tour-plan-disclosure {
    display: block;
    margin-top: 10px;
    color: rgba(246, 243, 236, .58);
    font-size: .9rem;
}

.tour-workmate-section {
    border-bottom: 1px solid var(--synhy-line);
    background:
        radial-gradient(circle at 14% 8%, rgba(242, 183, 5, .1), transparent 28rem),
        #090a0b;
}

.tour-workmate-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
    gap: clamp(34px, 7vw, 92px);
    align-items: center;
}

.tour-workmate-card {
    overflow: hidden;
    border: 1px solid rgba(242, 183, 5, .42);
    background: #101214;
    box-shadow: 0 28px 74px rgba(0, 0, 0, .42);
}

.tour-workmate-card-header {
    padding: 22px 24px;
    color: #090a0b;
    background: var(--synhy-gold);
    font-family: "Poppins", sans-serif;
    font-weight: 800;
}

.tour-workmate-card-body {
    padding: 24px;
}

.tour-workmate-text {
    width: 100%;
    min-height: 220px;
    resize: none;
    padding: 18px;
    border: 1px solid rgba(246, 243, 236, .2);
    border-radius: 4px;
    color: var(--synhy-soft);
    background: #070809;
    font: 500 .98rem/1.65 "Inter", sans-serif;
}

.tour-copy-status {
    display: block;
    min-height: 1.4em;
    margin-top: 12px;
    color: var(--synhy-gold);
    font-size: .9rem;
}

.tour-itinerary-section {
    border-bottom: 1px solid var(--synhy-line);
    background: #0d0f11;
}

.tour-itinerary-heading {
    max-width: 900px;
    margin-bottom: 44px;
}

.tour-how-section {
    border-bottom: 1px solid var(--synhy-line);
    background: #111315;
}

.tour-how-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
    gap: clamp(32px, 7vw, 94px);
    align-items: end;
}

.tour-how-intro h2 {
    max-width: 15ch;
    margin-top: 12px;
}

.tour-how-copy {
    color: rgba(246, 243, 236, .7);
    line-height: 1.72;
}

.tour-how-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 42px;
    border: 1px solid var(--synhy-line);
    background: var(--synhy-line);
}

.tour-how-step {
    min-height: 280px;
    padding: 30px;
    background: #0b0d0f;
}

.tour-how-step-number {
    display: block;
    margin-bottom: 44px;
    color: var(--synhy-gold);
    font-family: "Poppins", sans-serif;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.tour-how-step h3 {
    margin: 0 0 12px;
    color: var(--synhy-soft);
}

.tour-how-step p {
    color: rgba(246, 243, 236, .66);
    line-height: 1.65;
}

.tour-close {
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(242, 183, 5, .12), transparent 26rem),
        #080909;
}

.tour-close h2 {
    max-width: 14ch;
    margin: 0 auto 18px;
}

.tour-close .synhy-lead {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.tour-close .synhy-actions {
    justify-content: center;
}

@media (max-width: 980px) {
    .tour-registration-layout,
    .tour-workmate-grid {
        grid-template-columns: 1fr;
    }

    .tour-registration-summary h2 {
        max-width: none;
    }

    .tour-preparation-grid {
        grid-template-columns: 1fr;
    }

    .tour-how-intro {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 760px) {
    .tour-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tour-how-steps {
        grid-template-columns: 1fr;
    }

    .tour-benefit:nth-child(2) {
        border-right: 0;
    }

    .tour-benefit:nth-child(-n + 2) {
        border-bottom: 1px solid var(--synhy-line);
    }
}

@media (max-width: 600px) {
    .tour-registration-hero h1 {
        max-width: none;
    }

    .tour-hero-facts,
    .tour-photo-captions,
    .tour-registration-form-grid,
    .tour-benefit-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .tour-hero-fact {
        border-right: 0;
        border-bottom: 1px solid rgba(246, 243, 236, .13);
    }

    .tour-hero-fact:last-child {
        border-bottom: 0;
    }

    .tour-photo-caption:first-child {
        border-right: 0;
        border-bottom: 1px solid rgba(242, 183, 5, .3);
    }

    .tour-field-full {
        grid-column: auto;
    }

    .tour-benefit,
    .tour-benefit:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--synhy-line);
    }

    .tour-benefit:last-child {
        border-bottom: 0;
    }

    .tour-event-fact {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}
