.register-shell {
    display: grid;
    min-height: 100vh;
    grid-template-columns: minmax(430px, .82fr) minmax(650px, 1.18fr);
    color: #142a3b;
    background: #fff;
}

.register-story {
    position: sticky;
    top: 0;
    display: flex;
    height: 100vh;
    min-height: 720px;
    padding: 46px clamp(38px, 5vw, 78px);
    overflow: hidden;
    flex-direction: column;
    color: #fff;
    background:
        radial-gradient(circle at 82% 19%, rgba(39, 103, 232, .36), transparent 31%),
        radial-gradient(circle at 15% 86%, rgba(244, 165, 28, .11), transparent 25%),
        linear-gradient(145deg, #0d2c45 0%, #071b2c 48%, #061522 100%);
}

.register-story::before {
    position: absolute;
    top: -130px;
    right: -210px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, .055);
    border-radius: 50%;
    box-shadow:
        0 0 0 82px rgba(255, 255, 255, .017),
        0 0 0 164px rgba(255, 255, 255, .011);
    content: "";
    pointer-events: none;
}

.register-story__top,
.register-story__content,
.register-story__plan,
.register-story__footer {
    position: relative;
    z-index: 1;
}

.register-story__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.register-story__security {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #b9c9d5;
    font-size: 13px;
}

.register-story__content {
    margin: auto 0 28px;
}

.register-story__content h1 {
    max-width: 670px;
    margin: 18px 0 20px;
    font-size: clamp(46px, 4.25vw, 68px);
    font-weight: 480;
    letter-spacing: -.052em;
    line-height: 1;
}

.register-story__lead {
    max-width: 580px;
    margin: 0;
    color: #bbcad6;
    font-size: clamp(17px, 1.35vw, 20px);
    font-weight: 370;
    line-height: 1.6;
}

.register-story__proof {
    display: grid;
    margin-top: 38px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.register-story__proof div {
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, .11);
}

.register-story__proof div + div {
    padding-left: 20px;
}

.register-story__proof div:last-child {
    border-right: 0;
}

.register-story__proof strong {
    display: block;
    margin-bottom: 5px;
    color: #f5f8fa;
    font-size: 14px;
    font-weight: 560;
}

.register-story__proof span {
    color: #8ea5b6;
    font-size: 12px;
    line-height: 1.45;
}

.register-story__plan {
    display: grid;
    margin-bottom: 22px;
    padding: 17px;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px 20px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 5px;
    background: rgba(10, 35, 55, .76);
    box-shadow: 0 20px 48px rgba(0, 0, 0, .22);
    backdrop-filter: blur(14px);
}

.register-story__plan small {
    color: #7892a5;
    font-size: 12px;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.register-story__plan strong {
    color: #fff;
    font-size: 18px;
    font-weight: 560;
}

.register-story__plan b {
    grid-row: 1 / 3;
    grid-column: 2;
    color: #fff;
    font-size: 26px;
    font-weight: 520;
}

.register-story__plan b span {
    color: #8fa5b5;
    font-size: 12px;
    font-weight: 430;
}

.register-story__plan p {
    grid-column: 1 / -1;
    margin: 5px 0 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .09);
    color: #9eb1bf;
    font-size: 13px;
}

.register-story__footer {
    margin: 0;
    color: #71899c;
    font-size: 12px;
}

.register-panel {
    display: flex;
    min-height: 100vh;
    padding: 46px clamp(36px, 5vw, 86px) 32px;
    justify-content: flex-start;
    flex-direction: column;
    background:
        radial-gradient(circle at 84% 7%, rgba(36, 99, 235, .05), transparent 25%),
        #fff;
}

.register-panel__mobile-brand {
    display: none;
}

.register-card {
    width: min(100%, 760px);
    margin: auto;
}

.register-card__intro {
    display: flex;
    margin-bottom: 28px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

.register-card__intro h2 {
    margin: 8px 0 8px;
    color: #102638;
    font-size: 36px;
    font-weight: 520;
    letter-spacing: -.043em;
}

.register-card__intro p:last-child {
    max-width: 535px;
    margin: 0;
    color: #6e7f8a;
    font-size: 15px;
    line-height: 1.6;
}

.register-card__signin {
    flex: 0 0 auto;
    padding-bottom: 4px;
    color: #657985;
    font-size: 13px;
    white-space: nowrap;
}

.register-card__signin a {
    color: #2463eb;
    font-weight: 560;
}

.register-errors {
    margin-bottom: 22px;
    padding: 15px 17px;
    border: 1px solid #efc3bd;
    border-radius: 4px;
    color: #8e342d;
    background: #fff5f3;
    font-size: 13px;
    line-height: 1.55;
}

.register-errors strong {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}

.register-errors ul {
    margin: 0;
    padding-left: 19px;
}

.register-errors li + li {
    margin-top: 4px;
}

.register-section {
    margin: 0;
    padding: 24px 0;
    border: 0;
    border-top: 1px solid #e2e8ec;
}

.register-section:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.register-section__heading {
    display: flex;
    margin-bottom: 17px;
    align-items: center;
    gap: 12px;
}

.register-section__number {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    border: 1px solid #c9d8e4;
    border-radius: 4px;
    color: #245fd7;
    background: #f4f7fc;
    font-size: 12px;
    font-weight: 600;
}

.register-section__heading h3 {
    margin: 0 0 2px;
    color: #1d3546;
    font-size: 17px;
    font-weight: 570;
}

.register-section__heading p {
    margin: 0;
    color: #7b8b95;
    font-size: 13px;
}

.register-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.register-field {
    min-width: 0;
}

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

.register-field label {
    display: block;
    margin: 0 0 7px;
    color: #314b5c;
    font-size: 13px;
    font-weight: 550;
}

.register-field input,
.register-field select {
    width: 100%;
    min-height: 50px;
    padding: 0 13px;
    border: 1px solid #ccd8df;
    border-radius: 4px;
    outline: 0;
    color: #173044;
    background: #fff;
    font: inherit;
    font-size: 15px;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.register-field input:focus,
.register-field select:focus {
    border-color: #2463eb;
    box-shadow: 0 0 0 3px rgba(36, 99, 235, .09);
}

.register-field input::placeholder {
    color: #9aa6ae;
}

.register-field small {
    display: block;
    margin-top: 6px;
    color: #80909a;
    font-size: 12px;
    line-height: 1.5;
}

.register-password {
    position: relative;
}

.register-password input {
    padding-right: 62px;
}

.register-password .field__action {
    position: absolute;
    top: 50%;
    right: 10px;
    padding: 6px;
    border: 0;
    color: #2463eb;
    background: transparent;
    font-size: 12px;
    font-weight: 560;
    transform: translateY(-50%);
}

.register-plan-comparison {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.register-plan {
    position: relative;
    min-width: 0;
    padding: 15px;
    border: 1px solid #d2dde4;
    border-radius: 5px;
    background: #fff;
}

.register-plan--selected {
    border-color: #8eabe3;
    background: #f6f9ff;
    box-shadow: inset 0 3px 0 #2463eb;
}

.register-plan__label {
    display: block;
    margin-bottom: 11px;
    color: #2456b6;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.register-plan h4 {
    margin: 0 0 5px;
    color: #1c3850;
    font-size: 17px;
    font-weight: 570;
}

.register-plan__price {
    display: block;
    margin-bottom: 10px;
    color: #153149;
    font-size: 25px;
    font-weight: 550;
}

.register-plan__price span {
    color: #718590;
    font-size: 12px;
    font-weight: 440;
}

.register-plan p {
    min-height: 39px;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid #e0e7ec;
    color: #647b8b;
    font-size: 13px;
    line-height: 1.5;
}

.register-plan--selected p {
    border-color: #d9e4f3;
}

.register-plan__status {
    display: inline-flex;
    min-height: 27px;
    margin-top: 12px;
    padding: 0 8px;
    align-items: center;
    border: 1px solid #d0dce4;
    border-radius: 4px;
    color: #587080;
    background: #f8fafb;
    font-size: 12px;
    font-weight: 560;
}

.register-plan--selected .register-plan__status {
    border-color: #b8cbed;
    color: #2459c3;
    background: #fff;
}

.register-plan-note {
    margin: 11px 0 0;
    color: #6e818d;
    font-size: 13px;
    line-height: 1.55;
}

.register-consent {
    display: flex;
    margin: 20px 0;
    align-items: flex-start;
    gap: 10px;
    color: #5f7482;
    font-size: 13px;
    line-height: 1.5;
}

.register-consent input {
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    flex: 0 0 17px;
    accent-color: #2463eb;
}

.register-card .primary-button {
    width: 100%;
    min-height: 52px;
    border-radius: 4px;
    font-size: 14px;
}

.register-card .flash {
    border-radius: 4px;
    font-size: 13px;
}

.register-security {
    display: grid;
    margin-top: 16px;
    padding: 13px;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: 11px;
    border: 1px solid #dce5ea;
    border-radius: 4px;
    color: #667b88;
    background: #f8fafb;
    font-size: 12px;
    line-height: 1.45;
}

.register-security > span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid #bfe0d1;
    border-radius: 4px;
    color: #16855c;
    background: #edf9f4;
}

.register-security strong {
    display: block;
    margin-bottom: 2px;
    color: #2d4656;
    font-weight: 570;
}

.register-unavailable {
    padding: 22px;
    border: 1px solid #e1c98f;
    border-radius: 4px;
    color: #785513;
    background: #fff9ec;
    font-size: 14px;
    line-height: 1.6;
}

.register-unavailable strong {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.register-unavailable a {
    color: #245fd7;
    font-weight: 560;
}

.register-trap {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 1120px) {
    .register-shell {
        grid-template-columns: 390px minmax(590px, 1fr);
    }

    .register-story {
        padding-inline: 34px;
    }

    .register-story__proof {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .register-story__proof div,
    .register-story__proof div + div {
        padding: 0 0 0 14px;
        border-right: 0;
        border-left: 1px solid rgba(255, 255, 255, .12);
    }
}

@media (max-width: 960px) {
    .register-shell {
        display: block;
    }

    .register-story {
        display: none;
    }

    .register-panel {
        padding-top: 28px;
    }

    .register-panel__mobile-brand {
        display: block;
        width: min(100%, 760px);
        margin: 0 auto 50px;
    }
}

@media (max-width: 640px) {
    .register-panel {
        padding: 24px 20px;
    }

    .register-card__intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .register-card__intro h2 {
        font-size: 31px;
    }

    .register-grid {
        grid-template-columns: 1fr;
    }

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

    .register-plan-comparison {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .register-field input,
    .register-field select,
    .register-card .primary-button {
        transition: none;
    }
}