.amx-become-professional {
    --amx-bp-ink: #172033;
    --amx-bp-strong: #07111f;
    --amx-bp-muted: #657287;
    --amx-bp-soft: #f4f7fb;
    --amx-bp-panel: #ffffff;
    --amx-bp-line: #d8e0ea;
    --amx-bp-line-strong: #bdc8d8;
    --amx-bp-blue: #0a5dfe;
    --amx-bp-blue-dark: #084bd0;
    --amx-bp-emerald: #0e8f6a;
    --amx-bp-gold: #b58118;
    --amx-bp-coral: #d84b3f;
    --amx-bp-hero-start: #081313;
    --amx-bp-hero-mid: #12382f;
    --amx-bp-hero-end: #2f2a1f;
    --amx-bp-shadow: 0 18px 44px rgba(23, 32, 51, 0.1);
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    color: var(--amx-bp-ink);
    background: var(--amx-bp-soft);
    overflow: hidden;
}

.amx-become-professional,
.amx-become-professional *,
.amx-become-professional *::before,
.amx-become-professional *::after {
    box-sizing: border-box;
    letter-spacing: 0;
}

.amx-become-professional a {
    color: inherit;
}

.amx-bp-hero {
    position: relative;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 54px 54px,
        linear-gradient(0deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 54px 54px,
        linear-gradient(135deg, var(--amx-bp-hero-start) 0%, var(--amx-bp-hero-mid) 60%, var(--amx-bp-hero-end) 100%);
    overflow: hidden;
}

.amx-bp-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--amx-bp-emerald), var(--amx-bp-blue), var(--amx-bp-gold));
}

.amx-bp-hero__inner,
.amx-become-professional__shell {
    width: min(1180px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.amx-bp-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
    gap: 46px;
    align-items: center;
    min-height: 520px;
    padding: 70px 0 76px;
}

.amx-bp-hero__copy {
    min-width: 0;
    max-width: 690px;
}

.amx-bp-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 18px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    color: #dce8f7;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.amx-become-professional h1 {
    max-width: 660px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
}

.amx-bp-hero__copy p {
    max-width: 650px;
    margin: 20px 0 0;
    color: #d7e0eb;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.72;
    overflow-wrap: anywhere;
}

.amx-bp-hero__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.amx-bp-hero__signals span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    max-width: 100%;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: #f4f7fb;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    white-space: normal;
}

.amx-bp-hero__signals span::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--amx-bp-emerald);
}

.amx-bp-hero__visual {
    display: grid;
    gap: 16px;
    min-width: 0;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.092);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.amx-bp-visual__top,
.amx-bp-visual__footer {
    display: grid;
    gap: 4px;
    padding: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.11);
}

.amx-bp-visual__top span,
.amx-bp-visual__footer span {
    color: #c5d3e5;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.amx-bp-visual__top strong,
.amx-bp-visual__footer strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}

.amx-bp-profile-stack {
    display: grid;
    gap: 10px;
}

.amx-bp-profile-chip {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: center;
    min-height: 72px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: #ffffff;
    color: var(--amx-bp-ink);
}

.amx-bp-profile-chip img {
    grid-row: 1 / span 2;
    width: 36px;
    height: 36px;
    padding: 9px;
    border-radius: 8px;
    background: #eef5ff;
    image-rendering: auto;
}

.amx-bp-profile-chip span {
    color: var(--amx-bp-strong);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
}

.amx-bp-profile-chip small {
    color: var(--amx-bp-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.amx-become-professional__shell {
    padding: 46px 0 80px;
}

.amx-bp-notice,
.amx-bp-signed-in,
.amx-become-professional__form {
    width: min(1080px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.amx-bp-notice {
    margin-bottom: 20px;
    padding: 15px 18px;
    border: 1px solid rgba(216, 75, 63, 0.28);
    border-left: 5px solid var(--amx-bp-coral);
    border-radius: 8px;
    color: #7d2018;
    background: #fff4f2;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.amx-bp-notice--success {
    border-color: rgba(14, 143, 106, 0.26);
    border-left-color: var(--amx-bp-emerald);
    color: #07533f;
    background: #effbf7;
}

.amx-become-professional__form {
    display: grid;
    gap: 22px;
}

.amx-bp-section,
.amx-bp-actions,
.amx-bp-signed-in {
    border: 1px solid var(--amx-bp-line);
    border-radius: 8px;
    background: var(--amx-bp-panel);
    box-shadow: var(--amx-bp-shadow);
}

.amx-bp-section {
    padding: 28px;
    scroll-margin-top: 110px;
}

.amx-bp-section__header {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin-bottom: 24px;
}

.amx-bp-section__header > span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #c8d6e8;
    border-radius: 8px;
    color: #24415f;
    background: #f4f8fd;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.amx-bp-section__header h2 {
    margin: 0;
    color: var(--amx-bp-strong);
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
}

.amx-bp-type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.amx-bp-type-option {
    display: block;
    margin: 0;
    cursor: pointer;
}

.amx-bp-type-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.amx-bp-type-card {
    display: grid;
    gap: 13px;
    min-height: 188px;
    padding: 18px;
    border: 1px solid var(--amx-bp-line);
    border-radius: 8px;
    background: #ffffff;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.amx-bp-type-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.amx-bp-type-card__head img {
    width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 8px;
    background: #eef5ff;
}

.amx-bp-type-card__mark {
    width: 24px;
    height: 24px;
    border: 2px solid #aeb9c8;
    border-radius: 50%;
    background: #ffffff;
}

.amx-bp-type-card strong {
    color: var(--amx-bp-strong);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.amx-bp-type-card small {
    color: var(--amx-bp-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

.amx-bp-type-option:hover .amx-bp-type-card {
    transform: translateY(-2px);
    border-color: var(--amx-bp-line-strong);
}

.amx-bp-type-option input:checked + .amx-bp-type-card {
    border-color: var(--amx-bp-blue);
    box-shadow: 0 16px 34px rgba(10, 93, 254, 0.14);
}

.amx-bp-type-option input:checked + .amx-bp-type-card .amx-bp-type-card__mark {
    border-color: var(--amx-bp-blue);
    box-shadow: inset 0 0 0 5px #ffffff;
    background: var(--amx-bp-blue);
}

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

.amx-bp-upload-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amx-bp-grid label,
.amx-bp-upload-grid label,
.amx-bp-terms {
    display: grid;
    gap: 8px;
    margin: 0;
}

.amx-bp-grid label span,
.amx-bp-upload-grid label span {
    color: #263444;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3;
}

.amx-bp-grid input,
.amx-bp-grid textarea,
.amx-bp-upload-grid input {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid var(--amx-bp-line);
    border-radius: 8px;
    outline: none;
    background: #ffffff;
    color: var(--amx-bp-ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.amx-bp-grid textarea {
    min-height: 118px;
    resize: vertical;
}

.amx-bp-upload-grid input[type="file"] {
    padding: 12px;
    background: #f7f9fc;
    font-size: 13px;
}

.amx-bp-grid input:focus,
.amx-bp-grid textarea:focus,
.amx-bp-upload-grid input:focus,
.amx-bp-type-option input:focus-visible + .amx-bp-type-card,
.amx-bp-terms input:focus-visible {
    border-color: var(--amx-bp-blue);
    box-shadow: 0 0 0 3px rgba(10, 93, 254, 0.13);
}

.amx-bp-grid__wide {
    grid-column: 1 / -1;
}

.amx-bp-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 16px 24px;
    align-items: start;
    padding: 24px 28px;
    overflow: hidden;
}

.amx-bp-terms {
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    color: var(--amx-bp-muted);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.amx-bp-terms input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--amx-bp-blue);
}

.amx-bp-terms a {
    color: var(--amx-bp-blue);
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.amx-bp-recaptcha {
    display: flex;
    grid-column: 1;
    align-items: center;
    justify-content: flex-start;
    min-height: 78px;
    overflow: hidden;
}

.amx-bp-submit,
.amx-bp-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.amx-bp-submit {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0 24px;
    border: 0;
    color: #ffffff;
    background: var(--amx-bp-blue);
    box-shadow: 0 16px 28px rgba(10, 93, 254, 0.24);
    cursor: pointer;
    text-align: center;
    white-space: normal;
}

.amx-bp-submit:hover,
.amx-bp-submit:focus-visible {
    color: #ffffff;
    background: var(--amx-bp-blue-dark);
}

.amx-bp-secondary {
    min-width: 140px;
    padding: 0 18px;
    border: 1px solid var(--amx-bp-line);
    color: #2a3b51;
    background: #ffffff;
}

.amx-bp-secondary:hover,
.amx-bp-secondary:focus-visible {
    border-color: rgba(10, 93, 254, 0.34);
    color: var(--amx-bp-blue);
    background: #f3f7ff;
}

.amx-bp-signed-in {
    padding: 30px;
}

.amx-bp-signed-in p {
    max-width: 760px;
    margin: 0;
    color: var(--amx-bp-muted);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.72;
}

.amx-bp-signed-in__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.amx-bp-signed-in .amx-bp-submit {
    grid-column: auto;
    grid-row: auto;
}

@media (max-width: 1020px) {
    .amx-bp-hero__inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 48px 0 58px;
    }

    .amx-bp-hero__copy {
        max-width: none;
    }

    .amx-become-professional h1 {
        max-width: none;
        font-size: clamp(36px, 5.6vw, 46px);
    }

    .amx-bp-hero__visual {
        width: 100%;
        max-width: 620px;
    }

    .amx-bp-type-grid,
    .amx-bp-upload-grid {
        grid-template-columns: 1fr;
    }

    .amx-bp-actions {
        grid-template-columns: 1fr;
    }

    .amx-bp-submit,
    .amx-bp-recaptcha,
    .amx-bp-terms {
        grid-column: 1;
        grid-row: auto;
    }

    .amx-bp-submit {
        width: 100%;
        max-width: 420px;
        justify-self: start;
    }
}

@media (max-width: 760px) {
    .amx-bp-hero__inner,
    .amx-become-professional__shell {
        width: min(100% - 24px, 1180px);
    }

    .amx-bp-hero__inner {
        padding: 34px 0 42px;
    }

    .amx-become-professional h1 {
        font-size: clamp(30px, 8vw, 38px);
        line-height: 1.08;
    }

    .amx-bp-hero__copy p {
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.58;
    }

    .amx-bp-hero__signals {
        gap: 8px;
        margin-top: 20px;
    }

    .amx-bp-hero__signals span {
        min-height: 0;
        padding: 9px 11px;
    }

    .amx-become-professional__shell {
        padding: 30px 0 58px;
    }

    .amx-bp-section,
    .amx-bp-actions,
    .amx-bp-signed-in {
        padding: 22px 18px;
    }

    .amx-bp-section__header {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .amx-bp-section__header h2 {
        font-size: 22px;
    }

    .amx-bp-grid,
    .amx-bp-actions {
        grid-template-columns: 1fr;
    }

    .amx-bp-submit,
    .amx-bp-recaptcha,
    .amx-bp-terms {
        grid-column: 1;
        grid-row: auto;
    }

    .amx-bp-submit {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 430px) {
    .amx-become-professional h1 {
        max-width: none;
        font-size: clamp(28px, 8vw, 34px);
        line-height: 1.08;
        white-space: normal;
    }

    .amx-bp-kicker,
    .amx-bp-hero__signals span {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
    }

    .amx-bp-kicker {
        min-height: 0;
        padding: 8px 10px;
        line-height: 1.25;
        white-space: normal;
    }

    .amx-bp-hero__visual {
        gap: 10px;
        padding: 12px;
    }

    .amx-bp-visual__top,
    .amx-bp-visual__footer {
        padding: 12px;
    }

    .amx-bp-profile-chip {
        grid-template-columns: 34px minmax(0, 1fr);
        min-height: 64px;
        padding: 12px;
    }

    .amx-bp-profile-chip img {
        width: 32px;
        height: 32px;
        padding: 8px;
    }

    .amx-bp-recaptcha {
        justify-content: flex-start;
    }

    .amx-bp-recaptcha .amx-g-recaptcha {
        width: 304px;
        min-height: 78px;
        transform: scale(0.9);
        transform-origin: left center;
    }
}

@media (max-width: 350px) {
    .amx-become-professional h1 {
        font-size: 22px;
    }

    .amx-bp-recaptcha .amx-g-recaptcha {
        transform: scale(0.8);
    }
}
