:root {
    --purple: #7257f5;
    --purple-dark: #5639d4;
    --purple-soft: #f0edff;
    --navy: #17233f;
    --navy-2: #243354;
    --aqua: #58d8d0;
    --aqua-soft: #e8fbf9;
    --gold: #f3bc5b;
    --rose: #f1879c;
    --ink: #182238;
    --muted: #667085;
    --line: #dfe4ee;
    --surface: #ffffff;
    --canvas: #f7f8fc;
    --success: #15846d;
    --warning: #ae6d0b;
    --danger: #b7445b;
    --shadow: 0 18px 50px rgba(29, 39, 69, .1);
    --shadow-soft: 0 8px 28px rgba(29, 39, 69, .07);
    --radius: 18px;
    --radius-sm: 11px;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--canvas);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.13; letter-spacing: -.03em; }
h1 { font-size: clamp(2.2rem, 5vw, 4.7rem); }
h2 { font-size: clamp(1.45rem, 2.5vw, 2.35rem); }
small { line-height: 1.4; }
hr { border: 0; border-top: 1px solid var(--line); margin: 24px 0; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 100px 0; }
.section--soft { background: #f1f1fb; }
.section--ink { color: #fff; background: var(--navy); }
.section-heading { max-width: 710px; margin-bottom: 48px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading p:last-child { color: var(--muted); font-size: 1.08rem; }
.eyebrow {
    margin-bottom: 10px;
    color: var(--purple-dark);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.eyebrow--light { color: #9df2eb; }
.sr-only {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; z-index: 9999;
    top: 8px; left: 8px;
    padding: 10px 15px;
    color: #fff; background: var(--navy);
    border-radius: 8px;
    transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 20px;
    color: #fff;
    background: var(--purple);
    border: 1px solid var(--purple);
    border-radius: 10px;
    box-shadow: 0 7px 17px rgba(114, 87, 245, .2);
    font-weight: 800;
    line-height: 1.2;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { background: var(--purple-dark); transform: translateY(-1px); box-shadow: 0 10px 25px rgba(114, 87, 245, .25); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible {
    outline: 3px solid rgba(88, 216, 208, .55);
    outline-offset: 2px;
}
.button--secondary { color: var(--purple-dark); background: #fff; border-color: #cfc8fb; box-shadow: none; }
.button--secondary:hover { color: #fff; border-color: var(--purple-dark); }
.button--light { color: var(--navy); background: #fff; border-color: #fff; box-shadow: none; }
.button--light:hover { color: #fff; background: transparent; }
.button--small { min-height: 38px; padding: 8px 14px; font-size: .88rem; }
.button--large { min-height: 54px; padding-inline: 26px; }
.button--full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.text-link, .back-link { color: var(--purple-dark); font-weight: 800; }
.text-link:hover, .back-link:hover { text-decoration: underline; }
.text-link--purple { color: #bfb2ff; }
.text-button { color: var(--purple-dark); background: none; border: 0; font-weight: 800; }

.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; }
.brand img { width: 118px; height: auto; }
.brand__product { padding-left: 11px; border-left: 1px solid #d5d9e3; color: var(--navy); font-size: .86rem; }
.brand--light .brand__product, .brand--footer .brand__product { color: inherit; border-color: rgba(255,255,255,.25); }

.public-header {
    position: sticky; z-index: 100;
    top: 0;
    background: rgba(255,255,255,.9);
    border-bottom: 1px solid rgba(223,228,238,.8);
    backdrop-filter: blur(16px);
}
.public-header__inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; }
.public-nav { display: flex; align-items: center; gap: 26px; font-size: .92rem; font-weight: 700; }
.public-nav > a:not(.button):hover { color: var(--purple-dark); }
.mobile-menu-button, .sidebar-toggle {
    display: none;
    width: 42px; height: 42px;
    padding: 10px;
    background: #fff; border: 1px solid var(--line); border-radius: 9px;
}
.mobile-menu-button span:not(.sr-only), .sidebar-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--navy); }

.hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 76px;
    background: linear-gradient(145deg, #fbfaff 0%, #f1efff 54%, #eafcfb 100%);
}
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 68px; align-items: center; }
.hero__badge, .pill {
    display: inline-flex; align-items: center;
    padding: 6px 10px;
    color: var(--purple-dark); background: var(--purple-soft);
    border: 1px solid #ddd7ff; border-radius: 999px;
    font-size: .74rem; font-weight: 800;
}
.pill--aqua { color: #0b7169; background: var(--aqua-soft); border-color: #b4eee9; }
.hero h1 { max-width: 720px; margin: 20px 0 23px; color: var(--navy); }
.hero h1 em { color: var(--purple); font-family: Georgia, serif; font-weight: 500; }
.hero__lead { max-width: 650px; color: #536079; font-size: 1.2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 31px 0 20px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 18px; color: #5f6d82; font-size: .84rem; font-weight: 700; }
.hero__product { position: relative; }
.product-window {
    overflow: hidden;
    background: #fff; border: 1px solid rgba(114,87,245,.16);
    border-radius: 21px; box-shadow: 0 35px 80px rgba(54,43,112,.2);
    transform: rotate(1deg);
}
.product-window__bar { display: flex; gap: 6px; padding: 12px 16px; background: #fafafe; border-bottom: 1px solid #eceef5; }
.product-window__bar span { width: 8px; height: 8px; background: #d8dce7; border-radius: 50%; }
.product-window__body { display: grid; grid-template-columns: 130px 1fr; min-height: 410px; }
.product-window__brand { padding: 25px 17px; color: #fff; background: var(--navy); }
.product-window__logo { display: grid; width: 35px; height: 35px; place-items: center; background: var(--purple); border-radius: 9px; font-size: .75rem; font-weight: 900; }
.mock-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; padding: 28px 21px; }
.mock-progress, .mock-next, .mock-manager { padding: 17px; background: #fff; border: 1px solid #e4e7ef; border-radius: 13px; box-shadow: var(--shadow-soft); }
.mock-progress { grid-row: span 2; }
.mock-progress strong, .mock-manager strong { display: block; margin-bottom: 12px; }
.stage-row { display: grid; grid-template-columns: 22px 1fr auto; gap: 8px; align-items: center; padding: 10px 0; border-bottom: 1px solid #eef0f5; font-size: .72rem; }
.stage-row span:first-child { display: grid; width: 20px; height: 20px; place-items: center; color: #fff; background: var(--purple); border-radius: 6px; }
.stage-row__arrow { color: var(--purple); }
.mock-next__label { color: var(--purple-dark); font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.mock-next__card { margin-top: 8px; padding: 12px; background: var(--purple-soft); border-radius: 10px; }
.mock-next__card strong, .mock-next__card span { display: block; }
.mock-next__card span { margin-top: 6px; color: var(--muted); font-size: .68rem; }
.mock-manager { display: flex; gap: 10px; align-items: center; }
.mock-manager small { display: block; color: var(--muted); }
.floating-card { position: absolute; z-index: 3; padding: 12px 14px; background: #fff; border-radius: 12px; box-shadow: var(--shadow); font-size: .75rem; }
.floating-card strong, .floating-card span { display: block; }
.floating-card span { color: var(--muted); }
.floating-card__check { float: left; display: grid !important; width: 25px; height: 25px; margin-right: 9px; place-items: center; color: #fff !important; background: var(--success); border-radius: 50%; }
.floating-card--earnings { right: -24px; bottom: 55px; }
.floating-card--website { left: -25px; top: 65px; }
.hero__wash { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .5; }
.hero__wash--one { width: 330px; height: 330px; top: -180px; right: 20%; background: #c9bfff; }
.hero__wash--two { width: 260px; height: 260px; bottom: -150px; left: -80px; background: #a6eee8; }

.proof-strip { color: #fff; background: var(--navy); }
.proof-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 86px; align-items: center; }
.proof-strip__inner > div { padding: 0 28px; border-right: 1px solid rgba(255,255,255,.15); }
.proof-strip__inner > div:last-child { border-right: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font-size: .95rem; }
.proof-strip span { color: #b8c3d9; font-size: .78rem; }

.journey-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.journey-card { position: relative; min-height: 250px; padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.journey-card--featured { color: #fff; background: var(--purple); border-color: var(--purple); transform: translateY(-10px); }
.journey-card__number { position: absolute; top: 20px; right: 22px; color: #d4d9e5; font-size: 2.4rem; font-weight: 900; }
.journey-card--featured .journey-card__number { color: rgba(255,255,255,.25); }
.journey-card__icon { display: grid; width: 48px; height: 48px; margin-bottom: 25px; place-items: center; color: var(--purple-dark); background: var(--purple-soft); border-radius: 13px; font-weight: 900; }
.journey-card--featured .journey-card__icon { color: #fff; background: rgba(255,255,255,.16); }
.journey-card h3 { font-size: 1.22rem; }
.journey-card p { color: var(--muted); font-size: .92rem; }
.journey-card--featured p { color: #ebe8ff; }

.split-section, .calculator-story, .manager-story__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.split-section__copy > p, .calculator-story__copy > p, .manager-story__copy > p { color: var(--muted); font-size: 1.06rem; }
.stage-stack { display: grid; gap: 10px; }
.stage-stack .stage-row { grid-template-columns: 44px 1fr auto; padding: 17px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-soft); font-size: .86rem; }
.stage-stack .stage-row span:first-child { width: 35px; height: 35px; }
.check-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.check-list--light li::before { color: var(--aqua); }
.calculator-preview { padding: 26px; color: #fff; background: var(--navy); border-radius: 24px; box-shadow: var(--shadow); }
.calculator-preview__top, .calculator-preview__bottom { display: flex; justify-content: space-between; gap: 20px; }
.calculator-preview__top strong { font-size: 1.45rem; }
.calculator-preview__metric { padding: 24px 0; }
.calculator-preview__metric strong { display: block; font-size: clamp(2.3rem, 6vw, 4rem); }
.calculator-preview__metric span { color: #b8c3d9; }
.bar-chart { display: flex; height: 150px; align-items: end; gap: 13px; margin: 20px 0; padding: 0 14px; border-bottom: 1px solid #526079; }
.bar-chart span { flex: 1; min-height: 20%; background: linear-gradient(#8d76ff, #684de5); border-radius: 8px 8px 0 0; }
.bar-chart span:nth-child(2) { background: linear-gradient(#63e2d9, #34b9af); }
.calculator-preview__bottom { color: #c4ccdd; font-size: .78rem; }

.manager-story { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.manager-story__visual { position: relative; min-height: 440px; }
.manager-card--large { position: absolute; inset: 35px 25px; padding: 28px; color: var(--ink); background: #fff; border-radius: 22px; transform: rotate(-2deg); }
.manager-card__header { display: flex; align-items: center; gap: 11px; }
.manager-card__header div span { display: block; color: var(--muted); font-size: .8rem; }
.manager-card__message { margin-top: 30px; padding: 22px; background: var(--purple-soft); border-radius: 14px; }
.manager-card__message span { color: var(--muted); font-size: .82rem; }
.avatar-stack { display: flex; margin-top: 25px; }
.avatar-stack .avatar { margin-right: -8px; border: 3px solid #fff; }

.pricing-section { background: #f7f7fd; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 480px)); gap: 24px; justify-content: center; align-items: stretch; }
.price-card, .billing-plan { position: relative; padding: 35px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-soft); }
.price-card--featured { border: 2px solid var(--purple); transform: translateY(-8px); box-shadow: 0 24px 55px rgba(73,55,164,.16); }
.price-card__ribbon { position: absolute; top: 0; right: 25px; padding: 8px 14px; color: #fff; background: var(--purple); border-radius: 0 0 9px 9px; font-size: .72rem; font-weight: 900; }
.price { margin: 21px 0 0; font-size: 3.2rem; font-weight: 900; letter-spacing: -.06em; }
.price small { color: var(--muted); font-size: .95rem; letter-spacing: 0; }
.price-card__activation, .billing-plan__activation { display: block; color: var(--muted); }
.price-card__service, .billing-plan__service { margin: 22px 0; padding: 13px; color: var(--navy); background: var(--purple-soft); border-radius: 9px; font-size: .86rem; font-weight: 800; }
.price-card ul, .billing-plan ul { display: grid; gap: 11px; min-height: 265px; padding: 0; list-style: none; }
.price-card li, .billing-plan li { padding-left: 24px; }
.price-card li::before, .billing-plan li::before { content: "✓"; float: left; margin-left: -24px; color: var(--success); font-weight: 900; }
.pricing-note { margin: 34px auto 0; color: var(--muted); text-align: center; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__item button { display: flex; width: 100%; padding: 22px 0; justify-content: space-between; color: var(--ink); background: none; border: 0; text-align: left; font-weight: 800; }
.accordion__item button::after { content: "+"; color: var(--purple); font-size: 1.4rem; }
.accordion__item button[aria-expanded="true"]::after { content: "−"; }
.accordion__panel { padding: 0 0 20px; color: var(--muted); }
.final-cta { padding: 80px 0; background: linear-gradient(135deg, var(--purple), #5f41df); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; color: #fff; }
.final-cta h2 { margin-bottom: 8px; }
.final-cta p { margin-bottom: 0; color: #e8e4ff; }

.public-footer { padding: 70px 0 25px; color: #c3ccdc; background: #101a30; }
.public-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.public-footer .brand { color: #fff; }
.public-footer .brand img { filter: brightness(0) invert(1); }
.public-footer h2 { color: #fff; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.public-footer a { display: block; margin-bottom: 10px; }
.public-footer a:hover { color: #fff; }
.public-footer__bottom { display: flex; margin-top: 55px; padding-top: 22px; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

.toast-stack, .app-flashes { position: fixed; z-index: 500; top: 88px; right: 18px; display: grid; width: min(410px, calc(100% - 36px)); gap: 9px; }
.toast, .alert { padding: 13px 16px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--purple); border-radius: 9px; box-shadow: var(--shadow); }
.toast--error, .alert--error { border-left-color: var(--danger); }
.toast--success, .alert--success { border-left-color: var(--success); }

.auth-page { min-height: calc(100vh - 76px); display: grid; grid-template-columns: .85fr 1.15fr; background: #fff; }
.auth-page__aside { display: flex; padding: 62px 8vw; flex-direction: column; justify-content: space-between; color: #fff; background: linear-gradient(150deg, var(--navy), #253a66); }
.auth-page__aside--register { background: linear-gradient(150deg, #5238cf, #7d63f5); }
.auth-page__aside h1 { margin-top: 50px; font-size: clamp(2.3rem, 4vw, 4rem); }
.auth-page__form { display: grid; padding: 55px 8vw; place-items: center; }
.auth-card { width: min(100%, 520px); }
.auth-card h1 { font-size: 2.4rem; }
.auth-card > p { color: var(--muted); }
.auth-benefits { display: grid; gap: 17px; margin-top: 40px; }
.auth-benefits > div { display: flex; gap: 12px; }
.auth-benefits span { display: grid; flex: 0 0 34px; height: 34px; place-items: center; color: var(--navy); background: var(--aqua); border-radius: 10px; font-weight: 900; }
.auth-benefits strong, .auth-benefits small { display: block; }
.auth-benefits small { color: #c8d1e2; }
.auth-assurance { padding: 15px; color: var(--muted); background: #f5f6fa; border-radius: 9px; font-size: .84rem; }
.auth-card__fine { margin-top: 22px; color: var(--muted); font-size: .78rem; text-align: center; }
.simple-auth { display: grid; min-height: calc(100vh - 76px); padding: 35px 20px; place-items: center; background: linear-gradient(145deg, #f2efff, #f5fcfb); }
.simple-auth__card { width: min(100%, 460px); padding: 35px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.form-between { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.form-errors { padding: 13px 16px; color: #88263b; background: #fff0f3; border-radius: 9px; }

.field { display: grid; gap: 7px; margin-bottom: 17px; }
.field > span, .range-field > span:first-child { color: #313d55; font-size: .84rem; font-weight: 800; }
.field input, .field select, .field textarea, .range-field input[type="text"] {
    width: 100%; min-height: 46px;
    padding: 11px 12px;
    color: var(--ink); background: #fff;
    border: 1px solid #cfd5e1; border-radius: 9px;
    transition: border .18s, box-shadow .18s;
}
.field input, .field select, .field textarea { min-width: 0; max-width: 100%; }
.field textarea { resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #aab3c3; }
.field small { color: var(--muted); }
.field--large > span { font-size: .95rem; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field-row--three { grid-template-columns: repeat(3, 1fr); }
.stack-form { display: grid; gap: 3px; }
.check-field { display: flex; gap: 10px; align-items: flex-start; margin: 15px 0; font-size: .86rem; }
.check-field input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--purple); }
.check-field--boxed { padding: 14px; background: #f7f7fc; border: 1px solid var(--line); border-radius: 9px; }
.input-prefix, .input-suffix { display: flex; align-items: stretch; }
.input-prefix span, .input-suffix span { display: grid; padding: 0 12px; place-items: center; color: var(--muted); background: #f3f4f8; border: 1px solid #cfd5e1; }
.input-prefix span { border-right: 0; border-radius: 9px 0 0 9px; }
.input-suffix span { border-left: 0; border-radius: 0 9px 9px 0; }
.input-prefix input { border-radius: 0 9px 9px 0; }
.input-suffix input { border-radius: 9px 0 0 9px; }
.password-field { position: relative; }
.password-field button { position: absolute; right: 8px; bottom: 7px; padding: 6px 9px; color: var(--purple-dark); background: none; border: 0; font-size: .75rem; font-weight: 800; }
input[type="range"] { accent-color: var(--purple); }
.range-field, .earnings-range { display: grid; gap: 12px; margin: 20px 0; }
.range-field > span:first-child, .earnings-range > span:first-child { display: flex; justify-content: space-between; gap: 20px; }
.range-field output, .earnings-range output { color: var(--purple-dark); }
.range-field__labels { display: flex; justify-content: space-between; color: var(--muted); }

.legal-page { padding: 60px 0 100px; background: #fff; }
.legal-page__grid { display: grid; grid-template-columns: 220px 1fr; gap: 70px; }
.legal-page aside { position: sticky; top: 100px; align-self: start; }
.legal-page aside nav { display: grid; gap: 6px; margin-top: 35px; }
.legal-page aside nav a { padding: 10px 12px; border-radius: 8px; }
.legal-page aside nav a[aria-current] { color: var(--purple-dark); background: var(--purple-soft); font-weight: 800; }
.legal-copy { max-width: 760px; }
.legal-copy h1 { font-size: 3rem; }
.legal-copy h2 { margin-top: 35px; font-size: 1.35rem; }
.legal-copy p { color: #4e5b72; }
.legal-updated { color: var(--muted) !important; font-size: .82rem; }

.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.app-body { background: #f5f6fa; }
.app-shell { display: grid; min-height: 100vh; grid-template-columns: 255px minmax(0, 1fr); }
.sidebar {
    position: sticky; z-index: 100; top: 0;
    display: flex; height: 100vh; padding: 25px 17px 18px;
    flex-direction: column;
    color: #d3d9e6; background: var(--navy);
}
.brand--sidebar { padding: 0 8px; }
.brand--sidebar img { filter: brightness(0) invert(1); }
.brand--sidebar .brand__product { color: #fff; border-color: rgba(255,255,255,.2); font-size: .72rem; }
.sidebar-practice { margin: 24px 8px 12px; padding: 13px; background: rgba(255,255,255,.07); border-radius: 10px; }
.sidebar-practice span, .sidebar-practice strong { display: block; }
.sidebar-practice span { color: #97a5be; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.sidebar-practice strong { color: #fff; font-size: .86rem; }
.sidebar-nav { display: grid; gap: 4px; margin-top: 12px; }
.sidebar-nav a { display: flex; min-height: 44px; padding: 8px 10px; align-items: center; gap: 11px; border-radius: 8px; font-size: .86rem; font-weight: 700; }
.sidebar-nav a:hover, .sidebar-nav a[aria-current] { color: #fff; background: rgba(255,255,255,.09); }
.nav-monogram { display: grid; width: 28px; height: 28px; place-items: center; color: #b9aeff; background: rgba(114,87,245,.19); border-radius: 7px; font-size: .6rem; font-weight: 900; }
.sidebar-footer { display: grid; margin-top: auto; padding-top: 15px; grid-template-columns: 36px 1fr auto; gap: 9px; align-items: center; border-top: 1px solid rgba(255,255,255,.1); }
.sidebar-footer strong, .sidebar-footer span { display: block; }
.sidebar-footer strong { color: #fff; font-size: .78rem; }
.sidebar-footer span { color: #97a5be; font-size: .65rem; }
.icon-button { color: #bfc8da; background: none; border: 0; }
.app-main { min-width: 0; }
.app-topbar { position: sticky; z-index: 80; top: 0; display: flex; min-height: 72px; padding: 0 35px; align-items: center; justify-content: space-between; background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(15px); }
.app-topbar__context span, .app-topbar__context strong { display: block; }
.app-topbar__context span { color: var(--muted); font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; }
.app-topbar__context strong { font-size: .96rem; }
.manager-chip { display: flex; padding: 8px 12px; align-items: center; gap: 7px; background: var(--aqua-soft); border: 1px solid #c4efeb; border-radius: 999px; font-size: .76rem; font-weight: 800; }
.manager-chip__dot, .status-dot { width: 8px; height: 8px; background: var(--success); border: 2px solid #cbf2e9; border-radius: 50%; }
.app-content { width: min(100%, 1440px); margin: 0 auto; padding: 34px 36px 70px; }
.app-flashes { top: 82px; }
.page-heading, .welcome-row, .workspace-header, .messages-header, .founder-detail-heading { display: flex; margin-bottom: 28px; align-items: flex-end; justify-content: space-between; gap: 25px; }
.page-heading h1, .welcome-row h1, .workspace-header h1, .founder-detail-heading h1 { margin-bottom: 9px; font-size: clamp(2rem, 3vw, 3rem); }
.page-heading p:last-child, .welcome-row p:last-child, .workspace-header p:last-child { max-width: 750px; margin-bottom: 0; color: var(--muted); }

.avatar { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; color: #fff; background: var(--purple); border-radius: 50%; font-size: .74rem; font-weight: 900; }
.avatar--purple { background: var(--purple); }
.avatar--xl { width: 50px; height: 50px; font-size: .9rem; }
.status-pill { display: inline-flex; padding: 7px 11px; color: var(--success); background: #e8f8f3; border-radius: 999px; font-size: .72rem; font-weight: 900; }
.status-badge { display: inline-flex; padding: 5px 9px; color: #5d687d; background: #eef0f5; border-radius: 999px; white-space: nowrap; font-size: .68rem; font-weight: 800; }
.status-badge--in_progress, .status-badge--submitted, .status-badge--in_production { color: var(--purple-dark); background: var(--purple-soft); }
.status-badge--complete, .status-badge--ready { color: var(--success); background: #e5f7f2; }
.status-badge--blocked { color: var(--danger); background: #fff0f3; }
.status-badge--needs_review, .status-badge--review { color: #8a5c0d; background: #fff5dd; }
.status-badge--awaiting_external, .status-badge--awaiting_founder { color: #6d5d36; background: #f5f0e5; }

.welcome-row { align-items: center; }
.conversion-banner { display: flex; margin-bottom: 24px; padding: 16px 20px; align-items: center; justify-content: space-between; gap: 20px; color: #fff; background: linear-gradient(110deg, var(--purple), #5134cd); border-radius: 14px; box-shadow: var(--shadow); }
.conversion-banner > div { display: flex; align-items: center; gap: 14px; }
.conversion-banner p { margin: 2px 0 0; color: #e4dfff; font-size: .83rem; }
.conversion-banner__icon { display: grid; width: 42px; height: 42px; place-items: center; background: rgba(255,255,255,.15); border-radius: 11px; font-weight: 900; }
.dashboard-grid { display: grid; grid-template-columns: 1.55fr .85fr; gap: 22px; }
.dashboard-stack { display: grid; gap: 22px; }
.progress-card, .next-step-card, .manager-card, .kpi-card, .dashboard-brand-card { padding: 24px; }
.card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.card-heading h2 { margin-bottom: 0; font-size: 1.45rem; }
.card-heading > span { color: var(--muted); font-size: .74rem; }
.progress-ring { --progress: 0; display: grid; width: 58px; height: 58px; flex: 0 0 auto; place-items: center; background: conic-gradient(var(--purple) calc(var(--progress) * 1%), #e8eaf0 0); border-radius: 50%; }
.progress-ring::before { content: ""; position: absolute; width: 45px; height: 45px; background: #fff; border-radius: 50%; }
.progress-ring { position: relative; }
.progress-ring span { position: relative; font-size: .7rem; font-weight: 900; }
.progress-ring--large { width: 70px; height: 70px; }
.progress-ring--large::before { width: 54px; height: 54px; }
.phase-list { display: grid; margin-top: 18px; }
.phase-item { display: grid; padding: 11px 0; grid-template-columns: 36px minmax(120px, 1.5fr) minmax(80px, 1fr) 35px; gap: 11px; align-items: center; border-bottom: 1px solid #edf0f5; }
.phase-item:last-child { border-bottom: 0; }
.phase-item:hover strong { color: var(--purple-dark); }
.phase-item__number { display: grid; width: 31px; height: 31px; place-items: center; color: var(--purple-dark); background: var(--purple-soft); border-radius: 8px; font-size: .67rem; font-weight: 900; }
.phase-item div strong, .phase-item div span { display: block; }
.phase-item div span, .phase-item > span:last-child { color: var(--muted); font-size: .7rem; }
.mini-progress, .progress-bar { overflow: hidden; height: 6px; background: #e8eaf0; border-radius: 999px; }
.mini-progress span, .progress-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--purple), #9b89ff); border-radius: inherit; }
.next-step-card__top { display: flex; align-items: center; justify-content: space-between; }
.step-icon { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--purple); border-radius: 12px; font-weight: 900; }
.next-step-card h2 { margin: 20px 0 10px; font-size: 1.45rem; }
.next-step-card > p { color: var(--muted); }
.next-step-card__meta { display: flex; margin: 18px 0; gap: 15px; color: var(--muted); font-size: .76rem; }
.manager-card > p { margin: 17px 0; color: var(--muted); font-size: .86rem; }
.manager-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.dashboard-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 20px 0; }
.kpi-card { position: relative; }
.kpi-card__icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; font-size: .63rem; font-weight: 900; }
.kpi-card__icon--purple { color: var(--purple-dark); background: var(--purple-soft); }
.kpi-card__icon--aqua { color: #0b7169; background: var(--aqua-soft); }
.kpi-card__icon--gold { color: #855817; background: #fff3dc; }
.kpi-card p { margin: 14px 0 2px; color: var(--muted); font-size: .77rem; }
.kpi-card strong { display: block; margin-bottom: 13px; font-size: 1.25rem; }
.kpi-card a { color: var(--purple-dark); font-size: .76rem; font-weight: 800; }
.dashboard-brand-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 35px; align-items: center; overflow: hidden; }
.dashboard-brand-card p { color: var(--muted); }
.mini-site-preview { overflow: hidden; min-height: 230px; background: #f7f1ff; border: 7px solid #ede7f9; border-radius: 14px; }
.mini-site-preview__nav { display: flex; padding: 13px; align-items: center; justify-content: space-between; background: #fff; font-size: .66rem; }
.mini-site-preview__hero { display: grid; min-height: 175px; padding: 26px; align-content: center; justify-items: start; }
.mini-site-preview__hero small { color: var(--purple-dark); font-weight: 900; text-transform: uppercase; }
.mini-site-preview__hero strong { max-width: 360px; margin: 10px 0; font-size: 1.5rem; }
.mini-site-preview__hero span { padding: 7px 10px; color: #fff; background: var(--purple); border-radius: 7px; font-size: .7rem; }

.workspace-header { align-items: center; }
.workspace-summary { display: grid; width: 105px; height: 105px; flex: 0 0 auto; place-items: center; align-content: center; color: #fff; background: var(--purple); border-radius: 50%; box-shadow: 0 13px 30px rgba(114,87,245,.25); }
.workspace-summary strong { font-size: 1.75rem; line-height: 1; }
.workspace-summary span { font-size: .66rem; }
.workspace-layout { display: grid; grid-template-columns: 205px minmax(0, 1fr); gap: 22px; }
.workspace-filters { align-self: start; position: sticky; top: 95px; }
.filter-group { display: grid; gap: 4px; margin-bottom: 22px; }
.filter-group > span { margin: 0 8px 6px; color: var(--muted); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.filter-group a { display: flex; padding: 9px 10px; justify-content: space-between; border-radius: 8px; color: #5e6a7f; font-size: .78rem; }
.filter-group a:hover, .filter-group a[aria-current] { color: var(--purple-dark); background: var(--purple-soft); font-weight: 800; }
.privacy-reminder { padding: 13px; color: #6a5672; background: #fbf0ff; border: 1px solid #ead6f1; border-radius: 10px; font-size: .72rem; }
.privacy-reminder p { margin-bottom: 0; }
.task-stage { margin-bottom: 28px; }
.task-stage > header { display: flex; margin-bottom: 12px; gap: 13px; align-items: flex-start; }
.task-stage > header > span { display: grid; width: 37px; height: 37px; place-items: center; color: var(--purple-dark); background: var(--purple-soft); border-radius: 10px; font-size: .7rem; font-weight: 900; }
.task-stage h2 { margin-bottom: 3px; font-size: 1.25rem; }
.task-stage header p { margin-bottom: 0; color: var(--muted); font-size: .78rem; }
.task-list { display: grid; gap: 8px; }
.task-row { display: grid; padding: 14px 15px; grid-template-columns: 28px 1fr auto 20px; gap: 12px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 4px 12px rgba(29,39,69,.035); }
.task-row:hover { border-color: #bdb4f2; transform: translateY(-1px); }
.task-check { display: grid; width: 25px; height: 25px; place-items: center; color: #fff; background: #eceef3; border-radius: 7px; font-size: .75rem; font-weight: 900; }
.task-row--complete .task-check { background: var(--success); }
.task-row__copy strong, .task-row__copy span, .task-row__copy small { display: block; }
.task-row__copy strong { font-size: .88rem; }
.task-row__copy span { color: var(--muted); font-size: .75rem; }
.task-row__copy small { margin-top: 3px; color: #8c96a8; font-size: .65rem; }
.task-row__arrow { color: var(--purple); }

.back-link { display: inline-block; margin-bottom: 18px; }
.guide-hero { display: flex; margin-bottom: 20px; padding: 28px; align-items: flex-end; justify-content: space-between; gap: 20px; color: #fff; background: linear-gradient(120deg, var(--navy), #293c66); border-radius: 20px; }
.guide-hero > div { max-width: 750px; }
.guide-hero h1 { margin: 14px 0 8px; font-size: clamp(2rem, 4vw, 3.4rem); }
.guide-hero p { color: #d2d9e7; }
.guide-meta { display: flex; flex-wrap: wrap; gap: 15px; color: #b7c2d6; font-size: .76rem; }
.status-form label { display: grid; gap: 5px; color: #c7cede; font-size: .7rem; font-weight: 800; }
.status-form select { min-width: 180px; padding: 9px; border: 0; border-radius: 8px; }
.guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 20px; }
.guide-main, .guide-sidebar { display: grid; gap: 18px; align-self: start; }
.guide-why, .guide-checklist, .guide-resources, .guide-notes, .evidence-card, .manager-help-card { padding: 24px; }
.guide-checklist ol { display: grid; gap: 16px; padding-left: 25px; }
.guide-checklist li { padding-left: 6px; }
.guide-checklist li::marker { color: var(--purple); font-weight: 900; }
.guide-resources a { display: flex; padding: 12px 0; justify-content: space-between; color: var(--purple-dark); border-bottom: 1px solid var(--line); font-weight: 800; }
.guide-notes textarea, .evidence-card textarea { width: 100%; padding: 12px; border: 1px solid #cfd5e1; border-radius: 9px; resize: vertical; }
.manager-help-card { color: #fff; background: var(--purple); border-color: var(--purple); }
.manager-help-card p { color: #ebe7ff; }
.configuration-note { padding: 13px; color: #72570b; background: #fff8e8; border: 1px solid #efdba8; border-radius: 9px; font-size: .8rem; }

.earnings-layout { display: grid; min-width: 0; grid-template-columns: 380px minmax(0, 1fr); gap: 22px; }
.earnings-inputs, .earnings-results { min-width: 0; padding: 24px; align-self: start; }
.earnings-inputs { position: sticky; top: 94px; }
.earnings-hero-card { overflow: hidden; padding: 24px; color: #fff; background: linear-gradient(130deg, var(--purple), #5639d4); border-radius: 16px; }
.earnings-hero-card > div:first-child { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.earnings-hero-card__tag { padding: 5px 8px; color: #432db5; background: #fff; border-radius: 999px; font-size: .65rem; font-weight: 900; }
.earnings-hero-card strong { display: block; font-size: clamp(2.5rem, 5vw, 4rem); }
.earnings-hero-card span { color: #e8e3ff; }
.earnings-range__bars { display: grid; gap: 12px; margin-top: 22px; }
.earnings-range__bars > div { display: grid; grid-template-columns: 120px 1fr 70px; gap: 10px; align-items: center; font-size: .73rem; }
.earnings-range__bars i { display: block; height: 6px; background: rgba(255,255,255,.6); border-radius: 999px; }
.earnings-range__bars .is-target { font-weight: 900; }
.specialty-note { margin: 19px 0 0; padding: 12px; color: #dcd6ff; background: rgba(20,16,58,.25); border-radius: 9px; font-size: .78rem; }
.earnings-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 15px 0; }
.earnings-kpis .card { padding: 17px; box-shadow: none; }
.earnings-kpis span, .earnings-kpis strong, .earnings-kpis small { display: block; }
.earnings-kpis span { color: var(--muted); font-size: .7rem; }
.earnings-kpis strong { margin: 6px 0; font-size: 1.35rem; }
.earnings-kpis small { color: var(--muted); font-size: .65rem; }
.earnings-ceiling { display: grid; padding: 22px; grid-template-columns: 1fr 220px; gap: 22px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.ceiling-visual { display: flex; height: 130px; padding: 10px; align-items: end; justify-content: center; gap: 8px; border-bottom: 1px solid #d8dce5; }
.ceiling-visual span { width: 28px; background: var(--purple-soft); border-radius: 6px 6px 0 0; }
.ceiling-visual span:nth-child(2) { height: 52%; }
.ceiling-visual span:nth-child(3) { height: 72%; }
.ceiling-visual span:nth-child(4) { height: 90%; background: var(--purple); }
.planner-disclaimer { margin-top: 18px; padding: 14px; color: var(--muted); background: #f5f6fa; border-radius: 9px; font-size: .76rem; }
.save-state { color: var(--success); font-weight: 800; }

.brand-status { display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 22px; }
.brand-status > div { position: relative; display: grid; justify-items: center; color: #939cad; font-size: .68rem; }
.brand-status > div::before { content: ""; position: absolute; z-index: -1; top: 14px; left: -50%; width: 100%; height: 2px; background: #dfe3eb; }
.brand-status > div:first-child::before { display: none; }
.brand-status span { display: grid; width: 29px; height: 29px; margin-bottom: 6px; place-items: center; background: #e5e8ef; border-radius: 50%; }
.brand-status .is-reached span { color: #fff; background: var(--success); }
.brand-status .is-current span { outline: 5px solid rgba(114,87,245,.12); background: var(--purple); }
.brand-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 20px; }
.brand-form, .brand-plan-card, .feedback-card, .brand-guardrails { padding: 24px; }
.brand-sidebar { display: grid; align-content: start; gap: 16px; }
.brand-plan-card { color: #fff; background: var(--navy); }
.brand-plan-card p { color: #bdc6d8; }
.brand-plan-card .text-link { color: #bcb0ff; }
.feedback-card { border-color: #c7bff5; background: var(--purple-soft); }
.website-preview-card { margin-top: 20px; padding: 24px; }
.website-preview { overflow: hidden; margin-top: 20px; background: #f4effc; border: 8px solid #ece7f4; border-radius: 14px; }
.website-preview__nav { display: flex; padding: 17px 22px; align-items: center; justify-content: space-between; gap: 20px; background: #fff; font-size: .78rem; }
.website-preview button { padding: 8px 12px; color: #fff; background: var(--purple); border: 0; border-radius: 7px; }
.website-preview__hero { display: grid; min-height: 330px; padding: 50px; align-content: center; justify-items: start; }
.website-preview__hero p { color: var(--purple-dark); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.website-preview__hero h3 { max-width: 680px; margin-bottom: 15px; font-size: clamp(2rem, 4vw, 3.6rem); }
.website-preview__hero > span { max-width: 570px; margin-bottom: 20px; color: var(--muted); }

.referral-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .8fr); gap: 20px; align-items: start; }
.referral-form { padding: 24px; }
.referral-preview { position: sticky; top: 94px; display: grid; gap: 15px; }
.one-sheet { width: 100%; min-width: 0; padding: 45px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); overflow-wrap: anywhere; }
.one-sheet__header { display: flex; padding-bottom: 20px; gap: 12px; align-items: center; border-bottom: 2px solid var(--navy); }
.one-sheet__mark { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--purple); border-radius: 12px; font-weight: 900; }
.one-sheet__header strong, .one-sheet__header small { display: block; }
.one-sheet__header strong { font-size: 1.25rem; }
.one-sheet__header small { color: var(--muted); }
.one-sheet__eyebrow { margin: 35px 0 8px; color: var(--purple-dark); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.one-sheet h2 { font-size: 1.75rem; }
.one-sheet__reasons { margin: 24px 0; padding: 20px; background: var(--purple-soft); border-radius: 12px; }
.one-sheet__reasons ul { padding-left: 20px; }
.one-sheet__details { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.one-sheet__details span { padding: 12px; background: #f6f7fa; border-radius: 9px; font-size: .76rem; }
.one-sheet__details strong { display: block; color: var(--muted); font-size: .63rem; text-transform: uppercase; }
.one-sheet__cta { margin-top: 25px; padding: 17px; color: #fff; background: var(--navy); border-radius: 11px; }
.one-sheet__cta strong, .one-sheet__cta span { display: block; }
.one-sheet__fine { display: block; margin-top: 20px; color: var(--muted); }

.messages-header { align-items: center; }
.manager-identity { display: flex; position: relative; align-items: center; gap: 14px; }
.manager-identity .status-dot { position: absolute; left: 40px; bottom: 4px; width: 11px; height: 11px; }
.manager-identity h1 { margin: 0; font-size: 1.8rem; }
.manager-identity p:last-child { margin: 2px 0 0; color: var(--muted); font-size: .8rem; }
.messages-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 20px; align-items: start; }
.conversation { overflow: hidden; }
.conversation__notice { display: flex; padding: 11px 18px; gap: 10px; color: #69581d; background: #fff7db; border-bottom: 1px solid #efdda6; font-size: .74rem; }
.message-thread { display: grid; max-height: 570px; padding: 22px; gap: 17px; overflow-y: auto; }
.message { display: flex; max-width: 78%; gap: 10px; }
.message--founder { margin-left: auto; flex-direction: row-reverse; }
.message > div { padding: 12px 14px; background: #f1f2f6; border-radius: 4px 14px 14px 14px; }
.message--founder > div { color: #fff; background: var(--purple); border-radius: 14px 4px 14px 14px; }
.message header { display: flex; margin-bottom: 5px; gap: 14px; justify-content: space-between; font-size: .7rem; }
.message time { opacity: .66; }
.message p { margin: 0; font-size: .84rem; }
.message-composer { padding: 15px 18px; background: #fafafe; border-top: 1px solid var(--line); }
.message-composer textarea { width: 100%; padding: 12px; border: 1px solid #cfd5e1; border-radius: 9px; resize: vertical; }
.message-composer > div { display: flex; margin-top: 9px; align-items: center; justify-content: space-between; color: var(--muted); }
.empty-conversation { padding: 45px 20px; color: var(--muted); text-align: center; }
.empty-conversation > span { display: grid; width: 50px; height: 50px; margin: 0 auto 14px; place-items: center; color: #fff; background: var(--purple); border-radius: 50%; font-weight: 900; }
.messages-sidebar { display: grid; gap: 15px; }
.messages-sidebar .card { padding: 20px; }
.messages-sidebar h2 { font-size: 1.2rem; }
.meeting-item { display: grid; padding: 11px 0; border-bottom: 1px solid var(--line); }
.meeting-item span { color: var(--muted); font-size: .74rem; }
.app-dialog { width: min(520px, calc(100% - 30px)); padding: 30px; border: 0; border-radius: 18px; box-shadow: 0 30px 90px rgba(23,35,63,.35); }
.app-dialog::backdrop { background: rgba(23,35,63,.62); backdrop-filter: blur(4px); }
.dialog-close-form { float: right; }
.dialog-close-form button { color: var(--muted); background: none; border: 0; font-size: 1.6rem; }

.billing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.billing-plan--selected { border: 2px solid var(--purple); }
.billing-plan__selected { color: var(--purple-dark); font-size: .72rem; font-weight: 900; }
.billing-details, .active-plan-card { display: flex; margin: 20px 0; padding: 25px; align-items: center; justify-content: space-between; gap: 25px; }
.active-plan-card span, .active-plan-card strong, .active-plan-card small { display: block; }
.fine-print { color: var(--muted); font-size: .75rem; }

.onboarding-shell { width: min(100%, 980px); margin: 5px auto; }
.onboarding-progress { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 25px; }
.onboarding-progress > div { position: relative; display: grid; justify-items: center; color: #929bab; font-size: .72rem; }
.onboarding-progress > div::before { content: ""; position: absolute; z-index: -1; top: 16px; left: -50%; width: 100%; height: 2px; background: #dfe3eb; }
.onboarding-progress > div:first-child::before { display: none; }
.onboarding-progress span { display: grid; width: 33px; height: 33px; margin-bottom: 6px; place-items: center; background: #e3e6ed; border-radius: 50%; font-weight: 900; }
.onboarding-progress .is-current, .onboarding-progress .is-complete { color: var(--ink); }
.onboarding-progress .is-current span { color: #fff; background: var(--purple); box-shadow: 0 0 0 6px rgba(114,87,245,.12); }
.onboarding-progress .is-complete span { color: #fff; background: var(--success); }
.onboarding-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.onboarding-card__intro { padding: 35px 45px 25px; background: linear-gradient(140deg, #f2efff, #f8f7ff); }
.onboarding-card__intro--center { text-align: center; }
.onboarding-card__intro h1 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.2rem); }
.onboarding-card__intro p:last-child { color: var(--muted); }
.onboarding-form { padding: 30px 45px 38px; }
.onboarding-note { margin: 18px 0; padding: 14px; color: #675d7d; background: #f8f3ff; border-radius: 10px; font-size: .8rem; }
.onboarding-actions { display: flex; margin-top: 25px; align-items: center; justify-content: space-between; }
.plan-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.plan-choice { position: relative; display: grid; padding: 25px; border: 2px solid var(--line); border-radius: 15px; cursor: pointer; }
.plan-choice input { position: absolute; opacity: 0; }
.plan-choice.is-selected, .plan-choice:has(input:checked) { border-color: var(--purple); box-shadow: 0 10px 28px rgba(114,87,245,.13); }
.plan-choice__check { position: absolute; top: 15px; right: 15px; display: grid; width: 24px; height: 24px; place-items: center; color: #fff; background: #dfe2e9; border-radius: 50%; font-size: .7rem; }
.plan-choice:has(input:checked) .plan-choice__check { background: var(--purple); }
.plan-choice > strong { font-size: 1.35rem; }
.plan-choice__price { margin-top: 12px; font-size: 2.1rem; font-weight: 900; }
.plan-choice__price small { color: var(--muted); font-size: .78rem; }
.plan-choice__activation, .plan-choice__service { color: var(--muted); font-size: .77rem; }
.plan-choice__service { margin-top: 9px; color: var(--ink); font-weight: 700; }
.plan-choice ul { display: grid; gap: 7px; padding-left: 20px; color: #58657a; font-size: .75rem; }
.manager-assignment { display: grid; margin-top: 20px; padding: 18px; grid-template-columns: 50px 1fr auto; gap: 14px; align-items: center; background: var(--aqua-soft); border: 1px solid #c8efec; border-radius: 14px; }
.manager-assignment h2 { margin-bottom: 3px; font-size: 1.2rem; }
.manager-assignment p:last-child { margin-bottom: 0; color: var(--muted); font-size: .78rem; }

.manager-hero { display: flex; margin-bottom: 20px; padding: 28px; align-items: center; justify-content: space-between; gap: 30px; color: #fff; background: linear-gradient(120deg, var(--navy), #2b416e); border-radius: 20px; }
.manager-hero h1 { margin-bottom: 8px; font-size: clamp(2rem, 4vw, 3.4rem); }
.manager-hero p:last-child { max-width: 690px; margin-bottom: 0; color: #c6cede; }
.manager-hero__metrics { display: grid; grid-template-columns: repeat(3, 1fr); min-width: 360px; gap: 10px; }
.manager-hero__metrics span { padding: 15px; background: rgba(255,255,255,.08); border-radius: 11px; text-align: center; font-size: .72rem; }
.manager-hero__metrics strong { display: block; font-size: 1.6rem; }
.manager-tabs { display: flex; margin-bottom: 18px; gap: 7px; overflow-x: auto; }
.manager-tabs a { padding: 9px 13px; color: var(--muted); border-radius: 9px; white-space: nowrap; font-size: .78rem; font-weight: 800; }
.manager-tabs a[aria-current], .manager-tabs a:hover { color: var(--purple-dark); background: var(--purple-soft); }
.manager-portfolio { display: grid; gap: 11px; }
.founder-row { display: grid; padding: 17px; grid-template-columns: 1.25fr 1.3fr 1fr auto auto; gap: 18px; align-items: center; }
.founder-row__identity { display: flex; gap: 11px; align-items: center; }
.founder-row__identity h2 { margin: 0; font-size: 1rem; }
.founder-row__identity p, .founder-row__identity small { display: block; margin: 0; color: var(--muted); font-size: .68rem; }
.founder-row__details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.founder-row__details small, .founder-row__details strong { display: block; }
.founder-row__details small { color: var(--muted); font-size: .58rem; text-transform: uppercase; }
.founder-row__details strong { font-size: .72rem; }
.founder-row__progress > div:first-child { display: flex; justify-content: space-between; font-size: .7rem; }
.founder-row__progress small { color: var(--muted); font-size: .62rem; }
.founder-row__alerts { display: grid; gap: 5px; }
.attention-pill { padding: 5px 8px; color: var(--purple-dark); background: var(--purple-soft); border-radius: 999px; white-space: nowrap; font-size: .62rem; font-weight: 900; }
.attention-pill--warning { color: var(--warning); background: #fff5df; }
.empty-state { padding: 50px 25px; text-align: center; }
.empty-state > span { display: grid; width: 58px; height: 58px; margin: 0 auto 17px; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-weight: 900; }

.founder-detail-heading { align-items: center; flex-wrap: wrap; }
.founder-detail-heading > div { display: flex; align-items: center; gap: 14px; }
.founder-detail-heading h1 { margin: 0; font-size: 2rem; }
.founder-detail-heading p:last-child { margin: 3px 0 0; color: var(--muted); }
.manager-founder-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 20px; }
.manager-workspace-card { padding: 22px; }
.manager-founder-sidebar { display: grid; align-content: start; gap: 15px; }
.manager-founder-sidebar .card { padding: 19px; }
.manager-stage { margin-top: 12px; border: 1px solid var(--line); border-radius: 11px; }
.manager-stage summary { display: grid; padding: 12px; grid-template-columns: 31px 1fr auto; gap: 9px; align-items: center; cursor: pointer; }
.manager-stage summary > span { display: grid; width: 28px; height: 28px; place-items: center; color: var(--purple-dark); background: var(--purple-soft); border-radius: 7px; font-size: .6rem; font-weight: 900; }
.manager-stage summary small { color: var(--muted); }
.manager-stage > div { border-top: 1px solid var(--line); }
.manager-task { display: grid; padding: 10px 12px; grid-template-columns: 1.1fr 145px 1fr auto; gap: 9px; align-items: center; border-bottom: 1px solid #edf0f4; }
.manager-task:last-child { border-bottom: 0; }
.manager-task strong, .manager-task small { display: block; }
.manager-task strong { font-size: .76rem; }
.manager-task small { color: var(--muted); font-size: .62rem; }
.manager-task input, .manager-task select { min-height: 36px; padding: 7px; border: 1px solid #cfd5e1; border-radius: 7px; font-size: .7rem; }
.snapshot-list { display: grid; gap: 10px; margin: 0; }
.snapshot-list div { padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.snapshot-list dt { color: var(--muted); font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.snapshot-list dd { margin: 2px 0 0; font-size: .77rem; }
.manager-lower-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; margin-top: 20px; }
.manager-lower-grid > .card { padding: 20px; }
.message-thread--compact { max-height: 430px; padding-inline: 0; }
.manager-meeting { display: grid; margin-top: 12px; padding: 14px; background: #f8f8fc; border: 1px solid var(--line); border-radius: 10px; }
.manager-meeting > p, .manager-meeting > small { color: var(--muted); }

.handoff-actions { margin-bottom: 22px; }
.handoff-pack { display: grid; gap: 20px; color: var(--ink); }
.handoff-cover { display: flex; min-height: 240px; padding: 42px; align-items: center; justify-content: space-between; gap: 30px; color: #fff; background: linear-gradient(135deg, #332767, #7257f5 65%, #7c6aff); border-radius: 24px; box-shadow: var(--shadow); }
.handoff-cover img { width: 128px; margin-bottom: 25px; padding: 8px 12px; background: #fff; border-radius: 9px; }
.handoff-cover .eyebrow { color: #cfcbff; }
.handoff-cover h2 { margin: 3px 0 8px; color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); }
.handoff-cover p { margin: 0; color: #e8e6ff; }
.handoff-score { display: grid; width: 160px; min-width: 160px; height: 160px; padding: 20px; place-content: center; text-align: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: inset 0 0 0 8px rgba(255,255,255,.06); }
.handoff-score strong { font-family: var(--display); font-size: 2.8rem; line-height: 1; }
.handoff-score span { margin-top: 7px; color: #e3e0ff; font-size: .72rem; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.handoff-section { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-soft); break-inside: avoid; }
.handoff-section h2 { margin: 2px 0 4px; font-size: 1.5rem; }
.handoff-section__heading { display: flex; margin-bottom: 22px; align-items: center; justify-content: space-between; gap: 18px; }
.handoff-section__heading .eyebrow { margin-bottom: 3px; }
.handoff-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; margin: 0; background: var(--line); border: 1px solid var(--line); border-radius: 14px; }
.handoff-facts div { padding: 18px; background: #fff; }
.handoff-facts dt, .handoff-metrics dt { margin-bottom: 4px; color: var(--muted); font-size: .7rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.handoff-facts dd, .handoff-metrics dd { margin: 0; font-weight: 850; }
.handoff-boundary { margin-top: 18px; padding: 14px 16px; color: #5b536f; background: var(--lavender); border-radius: 11px; font-size: .82rem; }
.handoff-phase-list { display: grid; gap: 8px; }
.handoff-phase-list > div { display: grid; grid-template-columns: 32px minmax(180px, 1fr) minmax(140px, 2fr) 40px; min-width: 0; padding: 12px 14px; align-items: center; gap: 14px; background: #fafaff; border: 1px solid #eceaf5; border-radius: 12px; }
.handoff-phase-list__number { display: grid; width: 30px; height: 30px; place-items: center; color: var(--purple-dark); background: var(--lavender); border-radius: 50%; font-weight: 900; }
.handoff-phase-list strong, .handoff-phase-list small { display: block; }
.handoff-phase-list small { margin-top: 2px; color: var(--muted); font-size: .72rem; }
.handoff-phase-list b { text-align: right; font-size: .8rem; }
.handoff-evidence-list, .handoff-attention-list { display: grid; gap: 10px; }
.handoff-evidence-list article { display: grid; grid-template-columns: 30px 1fr; padding: 15px; gap: 12px; background: #f8fbfa; border: 1px solid #dfeee9; border-radius: 12px; break-inside: avoid; }
.handoff-evidence-list article > span { display: grid; width: 27px; height: 27px; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-weight: 900; }
.handoff-evidence-list strong, .handoff-evidence-list small { display: block; }
.handoff-evidence-list small { color: var(--muted); font-size: .72rem; }
.handoff-evidence-list p, .handoff-attention-list p { margin: 6px 0 0; color: #626b79; font-size: .82rem; }
.handoff-attention-list article { display: grid; grid-template-columns: 1fr auto auto; padding: 15px; align-items: center; gap: 15px; background: #fffcf5; border: 1px solid #f0e5c7; border-radius: 12px; break-inside: avoid; }
.handoff-empty { padding: 20px; text-align: center; color: var(--muted); background: #fafaff; border: 1px dashed #dcd9e8; border-radius: 12px; }
.handoff-empty p { margin: 0; }
.handoff-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.handoff-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; margin: 18px 0; background: var(--line); border: 1px solid var(--line); border-radius: 12px; }
.handoff-metrics div { padding: 15px; background: #fff; }
.handoff-links { display: flex; flex-wrap: wrap; gap: 8px; }
.handoff-links a { padding: 7px 10px; color: var(--purple-dark); background: var(--lavender); border-radius: 8px; font-size: .76rem; font-weight: 850; }
.handoff-calendar__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.handoff-calendar article { padding: 18px; background: #fafaff; border: 1px solid #e8e5f2; border-radius: 13px; }
.handoff-calendar article > span { color: var(--purple); font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.handoff-calendar h3 { margin: 8px 0; font-size: 1rem; }
.handoff-calendar p { margin: 0; color: var(--muted); font-size: .78rem; }
.handoff-footer { display: grid; grid-template-columns: 1fr 1fr; padding: 28px; gap: 22px; color: #d9d5ef; background: var(--ink); border-radius: 18px; break-inside: avoid; }
.handoff-footer p { display: grid; margin: 0; gap: 13px; }
.handoff-footer strong, .handoff-footer span, .handoff-footer small { display: block; }
.handoff-footer > div { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: .72rem; line-height: 1.55; }
.active-plan-card__manage { min-width: 210px; }

.error-page { display: grid; min-height: 62vh; padding: 50px 20px; place-items: center; text-align: center; }
.error-page__mark { display: grid; width: 70px; height: 70px; margin: 0 auto 20px; place-items: center; color: #fff; background: var(--purple); border-radius: 20px; font-weight: 900; }

@media (max-width: 1120px) {
    .app-shell { grid-template-columns: 215px minmax(0,1fr); }
    .app-content { padding-inline: 24px; }
    .dashboard-grid, .guide-layout, .brand-layout { grid-template-columns: 1fr; }
    .brand-sidebar { grid-template-columns: repeat(3, 1fr); }
    .founder-row { grid-template-columns: 1fr 1.2fr auto; }
    .founder-row__progress { display: none; }
    .manager-founder-grid { grid-template-columns: 1fr; }
    .manager-founder-sidebar { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
    .section { padding: 75px 0; }
    .public-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 18px 20px 24px; align-items: stretch; flex-direction: column; gap: 4px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
    .public-nav.is-open { display: flex; }
    .public-nav a { padding: 10px; }
    .mobile-menu-button, .sidebar-toggle { display: block; }
    .hero__grid, .split-section, .calculator-story, .manager-story__grid, .faq-grid { grid-template-columns: 1fr; }
    .hero { padding-top: 60px; }
    .hero__copy { text-align: center; }
    .hero__lead { margin-inline: auto; }
    .hero__actions, .hero__trust { justify-content: center; }
    .hero__product { width: min(100%, 630px); margin: auto; }
    .proof-strip__inner { grid-template-columns: repeat(2, 1fr); }
    .proof-strip__inner > div { padding: 16px 20px; }
    .journey-cards { grid-template-columns: repeat(2, 1fr); }
    .journey-card--featured { transform: none; }
    .manager-story__visual { min-height: 380px; }
    .pricing-grid { grid-template-columns: 1fr; }
    .price-card--featured { transform: none; }
    .final-cta__inner { align-items: flex-start; flex-direction: column; }
    .auth-page { grid-template-columns: 1fr; }
    .auth-page__aside { min-height: 400px; }
    .app-shell { display: block; }
    .sidebar { position: fixed; left: 0; width: 255px; transform: translateX(-105%); transition: transform .22s ease; box-shadow: var(--shadow); }
    .sidebar.is-open { transform: translateX(0); }
    .app-topbar { padding-inline: 18px; }
    .app-topbar__context { margin-right: auto; margin-left: 12px; }
    .dashboard-grid { grid-template-columns: 1fr; }
    .workspace-layout { grid-template-columns: 1fr; }
    .workspace-filters { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
    .privacy-reminder { grid-column: 1 / -1; }
    .earnings-layout { grid-template-columns: 1fr; }
    .earnings-inputs { position: static; }
    .referral-layout { grid-template-columns: 1fr; }
    .referral-preview { position: static; }
    .messages-layout { grid-template-columns: 1fr; }
    .billing-grid { grid-template-columns: 1fr; }
    .manager-hero { align-items: stretch; flex-direction: column; }
    .manager-hero__metrics { min-width: 0; }
    .manager-task { grid-template-columns: 1fr 140px; }
    .manager-task input { grid-column: 1 / -1; }
    .manager-lower-grid { grid-template-columns: 1fr; }
    .handoff-two-column { grid-template-columns: 1fr; }
    .handoff-calendar__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
    .container { width: min(calc(100% - 28px), var(--max)); }
    .section { padding: 62px 0; }
    h1 { font-size: 2.55rem; }
    .brand img { width: 103px; }
    .brand__product { font-size: .72rem; }
    .product-window__body { grid-template-columns: 80px 1fr; min-height: 330px; }
    .product-window__brand { padding-inline: 12px; }
    .mock-grid { grid-template-columns: 1fr; padding: 16px; }
    .mock-progress { grid-row: auto; }
    .floating-card { display: none; }
    .proof-strip__inner { grid-template-columns: 1fr; padding-block: 10px; }
    .proof-strip__inner > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .journey-cards { grid-template-columns: 1fr; }
    .pricing-grid { display: block; }
    .price-card { margin-bottom: 18px; padding: 28px 22px; }
    .price-card ul { min-height: 0; }
    .public-footer__grid { grid-template-columns: 1fr; gap: 30px; }
    .public-footer__bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
    .auth-page__aside, .auth-page__form { padding: 40px 24px; }
    .auth-page__aside { min-height: 330px; }
    .field-row, .field-row--three { grid-template-columns: 1fr; gap: 0; }
    .legal-page__grid { grid-template-columns: 1fr; gap: 35px; }
    .legal-page aside { position: static; }
    .legal-copy h1 { font-size: 2.3rem; }
    .app-content { padding: 25px 14px 55px; }
    .app-topbar__context span { display: none; }
    .manager-chip span:last-child { display: none; }
    .page-heading, .welcome-row, .workspace-header, .messages-header { align-items: flex-start; flex-direction: column; }
    .dashboard-kpis { grid-template-columns: 1fr; }
    .dashboard-brand-card { grid-template-columns: 1fr; }
    .phase-item { grid-template-columns: 32px 1fr 32px; }
    .phase-item .mini-progress { display: none; }
    .workspace-filters { grid-template-columns: 1fr; }
    .task-row { grid-template-columns: 27px 1fr 18px; }
    .task-row .status-badge { grid-column: 2; justify-self: start; }
    .guide-hero { align-items: flex-start; flex-direction: column; }
    .status-form, .status-form select { width: 100%; }
    .earnings-kpis { grid-template-columns: 1fr; }
    .earnings-hero-card > div:first-child { align-items: flex-start; flex-direction: column; }
    .earnings-ceiling { grid-template-columns: 1fr; }
    .earnings-range__bars > div { grid-template-columns: 100px 1fr 65px; }
    .brand-status strong { display: none; }
    .brand-sidebar { grid-template-columns: 1fr; }
    .website-preview__nav span, .website-preview__nav button { display: none; }
    .website-preview__hero { min-height: 250px; padding: 30px 20px; }
    .one-sheet { min-height: 740px; padding: 28px; aspect-ratio: auto; }
    .message { max-width: 92%; }
    .billing-details, .active-plan-card { align-items: flex-start; flex-direction: column; }
    .onboarding-card__intro, .onboarding-form { padding: 27px 20px; }
    .plan-choice-grid { grid-template-columns: 1fr; }
    .manager-assignment { grid-template-columns: 44px 1fr; }
    .manager-assignment .status-pill { grid-column: 2; justify-self: start; }
    .manager-hero__metrics { grid-template-columns: 1fr; }
    .founder-row { grid-template-columns: 1fr; }
    .founder-row__details { grid-template-columns: 1fr 1fr; }
    .founder-row__alerts { display: flex; }
    .manager-founder-sidebar { grid-template-columns: 1fr; }
    .manager-task { grid-template-columns: 1fr; }
    .manager-task input { grid-column: auto; }
    .handoff-cover { padding: 28px 22px; align-items: flex-start; flex-direction: column; }
    .handoff-score { width: auto; min-width: 0; height: auto; padding: 12px 18px; border-radius: 13px; }
    .handoff-score strong { font-size: 1.8rem; }
    .handoff-section { padding: 22px 16px; }
    .handoff-section__heading { align-items: flex-start; flex-direction: column; }
    .handoff-facts, .handoff-metrics { grid-template-columns: 1fr; }
    .handoff-phase-list > div { grid-template-columns: 31px 1fr 40px; gap: 9px; }
    .handoff-phase-list .progress-bar { grid-column: 2 / -1; grid-row: 2; }
    .handoff-attention-list article { grid-template-columns: 1fr; align-items: flex-start; }
    .handoff-calendar__grid, .handoff-footer { grid-template-columns: 1fr; }
    .handoff-footer > div { grid-column: auto; }
}

@media print {
    @page { size: letter; margin: .45in; }
    body * { visibility: hidden !important; }
    #referral-print-area, #referral-print-area *,
    #handoff-print-area, #handoff-print-area * { visibility: visible !important; }
    #referral-print-area, #handoff-print-area { position: absolute; inset: 0; width: 100%; }
    .one-sheet { width: 8.5in; min-height: 11in; padding: .65in; border: 0; box-shadow: none; }
    .feedback-card, .no-print { display: none !important; }
    #handoff-print-area { display: block; color: #1f2530; font-size: 9pt; }
    #handoff-print-area > * { margin-bottom: 14px; box-shadow: none; }
    .handoff-cover { min-height: 0; padding: 24px; border-radius: 12px; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
    .handoff-cover img { width: 100px; margin-bottom: 14px; }
    .handoff-cover h2 { font-size: 25pt; }
    .handoff-score { width: 110px; min-width: 110px; height: 110px; }
    .handoff-section { padding: 18px; border-radius: 10px; box-shadow: none; }
    .handoff-section__heading { margin-bottom: 12px; }
    .handoff-facts div, .handoff-metrics div { padding: 10px; }
    .handoff-phase-list > div { padding: 7px 9px; }
    .handoff-evidence-list article, .handoff-attention-list article { padding: 9px; }
    .handoff-calendar article { padding: 10px; }
    .handoff-footer { padding: 18px; border-radius: 10px; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
