.sh-early-interest {
    background: linear-gradient(145deg, rgba(7, 31, 61, .98), rgba(7, 22, 40, .98));
    border: 1px solid rgba(32, 199, 238, .34);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(2, 9, 19, .5);
    box-sizing: border-box;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    margin: 56px auto;
    max-width: 1180px;
    overflow: hidden;
    padding: 48px;
    position: relative;
    width: calc(100% - 40px);
}

.sh-early-interest::before {
    background: linear-gradient(90deg, var(--sh-home-cyan), var(--sh-home-pink) 58%, transparent);
    content: "";
    height: 2px;
    inset: 0 0 auto;
    position: absolute;
}

.sh-early-interest--success {
    display: block;
}

.sh-early-interest__intro {
    align-self: start;
}

.sh-early-interest__intro h2,
.sh-early-interest__success h2 {
    color: var(--sh-home-cream);
    font-family: var(--sh-font-display);
    font-size: clamp(32px, 4vw, 48px);
    letter-spacing: -.025em;
    line-height: 1.08;
    margin: 0;
    max-width: 15ch;
}

.sh-early-interest__success h2 {
    font-size: 28px;
    max-width: none;
}

.sh-early-interest__lead {
    color: var(--sh-home-cream);
    font-size: 18px;
    line-height: 1.55;
    margin: 20px 0 0;
    max-width: 52ch;
}

.sh-early-interest__boundary,
.sh-early-interest__privacy {
    border-left: 2px solid var(--sh-home-gold);
    color: rgba(255, 241, 207, .78);
    font-size: 14px;
    line-height: 1.58;
    margin: 24px 0 0;
    max-width: 58ch;
    padding-left: 16px;
}

.sh-early-interest__privacy {
    border-color: var(--sh-home-cyan);
    margin-top: 16px;
}

.sh-early-interest__form {
    background: rgba(2, 9, 19, .38);
    border: 1px solid rgba(255, 241, 207, .14);
    border-radius: 8px;
    box-sizing: border-box;
    min-width: 0;
    padding: 28px;
}

.sh-early-interest__instruction,
.sh-early-interest__helper {
    color: rgba(255, 241, 207, .76);
    font-size: 13px;
}

.sh-early-interest__instruction {
    margin: 0 0 20px;
}

.sh-early-interest__instruction strong,
.sh-early-interest__field label strong,
.sh-early-interest__consent strong {
    color: var(--sh-home-gold);
    font-family: var(--sh-font-data);
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.sh-early-interest__field,
.sh-early-interest fieldset {
    border: 0;
    border-bottom: 1px solid rgba(32, 199, 238, .15);
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0 0 24px;
}

.sh-early-interest__field + fieldset,
.sh-early-interest fieldset + fieldset,
.sh-early-interest fieldset + .sh-early-interest__consent {
    margin-top: 24px;
}

.sh-early-interest__field > label,
.sh-early-interest legend {
    color: var(--sh-home-cream);
    display: block;
    font-family: var(--sh-font-display);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.sh-early-interest legend span {
    color: var(--sh-home-cyan);
    font-family: var(--sh-font-data);
    font-size: 12px;
    letter-spacing: .06em;
    margin-left: 8px;
    text-transform: uppercase;
}

.sh-early-interest fieldset:first-of-type legend span {
    color: var(--sh-home-gold);
}

.sh-early-interest__helper {
    margin: -2px 0 12px;
}

.sh-early-interest input[type="email"] {
    background: rgba(7, 22, 40, .94);
    border: 1px solid rgba(32, 199, 238, .52);
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--sh-home-cream);
    font: 16px/1.4 var(--sh-font-ui);
    min-height: 52px;
    padding: 12px 14px;
    width: 100%;
}

.sh-early-interest input[type="email"][aria-invalid="true"],
.sh-early-interest fieldset[aria-invalid="true"] {
    border-color: var(--sh-home-red);
}

.sh-early-interest__choices {
    border-top: 1px solid rgba(255, 241, 207, .1);
    display: grid;
}

.sh-early-interest__choices label {
    align-items: center;
    border-bottom: 1px solid rgba(255, 241, 207, .1);
    color: var(--sh-home-cream);
    cursor: pointer;
    display: grid;
    gap: 12px;
    grid-template-columns: 24px minmax(0, 1fr);
    min-height: 52px;
    padding: 10px 8px;
}

.sh-early-interest__choices label:hover {
    background: rgba(32, 199, 238, .06);
}

.sh-early-interest__choices input,
.sh-early-interest__consent input {
    accent-color: var(--sh-home-pink);
    height: 20px;
    margin: 0;
    width: 20px;
}

.sh-early-interest input,
.sh-early-interest button,
.sh-early-interest a,
.sh-early-interest [tabindex="-1"] {
    scroll-margin-block: 8px;
}

.sh-early-interest input:focus-visible,
.sh-early-interest button:focus-visible,
.sh-early-interest a:focus-visible {
    outline: 2px solid var(--sh-home-cyan);
    outline-offset: 3px;
}

.sh-early-interest__consent {
    align-items: start;
    background: rgba(255, 209, 63, .035);
    border: 1px solid rgba(255, 209, 63, .36);
    border-radius: 4px;
    color: var(--sh-home-cream);
    cursor: pointer;
    display: grid;
    gap: 12px;
    grid-template-columns: 24px minmax(0, 1fr);
    line-height: 1.55;
    min-height: 52px;
    padding: 16px;
}

.sh-early-interest__consent input {
    margin-top: 3px;
}

.sh-early-interest__submit,
.sh-early-interest__secondary {
    align-items: center;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-flex;
    font: 800 16px/1.2 var(--sh-font-ui);
    justify-content: center;
    margin-top: 24px;
    min-height: 48px;
    padding: 12px 22px;
    text-decoration: none;
}

.sh-early-interest__submit {
    background: var(--sh-home-pink);
    border: 2px solid var(--sh-home-cream);
    box-shadow: 5px 5px 0 var(--sh-home-gold);
    color: var(--sh-home-ink);
}

.sh-early-interest__secondary {
    background: transparent;
    border: 2px solid var(--sh-home-cyan);
    color: var(--sh-home-cyan);
}

.sh-early-interest__submit[aria-busy="true"] {
    opacity: 1;
}

.sh-early-interest__submit[aria-busy="true"]::before {
    animation: sh-early-interest-busy-turn .9s linear infinite;
    border: 2px solid rgba(255, 241, 207, .45);
    border-radius: 50%;
    border-top-color: var(--sh-home-cream);
    content: "";
    height: 18px;
    margin-right: 10px;
    width: 18px;
}

@keyframes sh-early-interest-busy-turn {
    to { transform: rotate(360deg); }
}

.sh-early-interest__submit:disabled {
    cursor: not-allowed;
    filter: saturate(.35);
    opacity: .62;
}

.sh-early-interest__alert {
    background: rgba(233, 40, 53, .1);
    border: 1px solid var(--sh-home-red);
    border-left-width: 4px;
    color: var(--sh-home-cream);
    margin: 0 0 24px;
    padding: 16px;
}

.sh-early-interest__alert h3,
.sh-early-interest__alert p,
.sh-early-interest__alert ul {
    margin-block: 0 8px;
}

.sh-early-interest__alert a,
.sh-early-interest__error {
    color: #ff9da4;
}

.sh-early-interest__error {
    font-size: 14px;
    margin: 8px 0 0;
}

.sh-early-interest__success {
    background: linear-gradient(145deg, rgba(100, 231, 165, .07), rgba(7, 31, 61, .94));
    border: 1px solid rgba(100, 231, 165, .55);
    border-radius: 8px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 780px;
    padding: 32px;
}

.sh-early-interest__success p {
    color: rgba(255, 241, 207, .82);
    font-size: 16px;
    line-height: 1.65;
}

.sh-early-interest__honeypot {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

@media (max-width: 840px) {
    .sh-early-interest {
        gap: 32px;
        grid-template-columns: 1fr;
        padding: 36px;
    }

    .sh-early-interest__intro h2 {
        max-width: 20ch;
    }
}

@media (max-width: 560px) {
    .sh-early-interest {
        border-radius: 4px;
        margin-block: 36px;
        padding: 24px 16px;
        width: calc(100% - 24px);
    }

    .sh-early-interest__form {
        padding: 20px 14px;
    }

    .sh-early-interest__success {
        padding: 20px;
    }

    .sh-early-interest__intro h2 {
        font-size: clamp(30px, 10vw, 40px);
    }

    .sh-early-interest__submit,
    .sh-early-interest__secondary {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sh-early-interest *,
    .sh-early-interest *::before,
    .sh-early-interest *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

@media (forced-colors: active) {
    .sh-early-interest,
    .sh-early-interest__form,
    .sh-early-interest__alert,
    .sh-early-interest__consent,
    .sh-early-interest__success {
        border-color: CanvasText;
    }
}
