@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --ob-ink: #171319;
    --ob-ink-soft: #2c252e;
    --ob-paper: #f4f1ed;
    --ob-surface: #ffffff;
    --ob-surface-soft: #faf9f7;
    --ob-line: #e8e3e5;
    --ob-line-strong: #d8d1d5;
    --ob-muted: #746d76;
    --ob-red: #d8202c;
    --ob-red-dark: #b81722;
    --ob-red-soft: #fff0f1;
    --ob-yellow: #f7bd17;
    --ob-green: #087a5f;
    --ob-green-soft: #eaf7f2;
    --ob-shadow: 0 20px 60px rgba(29, 20, 29, .09);
    --ob-display: "Manrope", "Plus Jakarta Sans", system-ui, sans-serif;
    --ob-body: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wpos-onboarding-page,
.wpos-login-page {
    margin: 0;
    min-height: 100vh;
    color: var(--ob-ink) !important;
    background: var(--ob-paper) !important;
    font-family: var(--ob-body) !important;
    -webkit-font-smoothing: antialiased;
}

.wpos-onboarding-page { overflow-x: hidden; }

.wpos-onboarding-page *,
.wpos-login-page * {
    box-sizing: border-box;
    font-family: inherit !important;
}

.wpos-onboarding-page button,
.wpos-onboarding-page input,
.wpos-onboarding-page select,
.wpos-onboarding-page textarea,
.wpos-login-page button,
.wpos-login-page input,
.wpos-login-page select {
    font: inherit;
}

.wpos-onboarding-page :focus-visible,
.wpos-login-page :focus-visible {
    outline: 3px solid rgba(216, 32, 44, .2);
    outline-offset: 2px;
}

[hidden] { display: none !important; }

.onboarding-shell { min-height: 100vh; }

.onboarding-topbar {
    position: relative;
    z-index: 20;
    min-height: 76px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    padding: 12px clamp(22px, 4vw, 64px);
    border-bottom: 1px solid rgba(36, 27, 36, .09);
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(18px) saturate(1.15);
}

.brand-link { display: inline-flex; width: fit-content; }
.brand-link img { width: 132px; height: 44px; object-fit: contain; object-position: left center; }
.topbar-assurance { display: flex; align-items: center; gap: 9px; color: #5f5761; font-size: 12px; font-weight: 700; }
.assurance-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ob-green); box-shadow: 0 0 0 5px rgba(8, 122, 95, .1); }
.quiet-link { justify-self: end; color: var(--ob-muted); text-decoration: none; font-size: 13px; }
.quiet-link strong { color: var(--ob-red); }
.quiet-link:hover strong { color: var(--ob-red-dark); }

.onboarding-main {
    min-height: calc(100vh - 76px);
    display: grid;
    grid-template-columns: minmax(330px, 420px) minmax(0, 1fr);
}

.journey-panel {
    position: sticky;
    top: 0;
    height: calc(100vh - 76px);
    overflow: auto;
    display: flex;
    flex-direction: column;
    padding: clamp(48px, 6vh, 78px) clamp(32px, 4vw, 58px) 34px;
    color: #fff;
    background:
        radial-gradient(circle at 96% 0%, rgba(247, 189, 23, .18), transparent 19rem),
        radial-gradient(circle at 8% 78%, rgba(216, 32, 44, .17), transparent 22rem),
        linear-gradient(145deg, #171218 0%, #261a23 55%, #1a141b 100%);
}

.journey-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .16;
    background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.journey-panel > * { position: relative; z-index: 1; }
.eyebrow { display: block; margin-bottom: 18px; color: var(--ob-yellow); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.journey-intro h1 { margin: 0; max-width: 360px; font-family: var(--ob-display) !important; font-size: clamp(28px, 3vw, 40px); line-height: 1.12; letter-spacing: -.045em; }
.journey-intro p { margin: 18px 0 0; max-width: 350px; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.75; }

.journey-steps { list-style: none; margin: clamp(42px, 6vh, 70px) 0 0; padding: 0; }
.journey-steps li { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 15px; min-height: 76px; color: rgba(255,255,255,.42); transition: color .2s ease; }
.journey-steps li:not(:last-child)::before { content: ""; position: absolute; top: 34px; bottom: 0; left: 16px; width: 1px; background: rgba(255,255,255,.13); }
.journey-steps li > span { position: relative; z-index: 1; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: #211920; font-size: 10px; font-weight: 800; }
.journey-steps li strong { display: block; margin: 2px 0 5px; color: inherit; font-family: var(--ob-display) !important; font-size: 14px; }
.journey-steps li small { display: block; color: inherit; font-size: 11px; }
.journey-steps li.is-active { color: #fff; }
.journey-steps li.is-active > span { color: #fff; border-color: var(--ob-red); background: var(--ob-red); box-shadow: 0 0 0 6px rgba(216,32,44,.13); }
.journey-steps li.is-complete { color: rgba(255,255,255,.72); cursor: pointer; }
.journey-steps li.is-complete > span { color: #171319; border-color: var(--ob-yellow); background: var(--ob-yellow); font-size: 0; }
.journey-steps li.is-complete > span::after { content: "✓"; font-size: 13px; }

.trust-card { margin-top: auto; display: grid; grid-template-columns: 36px 1fr; gap: 13px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.055); }
.trust-icon { width: 32px; height: 32px; display: grid; place-items: center; color: #fff; border-radius: 10px; background: rgba(8,122,95,.78); font-weight: 800; }
.trust-card strong { display: block; margin: 1px 0 5px; font-size: 12px; }
.trust-card p { margin: 0; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.55; }

.onboarding-workspace { min-width: 0; padding: clamp(44px, 6vw, 82px) clamp(26px, 7vw, 104px) 0; background: var(--ob-surface-soft); }
.registration-form { width: min(850px, 100%); margin: 0 auto; }
.mobile-progress { display: none; }
.bot-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.form-alert { width: min(850px, 100%); margin: 0 auto 24px; display: grid; grid-template-columns: 32px 1fr; gap: 13px; align-items: start; padding: 15px 17px; border: 1px solid; border-radius: 16px; }
.form-alert > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; font-weight: 800; }
.form-alert strong { display: block; margin-bottom: 3px; font-size: 12px; }
.form-alert p { margin: 0; font-size: 12px; line-height: 1.55; }
.form-alert-danger { color: #971721; border-color: #f2c5c9; background: #fff1f2; }
.form-alert-danger > span { color: #fff; background: var(--ob-red); }

.form-step { animation: step-enter .3s ease both; }
@keyframes step-enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.step-heading { margin-bottom: 36px; }
.step-kicker { display: block; margin-bottom: 12px; color: var(--ob-red); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.step-heading h2 { margin: 0; max-width: 720px; font-family: var(--ob-display) !important; font-size: clamp(29px, 3.2vw, 43px); line-height: 1.12; letter-spacing: -.048em; }
.step-heading h2:focus { outline: none; }
.step-heading p { max-width: 690px; margin: 14px 0 0; color: var(--ob-muted); font-size: 14px; line-height: 1.7; }

.clean-fieldset { margin: 0 0 30px; padding: 0; border: 0; }
.section-label { width: 100%; margin-bottom: 13px; color: #554d57; font-size: 11px; font-weight: 800; letter-spacing: .03em; }
.billing-switch { width: fit-content; display: flex; gap: 4px; padding: 4px; border: 1px solid var(--ob-line); border-radius: 13px; background: #eeebe8; }
.billing-switch input { position: absolute; opacity: 0; pointer-events: none; }
.billing-switch span { display: block; padding: 10px 15px; border-radius: 9px; color: var(--ob-muted); font-size: 11px; font-weight: 700; cursor: pointer; }
.billing-switch em { color: var(--ob-green); font-style: normal; }
.billing-switch input:checked + span { color: var(--ob-ink); background: #fff; box-shadow: 0 3px 10px rgba(25,17,25,.07); }

.plan-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.plan-card { position: relative; min-height: 205px; display: flex; flex-direction: column; padding: 18px 16px 16px; border: 1px solid var(--ob-line); border-radius: 18px; background: #fff; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.plan-card:hover { transform: translateY(-2px); border-color: var(--ob-line-strong); box-shadow: 0 12px 30px rgba(28,19,28,.07); }
.plan-card.is-selected { border-color: var(--ob-red); box-shadow: 0 0 0 3px rgba(216,32,44,.08), 0 14px 34px rgba(28,19,28,.07); }
.plan-card input { position: absolute; opacity: 0; }
.plan-topline { display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.plan-topline strong { font-family: var(--ob-display) !important; font-size: 14px; }
.plan-topline em { padding: 4px 6px; color: var(--ob-red); border-radius: 5px; background: var(--ob-red-soft); font-size: 7px; font-style: normal; font-weight: 800; letter-spacing: .08em; }
.plan-price { display: flex; align-items: baseline; gap: 4px; margin: 18px 0 11px; }
.plan-price b { font-family: var(--ob-display) !important; font-size: 20px; letter-spacing: -.04em; }
.plan-price small { color: var(--ob-muted); font-size: 9px; }
.plan-description { color: var(--ob-muted); font-size: 10px; line-height: 1.55; }
.plan-capacity { margin-top: auto; padding-top: 13px; color: #4f4750; font-size: 9px; font-weight: 700; }
.plan-check { position: absolute; right: 13px; bottom: 13px; width: 19px; height: 19px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--ob-red); font-size: 10px; font-style: normal; opacity: 0; transform: scale(.75); transition: .18s ease; }
.plan-card.is-selected .plan-check { opacity: 1; transform: scale(1); }

.industry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.industry-card { position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 13px; align-items: start; min-height: 104px; padding: 16px; border: 1px solid var(--ob-line); border-radius: 16px; background: #fff; cursor: pointer; transition: .18s ease; }
.industry-card:hover:not(.is-disabled) { border-color: var(--ob-line-strong); transform: translateY(-1px); }
.industry-card.is-selected { border-color: var(--ob-red); box-shadow: 0 0 0 3px rgba(216,32,44,.07); }
.industry-card input { position: absolute; opacity: 0; }
.industry-symbol { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ob-red); border-radius: 11px; background: var(--ob-red-soft); font-family: var(--ob-display) !important; font-size: 13px; font-weight: 800; }
.industry-card strong { display: block; margin-bottom: 4px; font-family: var(--ob-display) !important; font-size: 12px; }
.industry-card small { display: block; min-height: 32px; color: var(--ob-muted); font-size: 9px; line-height: 1.5; }
.industry-card em { display: block; margin-top: 6px; color: var(--ob-green); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.industry-card.is-disabled { opacity: .47; cursor: not-allowed; filter: grayscale(.5); }
.industry-card.is-disabled em { color: var(--ob-muted); }

.field-grid { display: grid; gap: 22px; }
.field-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field-span-2 { grid-column: 1 / -1; }
.field-block label:not(.inline-choice):not(.upload-control) { display: block; margin: 0 0 8px; color: #49414b; font-size: 11px; font-weight: 800; }
.field-block label b, .consent-list b { color: var(--ob-red); }
.field-block > small, .field-block [data-password-match], .field-block [data-password-hint] { display: block; margin-top: 7px; color: #88808a; font-size: 9px; line-height: 1.45; }
.field-control,
.phone-control {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--ob-line-strong);
    border-radius: 13px;
    color: var(--ob-ink);
    background: #fff;
    box-shadow: 0 1px 0 rgba(25,17,25,.02);
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.field-control { padding: 0 15px; font-size: 12px; }
textarea.field-control { min-height: 88px; padding-block: 14px; resize: vertical; line-height: 1.55; }
select.field-control { padding-right: 36px; cursor: pointer; }
.field-control::placeholder, .phone-control input::placeholder { color: #aaa3ab; }
.field-control:hover:not(:disabled), .phone-control:hover { border-color: #c8c0c5; }
.field-control:focus, .phone-control:focus-within { outline: none; border-color: var(--ob-red); box-shadow: 0 0 0 4px rgba(216,32,44,.08); }
.field-control:disabled { color: #aaa3ab; background: #f2efed; cursor: not-allowed; }
.field-control.is-invalid { border-color: var(--ob-red); background: #fffafb; }
.phone-control { display: grid; grid-template-columns: auto 1fr; align-items: center; overflow: hidden; }
.phone-control span { align-self: stretch; display: grid; place-items: center; padding: 0 13px; color: #5a525b; border-right: 1px solid var(--ob-line); background: #f5f2ef; font-size: 11px; font-weight: 700; }
.phone-control input { min-width: 0; height: 50px; padding: 0 14px; border: 0; outline: 0; color: var(--ob-ink); background: transparent; font-size: 12px; }
.section-divider { margin: 34px 0 21px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 24px; border-top: 1px solid var(--ob-line); }
.section-divider span { font-family: var(--ob-display) !important; font-size: 15px; font-weight: 800; }
.section-divider small { color: var(--ob-green); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.postal-result { min-height: 70px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2px 14px; padding: 14px 16px; border: 1px solid #c8e8dc; border-radius: 14px; background: var(--ob-green-soft); }
.postal-result span { color: var(--ob-green); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.postal-result strong { grid-row: span 2; color: var(--ob-green); font-family: var(--ob-display) !important; font-size: 22px; }
.postal-result small { color: #467163; font-size: 9px; }

.inline-choice { display: flex; align-items: center; gap: 7px; margin-top: 8px; color: var(--ob-muted); font-size: 9px; cursor: pointer; }
.inline-choice input { accent-color: var(--ob-red); }
.password-control { position: relative; }
.password-control .field-control { padding-right: 66px; }
.password-control button { position: absolute; top: 50%; right: 8px; transform: translateY(-50%); padding: 8px 10px; border: 0; border-radius: 8px; color: var(--ob-red); background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }
.password-control button:hover { background: var(--ob-red-soft); }
.password-meter { height: 3px; margin: 8px 3px 0; overflow: hidden; border-radius: 4px; background: #e6e1e4; }
.password-meter i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--ob-red); transition: width .2s ease, background .2s ease; }
.password-meter i[data-score="3"], .password-meter i[data-score="4"] { background: var(--ob-green); }
[data-password-match].is-valid { color: var(--ob-green) !important; }
[data-password-match].is-error { color: var(--ob-red) !important; }

.enterprise-block { margin-top: 32px; padding: 22px; border: 1px solid #d8d0d5; border-radius: 20px; background: linear-gradient(145deg, #fff, #f9f6f4); box-shadow: 0 18px 45px rgba(27,19,27,.055); }
.enterprise-heading { display: grid; grid-template-columns: 40px 1fr auto; gap: 13px; align-items: center; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--ob-line); }
.enterprise-mark { width: 38px; height: 38px; display: grid; place-items: center; color: #171319; border-radius: 11px; background: var(--ob-yellow); font-family: var(--ob-display) !important; font-size: 14px; font-weight: 800; }
.enterprise-heading strong { display: block; margin-bottom: 3px; font-family: var(--ob-display) !important; font-size: 13px; }
.enterprise-heading p { margin: 0; color: var(--ob-muted); font-size: 9px; }
.enterprise-heading em { padding: 6px 8px; color: var(--ob-green); border-radius: 7px; background: var(--ob-green-soft); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .08em; }
.upload-control { min-height: 74px; display: grid; grid-template-columns: 38px 1fr; gap: 11px; align-items: center; padding: 11px 13px; border: 1px dashed #c9c0c6; border-radius: 13px; background: #fff; cursor: pointer; }
.upload-control:hover { border-color: var(--ob-red); background: #fffafb; }
.upload-control input { position: absolute; opacity: 0; pointer-events: none; }
.upload-icon { width: 36px; height: 36px; display: grid; place-items: center; color: var(--ob-red); border-radius: 10px; background: var(--ob-red-soft); font-size: 18px; }
.upload-control strong { display: block; max-width: 180px; margin-bottom: 4px; overflow: hidden; color: #4c444d; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.upload-control small { color: var(--ob-muted); font-size: 8px; }

.review-card { overflow: hidden; border: 1px solid var(--ob-line); border-radius: 20px; background: #fff; box-shadow: 0 16px 44px rgba(28,19,28,.055); }
.review-header { padding: 22px; color: #fff; background: linear-gradient(130deg, #181218, #2b2029); }
.review-status { display: block; width: fit-content; margin-bottom: 13px; padding: 5px 7px; color: var(--ob-yellow); border: 1px solid rgba(247,189,23,.3); border-radius: 6px; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.review-header strong { display: block; font-family: var(--ob-display) !important; font-size: 22px; letter-spacing: -.03em; }
.review-header small { display: block; margin-top: 5px; color: rgba(255,255,255,.56); font-size: 10px; }
.review-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.review-card dl div { min-height: 82px; padding: 18px 21px; border-right: 1px solid var(--ob-line); border-bottom: 1px solid var(--ob-line); }
.review-card dl div:nth-child(even) { border-right: 0; }
.review-card dt { margin-bottom: 6px; color: var(--ob-muted); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.review-card dd { margin: 0; overflow-wrap: anywhere; color: #3f3741; font-size: 11px; font-weight: 700; line-height: 1.45; }
.trial-note { display: grid; grid-template-columns: 52px 1fr; gap: 15px; align-items: center; margin-top: 18px; padding: 17px; border: 1px solid #f0df9e; border-radius: 16px; background: #fff9e6; }
.trial-note > span { width: 48px; height: 48px; display: grid; place-items: center; color: #30230a; border-radius: 13px; background: var(--ob-yellow); font-family: var(--ob-display) !important; font-size: 18px; font-weight: 800; }
.trial-note strong { display: block; margin-bottom: 3px; font-size: 11px; }
.trial-note p { margin: 0; color: #766944; font-size: 9px; line-height: 1.5; }
.consent-list { display: grid; gap: 10px; margin-top: 24px; }
.consent-list label { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: #605862; font-size: 10px; line-height: 1.6; cursor: pointer; }
.consent-list input { width: 16px; height: 16px; margin: 0; accent-color: var(--ob-red); }
.consent-list strong { color: var(--ob-ink); }

.form-navigation { position: sticky; z-index: 10; bottom: 0; min-height: 92px; display: flex; align-items: center; gap: 13px; margin-top: 44px; padding: 17px 0 21px; border-top: 1px solid var(--ob-line); background: linear-gradient(to bottom, rgba(250,249,247,.82), #faf9f7 27%); backdrop-filter: blur(12px); }
.form-navigation-copy { margin-right: auto; }
.form-navigation-copy strong { display: block; margin-bottom: 3px; font-size: 10px; }
.form-navigation-copy small { display: block; color: var(--ob-muted); font-size: 8px; }
.button-primary, .button-secondary { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 0; border-radius: 12px; font-size: 11px; font-weight: 800; cursor: pointer; transition: transform .17s ease, box-shadow .17s ease, background .17s ease; }
.button-primary { min-width: 146px; color: #fff; background: var(--ob-red); box-shadow: 0 9px 22px rgba(216,32,44,.2); }
.button-primary:hover { transform: translateY(-1px); background: var(--ob-red-dark); box-shadow: 0 13px 27px rgba(216,32,44,.24); }
.button-secondary { color: #514952; border: 1px solid var(--ob-line-strong); background: #fff; }
.button-secondary:hover { background: #f4f1ef; }
.button-submit { min-width: 190px; }
.button-submit i { display: none; width: 14px; height: 14px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
.button-submit.is-loading i { display: block; }
.button-submit:disabled { cursor: wait; opacity: .82; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Premium tenant login */
.login-shell { min-height: 100vh; display: grid; place-items: center; padding: clamp(22px, 4vw, 54px); background: radial-gradient(circle at 9% 8%, rgba(216,32,44,.14), transparent 24rem), radial-gradient(circle at 94% 2%, rgba(247,189,23,.13), transparent 23rem), #181319; }
.login-frame { width: min(1160px, 100%); min-height: 680px; display: grid; grid-template-columns: minmax(340px, .9fr) minmax(470px, 1.1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 30px; background: #fff; box-shadow: 0 35px 120px rgba(0,0,0,.32); }
.login-story { position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 42px; color: #fff; background: linear-gradient(145deg, #20171f, #110d12); }
.login-story::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(#000, transparent 78%); }
.login-story::after { content: ""; position: absolute; width: 330px; height: 330px; right: -130px; bottom: -125px; border-radius: 50%; background: radial-gradient(circle, rgba(247,189,23,.28), transparent 66%); }
.login-story > * { position: relative; z-index: 1; }
.login-brand { width: fit-content; padding: 8px 12px; border-radius: 13px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.login-brand img { display: block; width: 128px; height: 40px; object-fit: contain; }
.login-story-copy { margin: auto 0; }
.login-story-copy .eyebrow { margin-bottom: 15px; }
.login-story-copy h1 { max-width: 420px; margin: 0; font-family: var(--ob-display) !important; font-size: clamp(34px, 4vw, 52px); line-height: 1.06; letter-spacing: -.055em; }
.login-story-copy p { max-width: 410px; margin: 20px 0 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.75; }
.login-story-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 30px; }
.login-story-points span { padding: 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.045); font-size: 9px; line-height: 1.45; }
.login-story-points b { display: block; margin-bottom: 4px; color: #fff; font-size: 11px; }
.login-security { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.48); font-size: 9px; }
.login-security i { width: 7px; height: 7px; border-radius: 50%; background: #24b889; box-shadow: 0 0 0 5px rgba(36,184,137,.1); }

.login-content { display: flex; flex-direction: column; padding: clamp(42px, 6vw, 74px) clamp(34px, 7vw, 82px) 34px; }
.login-content-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 48px; }
.login-panel-switch { display: flex; padding: 4px; border: 1px solid var(--ob-line); border-radius: 11px; background: #f3f0ed; }
.login-panel-switch a { padding: 8px 12px; color: var(--ob-muted); border-radius: 8px; text-decoration: none; font-size: 9px; font-weight: 800; }
.login-panel-switch a.is-active { color: var(--ob-ink); background: #fff; box-shadow: 0 2px 8px rgba(25,17,25,.07); }
.login-back { color: var(--ob-muted); text-decoration: none; font-size: 10px; font-weight: 700; }
.login-back:hover { color: var(--ob-red); }
.login-heading .step-kicker { margin-bottom: 10px; }
.login-heading h2 { margin: 0; font-family: var(--ob-display) !important; font-size: clamp(29px, 3vw, 38px); letter-spacing: -.045em; }
.login-heading p { margin: 12px 0 0; color: var(--ob-muted); font-size: 12px; line-height: 1.7; }
.workspace-confirmation { display: grid; grid-template-columns: 34px 1fr auto; gap: 11px; align-items: center; margin-top: 20px; padding: 12px; border: 1px solid #cbe7dd; border-radius: 13px; background: var(--ob-green-soft); }
.workspace-confirmation > span { width: 32px; height: 32px; display: grid; place-items: center; color: #fff; border-radius: 10px; background: var(--ob-green); font-size: 12px; font-weight: 800; }
.workspace-confirmation strong { display: block; margin-bottom: 2px; color: #155d4b; font-size: 10px; }
.workspace-confirmation small { display: block; color: #4c776c; font-size: 8px; }
.workspace-confirmation em { color: var(--ob-green); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .08em; }
.login-form { display: grid; gap: 18px; margin-top: 28px; }
.login-form .field-block > label { display: flex !important; justify-content: space-between; }
.login-form .field-control { min-height: 56px; }
.workspace-input { position: relative; }
.workspace-input .field-control { padding-left: 42px; }
.workspace-input > span { position: absolute; z-index: 1; top: 50%; left: 15px; transform: translateY(-50%); color: #958d96; font-size: 13px; }
.login-options { display: flex; justify-content: space-between; gap: 20px; margin-top: -4px; }
.remember-choice { display: flex; align-items: center; gap: 8px; color: var(--ob-muted); font-size: 9px; cursor: pointer; }
.remember-choice input { accent-color: var(--ob-red); }
.login-help { color: var(--ob-red); text-decoration: none; font-size: 9px; font-weight: 800; }
.login-submit { width: 100%; min-height: 56px; color: #fff; border: 0; border-radius: 13px; background: var(--ob-red); box-shadow: 0 11px 26px rgba(216,32,44,.22); font-size: 11px; font-weight: 800; cursor: pointer; transition: .18s ease; }
.login-submit:hover { transform: translateY(-1px); background: var(--ob-red-dark); box-shadow: 0 15px 30px rgba(216,32,44,.26); }
.login-submit:disabled { cursor: wait; opacity: .8; }
.login-divider { display: flex; align-items: center; gap: 12px; margin: 28px 0 20px; color: #9a929b; font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.login-divider::before, .login-divider::after { content: ""; height: 1px; flex: 1; background: var(--ob-line); }
.login-register { min-height: 49px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #49414a; border: 1px solid var(--ob-line-strong); border-radius: 12px; background: #fff; text-decoration: none; font-size: 10px; font-weight: 800; }
.login-register:hover { color: var(--ob-red); border-color: #e6aeb2; background: #fffafb; }
.login-register span { color: var(--ob-red); }
.login-footer { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 30px; color: #989099; font-size: 8px; }
.login-footer a { color: inherit; text-decoration: none; }
.login-footer a:hover { color: var(--ob-red); }
.login-alert { margin-top: 19px; }

@media (max-width: 1120px) {
    .onboarding-main { grid-template-columns: 330px minmax(0, 1fr); }
    .journey-panel { padding-inline: 34px; }
    .onboarding-workspace { padding-inline: 45px; }
    .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .plan-card { min-height: 185px; }
    .login-frame { grid-template-columns: minmax(310px, .82fr) minmax(430px, 1.18fr); }
    .login-story { padding: 34px; }
}

@media (max-height: 760px) and (min-width: 821px) {
    .login-shell { padding: 18px; }
    .login-frame { min-height: calc(100vh - 36px); }
    .login-story { padding: 28px 34px; }
    .login-story-copy h1 { font-size: 40px; }
    .login-story-copy p { margin-top: 12px; line-height: 1.6; }
    .login-story-points { margin-top: 18px; }
    .login-content { padding: 28px 64px 20px; }
    .login-content-top { margin-bottom: 25px; }
    .login-heading h2 { font-size: 32px; }
    .login-heading p { margin-top: 8px; line-height: 1.55; }
    .login-form { gap: 12px; margin-top: 18px; }
    .login-form .field-control { min-height: 48px; }
    .login-options { margin-top: 0; }
    .login-submit { min-height: 49px; }
    .login-divider { margin: 16px 0 12px; }
    .login-register { min-height: 43px; }
    .login-footer { padding-top: 16px; }
}

@media (max-width: 820px) {
    .onboarding-topbar { grid-template-columns: 1fr auto; min-height: 68px; padding-inline: 20px; }
    .brand-link img { width: 110px; height: 38px; }
    .topbar-assurance { display: none; }
    .quiet-link { font-size: 10px; }
    .onboarding-main { display: block; min-height: calc(100vh - 68px); }
    .journey-panel { display: none; }
    .onboarding-workspace { padding: 20px 20px 0; }
    .mobile-progress { width: min(850px, 100%); display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; margin: 0 auto 25px; color: var(--ob-muted); font-size: 10px; font-weight: 800; }
    .mobile-progress div { height: 4px; overflow: hidden; border-radius: 4px; background: #e1dcdf; }
    .mobile-progress i { display: block; width: 25%; height: 100%; border-radius: inherit; background: var(--ob-red); transition: width .2s ease; }
    .step-heading { margin-bottom: 28px; }
    .step-heading h2 { font-size: 30px; }
    .form-navigation { min-height: 84px; margin-top: 34px; padding-bottom: max(16px, env(safe-area-inset-bottom)); }
    .form-navigation-copy { display: none; }
    .button-primary { margin-left: auto; }
    .login-shell { display: block; padding: 0; background: #fff; }
    .login-frame { min-height: 100vh; display: block; border: 0; border-radius: 0; box-shadow: none; }
    .login-story { min-height: 280px; padding: 28px; }
    .login-story-copy { margin: 38px 0 12px; }
    .login-story-copy h1 { max-width: 560px; font-size: 36px; }
    .login-story-copy p { max-width: 590px; }
    .login-story-points, .login-security { display: none; }
    .login-content { min-height: calc(100vh - 280px); padding: 32px 28px 26px; }
    .login-content-top { margin-bottom: 34px; }
}

@media (max-width: 560px) {
    .quiet-link { font-size: 0; }
    .quiet-link strong { font-size: 10px; }
    .onboarding-workspace { padding-inline: 15px; }
    .step-heading h2 { font-size: 27px; }
    .step-heading p { font-size: 12px; }
    .plan-grid, .industry-grid, .field-grid-2, .review-card dl { grid-template-columns: 1fr; }
    .field-span-2 { grid-column: auto; }
    .plan-card { min-height: 168px; }
    .review-card dl div { border-right: 0; }
    .enterprise-block { padding: 16px; }
    .enterprise-heading { grid-template-columns: 36px 1fr; }
    .enterprise-heading em { display: none; }
    .section-divider { align-items: flex-start; flex-direction: column; gap: 5px; }
    .form-navigation { gap: 8px; }
    .button-primary, .button-secondary { min-width: 0; padding-inline: 15px; }
    .button-submit { flex: 1; }
    .login-story { min-height: 245px; padding: 23px; }
    .login-brand img { width: 108px; height: 34px; }
    .login-story-copy { margin-top: 28px; }
    .login-story-copy h1 { font-size: 30px; }
    .login-story-copy p { font-size: 11px; }
    .login-content { min-height: calc(100vh - 245px); padding: 27px 20px 22px; }
    .login-content-top { margin-bottom: 28px; }
    .login-panel-switch a { padding-inline: 9px; }
    .login-heading h2 { font-size: 29px; }
}

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