/* BCaly 4.0.1 — Ambassador Welcome Experience */

.ambassador-auth-v401 {
    --auth-navy: #0b0c1d;
    --auth-navy-soft: #14152d;
    --auth-ink: #17172b;
    --auth-muted: #6f7185;
    --auth-line: #e6e7ef;
    --auth-purple: #7057ff;
    --auth-purple-dark: #5a3ff0;
    --auth-pink: #ff5f91;
    --auth-mint: #42d5b7;
    min-width: 320px;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    color: var(--auth-ink);
    background: #f5f6fa;
    font: 500 16px/1.55 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.ambassador-auth-v401 *,
.ambassador-auth-v401 *::before,
.ambassador-auth-v401 *::after {
    box-sizing: border-box;
}

.ambassador-auth-v401 a,
.ambassador-auth-v401 button,
.ambassador-auth-v401 input {
    font: inherit;
}

.ambassador-auth-v401 a {
    color: inherit;
}

.ambassador-auth-v401 .skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    color: #fff;
    background: var(--auth-purple);
    transform: translateY(-180%);
    transition: transform .18s ease;
}

.ambassador-auth-v401 .skip-link:focus {
    transform: none;
}

.ambassador-auth-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(460px, .92fr);
    min-height: 100vh;
    min-height: 100dvh;
}

.ambassador-auth-story {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(28px, 4.2vw, 68px);
    color: #fff;
    background:
        radial-gradient(circle at 10% 95%, rgba(112, 87, 255, .34), transparent 35%),
        radial-gradient(circle at 93% 12%, rgba(255, 95, 145, .22), transparent 32%),
        linear-gradient(145deg, var(--auth-navy) 0%, #11122a 58%, #21194a 125%);
}

.ambassador-auth-story::before {
    position: absolute;
    z-index: -1;
    top: -360px;
    right: -320px;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    box-shadow:
        0 0 0 72px rgba(255, 255, 255, .018),
        0 0 0 144px rgba(255, 255, 255, .012);
    content: "";
}

.ambassador-auth-story::after {
    position: absolute;
    z-index: -1;
    right: 7%;
    bottom: 8%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(112, 87, 255, .34), transparent 68%);
    filter: blur(10px);
    content: "";
}

.ambassador-auth-brandbar,
.ambassador-auth-brand,
.ambassador-auth-brand-copy,
.ambassador-auth-locale,
.ambassador-auth-locale a,
.ambassador-auth-trust,
.ambassador-auth-feature,
.ambassador-auth-panel-brand,
.ambassador-auth-panel-brand > span,
.ambassador-auth-panel-kicker,
.ambassador-auth-input,
.ambassador-auth-password-actions,
.ambassador-auth-security-note,
.ambassador-auth-recovery summary,
.ambassador-auth-panel-footer,
.ambassador-auth-terms-title {
    display: flex;
    align-items: center;
}

.ambassador-auth-brandbar {
    position: relative;
    z-index: 2;
    justify-content: space-between;
    gap: 20px;
}

.ambassador-auth-brand {
    gap: 13px;
    color: #fff;
    text-decoration: none;
}

.ambassador-auth-brand > img,
.ambassador-auth-panel-brand > span > img {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(85, 53, 232, .34);
}

.ambassador-auth-brand-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 1px;
}

.ambassador-auth-brand-copy strong {
    font-size: 1.06rem;
    font-weight: 850;
    letter-spacing: -.03em;
}

.ambassador-auth-brand-copy small {
    color: rgba(255, 255, 255, .54);
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ambassador-auth-locale {
    gap: 5px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 999px;
    background: rgba(255, 255, 255, .055);
    backdrop-filter: blur(16px);
}

.ambassador-auth-locale a {
    justify-content: center;
    min-width: 39px;
    min-height: 33px;
    padding: 0 10px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .55);
    font-size: .71rem;
    font-weight: 850;
    text-decoration: none;
    transition: color .18s ease, background .18s ease;
}

.ambassador-auth-locale a:hover,
.ambassador-auth-locale a.active {
    color: #fff;
    background: rgba(255, 255, 255, .13);
}

.ambassador-auth-story-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, .56fr);
    gap: clamp(30px, 4vw, 70px);
    align-items: end;
    width: 100%;
    max-width: 980px;
    margin: auto 0;
    padding: clamp(70px, 11vh, 130px) 0 clamp(48px, 8vh, 90px);
}

.ambassador-auth-copy {
    min-width: 0;
}

.ambassador-auth-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #c4baff;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.ambassador-auth-eyebrow::before {
    width: 26px;
    height: 1px;
    background: currentColor;
    content: "";
}

.ambassador-auth-copy h1 {
    max-width: 10.5ch;
    margin: 21px 0 24px;
    color: #fff;
    font-size: clamp(3.15rem, 5.35vw, 6.4rem);
    font-weight: 780;
    line-height: .91;
    letter-spacing: -.075em;
}

.ambassador-auth-copy h1 em {
    color: #b8adff;
    font-style: normal;
}

.ambassador-auth-copy > p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: clamp(1rem, 1.25vw, 1.15rem);
    line-height: 1.75;
}

.ambassador-auth-preview {
    position: relative;
    min-width: 0;
    padding: 19px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .045));
    box-shadow: 0 35px 80px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .08);
    backdrop-filter: blur(20px) saturate(130%);
    transform: translateY(14px) rotate(1deg);
}

.ambassador-auth-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 3px 2px 17px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.ambassador-auth-preview-head span {
    color: rgba(255, 255, 255, .48);
    font-size: .64rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ambassador-auth-preview-head i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--auth-mint);
    box-shadow: 0 0 0 5px rgba(66, 213, 183, .12), 0 0 18px rgba(66, 213, 183, .55);
}

.ambassador-auth-preview-list {
    display: grid;
    gap: 9px;
    margin-top: 14px;
}

.ambassador-auth-preview-list > div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    min-width: 0;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 14px;
    background: rgba(6, 7, 20, .24);
}

.ambassador-auth-preview-list b {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: #d4ceff;
    background: rgba(112, 87, 255, .18);
    font-size: .85rem;
}

.ambassador-auth-preview-list strong,
.ambassador-auth-preview-list small {
    display: block;
    min-width: 0;
}

.ambassador-auth-preview-list strong {
    overflow: hidden;
    color: #fff;
    font-size: .77rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ambassador-auth-preview-list small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .43);
    font-size: .65rem;
}

.ambassador-auth-preview-list em {
    color: #77e5cc;
    font-size: .61rem;
    font-style: normal;
    font-weight: 850;
}

.ambassador-auth-trust {
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    gap: 12px 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.ambassador-auth-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .58);
    font-size: .73rem;
    font-weight: 700;
}

.ambassador-auth-trust svg {
    width: 17px;
    height: 17px;
    color: #8b7aff;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.ambassador-auth-panel {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    padding: clamp(28px, 5vw, 78px);
    background:
        radial-gradient(circle at 100% 0, rgba(112, 87, 255, .065), transparent 27%),
        #fff;
}

.ambassador-auth-panel-inner {
    width: min(480px, 100%);
    min-width: 0;
}

.ambassador-auth-panel-brand {
    display: none;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 42px;
}

.ambassador-auth-panel-brand > span {
    gap: 11px;
}

.ambassador-auth-panel-brand > span strong,
.ambassador-auth-panel-brand > span small {
    display: block;
}

.ambassador-auth-panel-brand > span strong {
    font-size: 1rem;
}

.ambassador-auth-panel-brand > span small {
    color: var(--auth-muted);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ambassador-auth-panel-brand .ambassador-auth-locale {
    border-color: var(--auth-line);
    background: #f6f5fb;
}

.ambassador-auth-panel-brand .ambassador-auth-locale a {
    color: var(--auth-muted);
}

.ambassador-auth-panel-brand .ambassador-auth-locale a:hover,
.ambassador-auth-panel-brand .ambassador-auth-locale a.active {
    color: var(--auth-purple-dark);
    background: #ebe8ff;
}

.ambassador-auth-panel-kicker {
    gap: 8px;
    color: var(--auth-purple-dark);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ambassador-auth-panel-kicker i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--auth-mint);
    box-shadow: 0 0 0 5px rgba(66, 213, 183, .13);
}

.ambassador-auth-panel h2 {
    margin: 17px 0 11px;
    color: var(--auth-ink);
    font-size: clamp(2.15rem, 3.5vw, 3.35rem);
    font-weight: 780;
    line-height: .99;
    letter-spacing: -.06em;
}

.ambassador-auth-panel-lead {
    max-width: 430px;
    margin: 0 0 31px;
    color: var(--auth-muted);
    font-size: .97rem;
    line-height: 1.7;
}

.ambassador-auth-v401 .alert {
    margin: 0 0 19px;
    padding: 14px 16px;
    border: 1px solid;
    border-radius: 14px;
    box-shadow: none;
    font-size: .88rem;
    line-height: 1.5;
}

.ambassador-auth-v401 .alert.error {
    color: #a72b44;
    border-color: #f5ccd5;
    background: #fff2f5;
}

.ambassador-auth-v401 .alert.success {
    color: #137153;
    border-color: #c9ebdf;
    background: #effbf7;
}

.ambassador-auth-v401 .form-group {
    min-width: 0;
    margin: 0 0 18px;
}

.ambassador-auth-v401 .form-group label {
    display: block;
    margin: 0 0 8px;
    color: #45465a;
    font-size: .79rem;
    font-weight: 800;
    letter-spacing: .015em;
    text-transform: none;
}

.ambassador-auth-input {
    position: relative;
    min-width: 0;
}

.ambassador-auth-input > svg {
    position: absolute;
    z-index: 2;
    left: 16px;
    width: 19px;
    height: 19px;
    color: #9899aa;
    pointer-events: none;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.ambassador-auth-v401 .ambassador-auth-input input {
    width: 100%;
    height: 56px;
    min-width: 0;
    padding: 0 48px;
    border: 1px solid #dfe0e9;
    border-radius: 15px;
    outline: 0;
    color: var(--auth-ink);
    background: #fbfbfd;
    font-size: 1rem;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ambassador-auth-v401 .ambassador-auth-input input::placeholder {
    color: #aaabb8;
}

.ambassador-auth-v401 .ambassador-auth-input input:hover {
    border-color: #cccedb;
    background: #fff;
}

.ambassador-auth-v401 .ambassador-auth-input input:focus {
    border-color: rgba(112, 87, 255, .65);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(112, 87, 255, .105), 0 10px 26px rgba(40, 31, 94, .07);
}

.ambassador-auth-password-actions {
    position: absolute;
    z-index: 3;
    right: 8px;
    gap: 4px;
}

.ambassador-auth-password-toggle {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 11px;
    color: #77798e;
    background: transparent;
    cursor: pointer;
}

.ambassador-auth-password-toggle:hover {
    color: var(--auth-purple-dark);
    background: #efedff;
}

.ambassador-auth-password-toggle svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.ambassador-auth-submit {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 56px;
    margin-top: 7px;
    padding: 13px 22px;
    border: 0;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--auth-purple-dark), #7e62ff 58%, #9b67f8);
    box-shadow: 0 17px 36px rgba(91, 62, 231, .24), inset 0 1px rgba(255, 255, 255, .25);
    font-size: .94rem;
    font-weight: 850;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease;
}

.ambassador-auth-submit::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, .22) 48%, transparent 76%);
    content: "";
    pointer-events: none;
    transform: translateX(-130%);
    transition: transform .65s ease;
}

.ambassador-auth-submit:hover {
    box-shadow: 0 20px 42px rgba(91, 62, 231, .31), inset 0 1px rgba(255, 255, 255, .25);
    transform: translateY(-1px);
}

.ambassador-auth-submit:hover::after {
    transform: translateX(130%);
}

.ambassador-auth-submit svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.ambassador-auth-security-note {
    justify-content: center;
    gap: 8px;
    margin: 14px 0 0;
    color: #9293a2;
    font-size: .71rem;
    text-align: center;
}

.ambassador-auth-security-note svg {
    width: 15px;
    height: 15px;
    color: #5fbba8;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.ambassador-auth-recovery {
    margin-top: 25px;
    border: 1px solid var(--auth-line);
    border-radius: 17px;
    background: #fff;
}

.ambassador-auth-recovery[open] {
    border-color: #d8d3f7;
    box-shadow: 0 18px 42px rgba(35, 28, 78, .07);
}

.ambassador-auth-recovery summary {
    position: relative;
    gap: 12px;
    min-height: 64px;
    padding: 12px 46px 12px 14px;
    color: #37384b;
    cursor: pointer;
    list-style: none;
}

.ambassador-auth-recovery summary::-webkit-details-marker {
    display: none;
}

.ambassador-auth-recovery summary::after {
    position: absolute;
    right: 19px;
    color: #88899a;
    font-size: 1.15rem;
    content: "⌄";
    transition: transform .18s ease;
}

.ambassador-auth-recovery[open] summary::after {
    transform: rotate(180deg);
}

.ambassador-auth-recovery summary > span:first-child {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: var(--auth-purple-dark);
    background: #efedff;
}

.ambassador-auth-recovery summary svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.ambassador-auth-recovery summary strong,
.ambassador-auth-recovery summary small {
    display: block;
}

.ambassador-auth-recovery summary strong {
    font-size: .85rem;
}

.ambassador-auth-recovery summary small {
    margin-top: 2px;
    color: var(--auth-muted);
    font-size: .71rem;
}

.ambassador-auth-recovery-body {
    padding: 18px;
    border-top: 1px solid var(--auth-line);
    background: #fbfbfd;
    border-radius: 0 0 17px 17px;
}

.ambassador-auth-recovery-body .form-group {
    margin-bottom: 13px;
}

.ambassador-auth-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 49px;
    padding: 10px 18px;
    border: 1px solid #d9d9e4;
    border-radius: 13px;
    color: #343548;
    background: #fff;
    font-size: .84rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.ambassador-auth-secondary:hover {
    color: var(--auth-purple-dark);
    border-color: #c9c2f3;
    background: #f8f7ff;
}

.ambassador-auth-panel-footer {
    justify-content: space-between;
    gap: 20px;
    margin-top: 29px;
    padding-top: 24px;
    border-top: 1px solid var(--auth-line);
    color: var(--auth-muted);
    font-size: .76rem;
}

.ambassador-auth-panel-footer a {
    color: var(--auth-purple-dark);
    font-weight: 800;
    text-decoration: none;
}

.ambassador-auth-panel-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ambassador-auth-security-card {
    margin: 6px 0 23px;
    padding: 18px;
    border: 1px solid #d9d5f5;
    border-radius: 17px;
    background: linear-gradient(145deg, #f7f5ff, #fff);
}

.ambassador-auth-security-card > span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
    border-radius: 14px;
    color: var(--auth-purple-dark);
    background: #eae7ff;
}

.ambassador-auth-security-card svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.ambassador-auth-security-card strong {
    display: block;
    font-size: .92rem;
}

.ambassador-auth-security-card p {
    margin: 6px 0 0;
    color: var(--auth-muted);
    font-size: .79rem;
    line-height: 1.6;
}

.ambassador-auth-code input {
    padding: 0 18px !important;
    text-align: center;
    font-size: 1.35rem !important;
    font-weight: 780;
    letter-spacing: .34em;
}

.ambassador-auth-inline-form {
    margin-top: 11px;
}

.ambassador-auth-inline-form button {
    width: 100%;
    padding: 8px;
    border: 0;
    color: var(--auth-muted);
    background: transparent;
    font-size: .76rem;
    font-weight: 750;
    cursor: pointer;
}

.ambassador-auth-inline-form button:hover {
    color: var(--auth-purple-dark);
}

.ambassador-auth-terms {
    margin: 22px 0;
    padding: 18px;
    border: 1px solid #dedbf2;
    border-radius: 17px;
    background: linear-gradient(145deg, #f8f7ff, #fff);
}

.ambassador-auth-terms-title {
    gap: 10px;
    color: var(--auth-ink);
    font-size: .84rem;
}

.ambassador-auth-terms-title span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    color: var(--auth-purple-dark);
    background: #eae7ff;
}

.ambassador-auth-terms p {
    margin: 13px 0 0;
    color: var(--auth-muted);
    font-size: .77rem;
    line-height: 1.65;
}

.ambassador-auth-terms p strong {
    color: var(--auth-ink);
}

.ambassador-auth-checkbox {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--auth-line);
    color: #4b4c5e;
    font-size: .78rem;
    line-height: 1.5;
    cursor: pointer;
}

.ambassador-auth-checkbox input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: var(--auth-purple-dark);
}

.ambassador-auth-invalid {
    padding: 22px;
    border: 1px solid #efcbd3;
    border-radius: 18px;
    background: #fff5f7;
}

.ambassador-auth-invalid h3 {
    margin: 0 0 7px;
    color: #8c2940;
    font-size: 1.05rem;
}

.ambassador-auth-invalid p {
    margin: 0 0 17px;
    color: #7c6570;
    font-size: .82rem;
}

.ambassador-auth-v401 :focus-visible {
    outline: 3px solid rgba(112, 87, 255, .42);
    outline-offset: 3px;
}

@media (max-width: 1180px) {
    .ambassador-auth-shell {
        grid-template-columns: minmax(0, 1fr) minmax(430px, .88fr);
    }

    .ambassador-auth-story-content {
        grid-template-columns: 1fr;
    }

    .ambassador-auth-preview {
        width: min(420px, 88%);
        transform: none;
    }
}

@media (max-width: 930px) {
    .ambassador-auth-shell {
        grid-template-columns: 1fr;
    }

    .ambassador-auth-story {
        min-height: auto;
        padding: 28px clamp(22px, 6vw, 58px) 36px;
    }

    .ambassador-auth-story .ambassador-auth-locale {
        display: none;
    }

    .ambassador-auth-story-content {
        display: block;
        padding: 76px 0 58px;
    }

    .ambassador-auth-copy h1 {
        max-width: 13ch;
        font-size: clamp(3rem, 9.5vw, 5rem);
    }

    .ambassador-auth-copy > p {
        max-width: 660px;
    }

    .ambassador-auth-preview {
        display: none;
    }

    .ambassador-auth-panel {
        padding: 56px clamp(22px, 8vw, 80px) 70px;
    }

    .ambassador-auth-panel-inner {
        width: min(580px, 100%);
    }

    .ambassador-auth-panel-brand {
        display: flex;
    }
}

@media (max-width: 600px) {
    .ambassador-auth-story {
        padding: 22px 20px 29px;
    }

    .ambassador-auth-brand > img {
        width: 42px;
        height: 42px;
    }

    .ambassador-auth-brand-copy strong {
        font-size: .98rem;
    }

    .ambassador-auth-brand-copy small {
        font-size: .61rem;
    }

    .ambassador-auth-story-content {
        padding: 58px 0 38px;
    }

    .ambassador-auth-eyebrow {
        font-size: .65rem;
    }

    .ambassador-auth-copy h1 {
        margin-top: 16px;
        font-size: clamp(2.7rem, 14.5vw, 4.25rem);
    }

    .ambassador-auth-copy > p {
        font-size: .94rem;
    }

    .ambassador-auth-trust {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
        padding-top: 18px;
    }

    .ambassador-auth-panel {
        display: block;
        padding: 35px 20px 48px;
    }

    .ambassador-auth-panel-brand {
        margin-bottom: 39px;
    }

    .ambassador-auth-panel-brand > span > img {
        width: 41px;
        height: 41px;
    }

    .ambassador-auth-panel h2 {
        font-size: 2.25rem;
    }

    .ambassador-auth-panel-lead {
        margin-bottom: 27px;
        font-size: .91rem;
    }

    .ambassador-auth-panel-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

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