:root {
  --navy: #0f2249;
  --ink: #15254c;
  --muted: #64708a;
  --line: #d9e0ed;
  --soft: #f3f6fb;
  --blue: #2456e6;
  --green: #0c7a63;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--soft); font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif; letter-spacing: 0; }
a { color: inherit; }
.member-header { min-height: 68px; padding: 0 max(24px, calc((100vw - 1040px) / 2)); display: flex; align-items: center; justify-content: space-between; background: var(--navy); color: #fff; }
.member-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.member-brand span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; background: #fff; color: var(--navy); font-weight: 800; }
.member-header nav, .member-footer nav { display: flex; align-items: center; gap: 18px; }
.member-header nav a { text-decoration: none; font-size: 14px; }
.member-header nav .primary { padding: 9px 14px; border-radius: 6px; background: #fff; color: var(--navy); font-weight: 700; }
.member-shell { width: min(1040px, calc(100vw - 40px)); margin: 0 auto; padding: 52px 0 80px; }
.member-auth { width: min(520px, 100%); margin: 0 auto; padding: 34px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.eyebrow { margin: 0 0 8px; color: var(--blue); font-size: 13px; font-weight: 800; }
h1 { margin: 0 0 10px; font-size: 34px; line-height: 1.2; }
h2 { margin: 0 0 10px; font-size: 20px; }
p { color: var(--muted); line-height: 1.65; }
.member-alert { margin: 20px 0; padding: 12px 14px; border: 1px solid #efb7b0; background: #fff5f3; color: #9e2d21; font-size: 14px; }
.member-form { display: grid; gap: 16px; margin-top: 24px; }
.member-form label:not(.member-check) { display: grid; gap: 7px; }
.member-form label > span { font-size: 13px; font-weight: 700; }
.member-form input { width: 100%; min-height: 44px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); font: inherit; }
.member-form input:focus { outline: 2px solid rgba(36, 86, 230, .2); border-color: var(--blue); }
.member-form small { color: var(--muted); font-size: 12px; }
.member-form button, .member-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 20px; border: 0; border-radius: 6px; background: var(--navy); color: #fff; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; }
.member-button.secondary { background: #fff; color: var(--navy); border: 1px solid var(--line); }
.member-check { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.member-check input { width: 17px; min-height: 17px; margin-top: 2px; }
.member-check a { color: var(--blue); }
.member-switch { margin: 22px 0 0; text-align: center; font-size: 14px; }
.member-switch a { color: var(--blue); font-weight: 700; }
.member-page-head { margin-bottom: 26px; }
.member-page-head p:last-child { margin-bottom: 0; }
.member-product-hero { display: grid; gap: 34px; margin-bottom: 0; padding: 48px; overflow: hidden; border-radius: 8px; background: var(--navy); color: #fff; }
.member-product-hero .eyebrow { color: #8eafff; }
.member-product-hero h1 { max-width: 760px; margin-bottom: 18px; color: #fff; font-size: 42px; line-height: 1.22; }
.member-product-hero__copy > p:last-child { max-width: 800px; margin: 0; color: #cbd6ec; font-size: 16px; }
.member-product-hero__offer { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(180px, .72fr) auto; gap: 28px; align-items: end; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .18); }
.member-product-hero__offer > div { display: grid; gap: 5px; }
.member-product-hero__offer span, .member-product-hero__offer small { color: #aebbd4; font-size: 12px; }
.member-product-hero__offer strong { color: #fff; font-size: 26px; line-height: 1.2; }
.member-product-hero__offer strong em { margin-right: 5px; color: #aebbd4; font-size: 13px; font-style: normal; }
.member-product-hero__trial strong { font-size: 20px; }
.member-button--light { min-width: 180px; background: #fff; color: var(--navy); }
.member-product-section { padding: 62px 0; border-bottom: 1px solid var(--line); }
.member-product-section__head { max-width: 720px; margin-bottom: 26px; }
.member-product-section__head h2 { margin-bottom: 8px; font-size: 28px; line-height: 1.35; }
.member-product-section__head > p:last-child { margin: 0; }
.member-feature-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.member-feature { grid-column: span 2; min-height: 196px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.member-feature:nth-child(4), .member-feature:nth-child(5) { grid-column: span 3; min-height: 170px; }
.member-feature > span { display: block; margin-bottom: 24px; color: var(--blue); font-size: 12px; font-weight: 800; }
.member-feature h3 { margin: 0 0 9px; color: var(--ink); font-size: 17px; }
.member-feature p { margin: 0; color: #536079; font-size: 14px; line-height: 1.65; }
.member-product-positioning { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; margin-inline: calc(50% - 50vw); padding: 48px max(24px, calc((100vw - 1040px) / 2)); background: #e9f6f2; }
.member-product-positioning h2 { margin: 0; font-size: 25px; line-height: 1.4; }
.member-product-positioning p:last-child { margin: 0; color: #3f5e58; }
.member-product-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 34px 0 0; padding: 0; list-style: none; }
.member-product-process li { min-width: 0; padding: 0 22px; border-left: 1px solid var(--line); }
.member-product-process li:first-child { padding-left: 0; border-left: 0; }
.member-product-process li:last-child { padding-right: 0; }
.member-product-process li > span { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 15px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 12px; font-weight: 800; }
.member-product-process strong { font-size: 15px; }
.member-product-process p { margin: 6px 0 0; font-size: 13px; line-height: 1.55; }
.member-product-faq { padding: 62px 0; }
.member-faq-list { border-top: 1px solid var(--line); }
.member-faq-list details { border-bottom: 1px solid var(--line); }
.member-faq-list summary { position: relative; padding: 19px 42px 19px 0; color: var(--ink); font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }
.member-faq-list summary::-webkit-details-marker { display: none; }
.member-faq-list summary::after { position: absolute; top: 18px; right: 8px; color: var(--blue); content: "+"; font-size: 22px; font-weight: 400; line-height: 1; }
.member-faq-list details[open] summary::after { content: "−"; }
.member-faq-list details p { max-width: 800px; margin: -3px 0 20px; color: #536079; font-size: 14px; }
.member-plan, .member-card { padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.member-plan { display: grid; grid-template-columns: 1.05fr 1.4fr 1.2fr; gap: 0; align-items: stretch; padding: 0; overflow: hidden; border-top: 3px solid var(--blue); }
.member-plan > div { min-width: 0; padding: 24px 26px; }
.member-plan > div + div { border-left: 1px solid var(--line); }
.member-plan span, .member-summary span { color: var(--muted); font-size: 13px; }
.member-plan__intro { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.member-plan__intro .member-plan__badge { margin-bottom: 14px; padding: 5px 9px; border-radius: 5px; background: #e8f7f2; color: var(--green); font-weight: 750; }
.member-plan__intro strong { font-size: 21px; line-height: 1.35; }
.member-plan__intro small { margin-top: 6px; color: var(--muted); line-height: 1.5; }
.member-plan__pricing { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; align-items: center; background: #fbfcff; }
.member-plan__pricing > div { display: grid; gap: 6px; }
.member-plan__list-price strong { color: var(--muted); font-size: 15px; font-weight: 600; text-decoration: line-through; }
.member-plan__offer strong { color: var(--ink); font-size: 25px; line-height: 1.25; }
.member-plan__offer strong em { color: var(--muted); font-size: 13px; font-style: normal; font-weight: 650; }
.member-plan__offer small { color: var(--muted); font-size: 12px; line-height: 1.5; }
.member-plan__features > span { display: block; margin-bottom: 9px; font-weight: 700; }
.member-plan__features ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: #3f4d69; font-size: 14px; line-height: 1.5; }
.member-plan__features li { position: relative; padding-left: 18px; }
.member-plan__features li::before { position: absolute; top: 0; left: 0; color: var(--green); content: "✓"; font-weight: 800; }
.member-application-form { grid-template-columns: 1fr 1fr; margin-top: 0; padding: 30px; background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 8px; scroll-margin-top: 24px; }
.member-application-form .wide, .member-application-form button, .member-application-form__head { grid-column: 1 / -1; }
.member-application-form__head { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.member-application-form__head h2 { margin-bottom: 4px; }
.member-application-form__head p { margin: 0; font-size: 13px; }
.member-application-form__policy { margin: -4px 0 0; text-align: center; font-size: 12px; }
.member-application-form__policy a { color: var(--blue); text-underline-offset: 3px; }
.member-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.member-summary div { display: grid; gap: 7px; }
.member-summary strong { font-size: 18px; }
.member-summary small { color: var(--muted); }
.member-action { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.member-action p, .member-empty p { margin-bottom: 0; }
.member-empty { text-align: center; padding: 48px 24px; }
.member-empty .member-button { margin-top: 15px; }
.member-status-card { margin-bottom: 18px; }
.member-status-card__title { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.member-status-card__title > div > span, .member-section-kicker { color: var(--blue); font-size: 12px; font-weight: 800; }
.member-status-card__title h2 { margin-top: 5px; font-size: 24px; }
.member-status-card__title p { margin: 0; }
.member-status-badge { flex: 0 0 auto; padding: 7px 10px; border-radius: 5px; background: #e8f7f2; color: var(--green); font-size: 12px; font-weight: 750; }
.member-journey { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin: 28px 0 0; padding: 0; list-style: none; }
.member-journey__step { position: relative; display: grid; justify-items: center; gap: 9px; color: #8993a8; font-size: 12px; text-align: center; }
.member-journey__step::before { position: absolute; z-index: 0; top: 7px; right: 50%; left: -50%; height: 2px; background: var(--line); content: ""; }
.member-journey__step:first-child::before { display: none; }
.member-journey__dot { position: relative; z-index: 1; width: 16px; height: 16px; border: 3px solid #fff; border-radius: 50%; background: #cbd3e1; box-shadow: 0 0 0 1px var(--line); }
.member-journey__step.is-complete { color: var(--green); }
.member-journey__step.is-complete::before { background: #7bc8b7; }
.member-journey__step.is-complete .member-journey__dot { background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.member-journey__step.is-current { color: var(--ink); font-weight: 750; }
.member-journey__step.is-current .member-journey__dot { background: var(--blue); box-shadow: 0 0 0 2px rgba(36, 86, 230, .2); }
.member-status-card + .member-summary { margin-bottom: 18px; }
.member-next-action, .member-opening { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.member-next-action h2, .member-opening h2 { margin-top: 6px; }
.member-next-action p, .member-opening p { margin: 0; }
.member-invite { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; align-items: center; margin-top: 16px; }
.member-invite code { min-width: 0; padding: 12px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); color: #3f4d69; text-overflow: ellipsis; white-space: nowrap; }
.member-readiness { flex: 0 0 min(420px, 44%); display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.member-readiness > div { display: grid; gap: 4px; padding: 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); }
.member-readiness > div > span { color: #8993a8; font-size: 11px; }
.member-readiness > div > strong { font-size: 13px; }
.member-readiness > div.is-ready { border-color: #bee4d9; background: #edf9f5; }
.member-readiness > div.is-ready > span { color: var(--green); }
.member-dashboard { margin-top: 18px; }
.member-dashboard__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.member-dashboard__head h2 { margin-top: 5px; font-size: 24px; }
.member-dashboard__head p { margin: 0; }
.member-dashboard__site-link { min-height: 40px; padding-inline: 15px; }
.member-dashboard__filter { display: grid; grid-template-columns: minmax(150px, 220px) minmax(150px, 220px) auto; gap: 10px; align-items: end; margin-top: 22px; padding: 15px; border: 1px solid var(--line); border-radius: 7px; background: var(--soft); }
.member-dashboard__filter label { display: grid; gap: 6px; }
.member-dashboard__filter label span { color: var(--muted); font-size: 12px; font-weight: 700; }
.member-dashboard__filter input { width: 100%; min-height: 40px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); font: inherit; cursor: pointer; }
.member-dashboard__filter button { min-height: 40px; padding: 0 18px; border: 0; border-radius: 6px; background: var(--navy); color: #fff; font: inherit; font-weight: 750; cursor: pointer; }
.member-dashboard__summary { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 18px; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; }
.member-dashboard__summary > div { display: grid; gap: 7px; padding: 18px; background: #fff; }
.member-dashboard__summary > div + div { border-left: 1px solid var(--line); }
.member-dashboard__summary span { color: var(--muted); font-size: 12px; }
.member-dashboard__summary strong { font-size: 23px; font-variant-numeric: tabular-nums; }
.member-dashboard__summary strong small { margin-left: 4px; color: var(--muted); font-size: 12px; font-weight: 600; }
.member-dashboard__columns { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 14px; margin-top: 14px; }
.member-dashboard__panel { min-width: 0; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; background: #fff; }
.member-dashboard__panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 17px; border-bottom: 1px solid var(--line); background: #fbfcff; }
.member-dashboard__panel-head h3 { margin: 0; font-size: 15px; }
.member-dashboard__panel-head span { color: var(--muted); font-size: 11px; }
.member-dashboard__table-wrap { max-height: 360px; overflow: auto; }
.member-dashboard table { width: 100%; border-collapse: collapse; font-size: 13px; }
.member-dashboard th, .member-dashboard td { padding: 11px 14px; border-bottom: 1px solid #e9edf5; text-align: right; font-variant-numeric: tabular-nums; }
.member-dashboard th { position: sticky; top: 0; background: #fff; color: var(--muted); font-size: 11px; font-weight: 700; }
.member-dashboard th:first-child, .member-dashboard td:first-child { text-align: left; }
.member-dashboard__content-list { margin: 0; padding: 0; list-style: none; }
.member-dashboard__content-list li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 13px 16px; border-bottom: 1px solid #e9edf5; }
.member-dashboard__content-list li:last-child { border-bottom: 0; }
.member-dashboard__content-list div { min-width: 0; }
.member-dashboard__content-list a { display: block; overflow: hidden; color: var(--ink); font-size: 13px; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.member-dashboard__content-list a:hover { color: var(--blue); text-decoration: underline; }
.member-dashboard__content-list span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }
.member-dashboard__content-list strong { font-size: 14px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.member-dashboard__content-list strong small { margin-left: 3px; color: var(--muted); font-size: 10px; }
.member-dashboard__empty { margin: 0; padding: 30px 18px; text-align: center; font-size: 13px; }
.member-dashboard__basis { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-top: 14px; padding: 14px 16px; border-radius: 7px; background: #f7f9fc; }
.member-dashboard__basis strong { font-size: 12px; }
.member-dashboard__basis p { margin: 4px 0 0; font-size: 12px; line-height: 1.55; }
.member-dashboard__basis > span { flex: none; color: var(--muted); font-size: 11px; white-space: nowrap; }
.member-legal { padding: 42px 48px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.member-legal h1 { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.member-legal h2 { margin-top: 38px; padding-top: 4px; font-size: 22px; }
.member-legal h3 { margin: 28px 0 8px; font-size: 17px; }
.member-legal p { margin: 10px 0; color: #3f4d69; }
.member-legal ul, .member-legal ol { margin: 12px 0; padding-left: 26px; color: #3f4d69; line-height: 1.75; }
.member-legal li + li { margin-top: 7px; }
.member-legal li > ul, .member-legal li > ol { margin-top: 7px; }
.member-legal hr { margin: 32px 0; border: 0; border-top: 1px solid var(--line); }
.member-legal a { color: var(--blue); word-break: break-all; }
.legal-date { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.legal-table-wrap { width: 100%; margin: 18px 0; overflow-x: auto; }
.member-legal table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 13px; line-height: 1.55; }
.member-legal th, .member-legal td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.member-legal th { background: var(--soft); color: var(--ink); }
.member-footer { padding: 28px max(24px, calc((100vw - 1040px) / 2)); display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; border-top: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 12px; }
.member-footer a { color: var(--muted); }
.business-info__name { display: block; margin-bottom: 9px; color: var(--ink); font-size: 13px; }
.business-info__meta { display: flex; flex-wrap: wrap; gap: 5px 18px; max-width: 760px; margin: 0; }
.business-info__meta div { display: flex; gap: 6px; }
.business-info__meta dt { color: #8791a7; }
.business-info__meta dd { margin: 0; color: var(--muted); }
.business-info__meta .business-info__wide { flex-basis: 100%; }

/* Standard application page */
.member-apply-body { background: #f1f4f9; color: #0f172a; }
.member-apply-body .member-header { min-height: 56px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); background: #0f2450; }
.member-apply-body .member-brand { gap: 9px; font-size: 15px; }
.member-apply-body .member-brand span { width: 26px; height: 26px; border-radius: 6px; background: #1d4ed8; color: #fff; font-size: 14px; font-weight: 600; }
.member-apply-body .member-header nav { gap: 22px; }
.member-apply-body .member-header nav a { color: #c7d3e8; font-size: 13px; }
.member-apply-body .member-shell { width: min(1180px, calc(100vw - 48px)); padding: 30px 0 72px; }
.member-apply-page p { margin: 0; color: #5a6b85; text-wrap: pretty; }
.member-apply-page a { color: #1d4ed8; text-decoration: none; }
.member-apply-page a:hover { color: #16389f; text-decoration: underline; }
.member-apply-intro { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px 32px; }
.member-apply-intro > div { max-width: 620px; }
.member-apply-kicker { color: #1d4ed8 !important; font-size: 11px; font-weight: 600; letter-spacing: .1em; }
.member-apply-intro h1 { margin: 8px 0 0; font-size: 25px; font-weight: 600; letter-spacing: 0; line-height: 1.35; }
.member-apply-intro > div > p:last-child { margin-top: 9px; font-size: 14px; line-height: 1.65; }
.member-apply-progress { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0; padding: 0; color: #7c8ba3; font-size: 12px; list-style: none; }
.member-apply-progress li { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.member-apply-progress li[aria-hidden="true"] { color: #c2cddd; }
.member-apply-progress li span { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #dde4ee; color: #7c8ba3; font-size: 11px; }
.member-apply-progress .is-active { color: #0f172a; }
.member-apply-progress .is-active span { background: #1d4ed8; color: #fff; }
.member-apply-page > .member-alert { margin-bottom: 0; }
.member-apply-layout { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 22px; margin-top: 26px; }
.member-apply-content { display: flex; flex: 1 1 700px; min-width: 0; flex-direction: column; gap: 18px; }
.member-apply-panel { padding: 24px 26px; border: 1px solid #e3e8f1; border-radius: 10px; background: #fff; }
.member-apply-panel > h2 { margin: 0; color: #0f172a; font-size: 17px; font-weight: 600; letter-spacing: 0; }
.member-apply-panel > p { margin-top: 7px; font-size: 13px; line-height: 1.65; }
.member-apply-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 28px; margin-top: 20px; }
.member-apply-features article:last-child { grid-column: 1 / -1; max-width: calc(50% - 14px); }
.member-apply-features article > span { color: #1d4ed8; font-size: 11px; font-weight: 600; font-variant-numeric: tabular-nums; }
.member-apply-features h3, .member-apply-process h3, .member-apply-faq h3 { margin: 5px 0 0; color: #0f172a; font-size: 14px; font-weight: 600; letter-spacing: 0; }
.member-apply-features p { margin-top: 5px; font-size: 12px; line-height: 1.65; }
.member-apply-positioning { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 16px 32px; padding: 22px 26px; border: 1px solid #d2e5d9; border-radius: 10px; background: #eaf3ed; }
.member-apply-positioning > div { flex: 1 1 210px; min-width: 0; }
.member-apply-positioning span { color: #2f6b48; font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.member-apply-positioning h2 { margin: 7px 0 0; color: #0f172a; font-size: 15px; font-weight: 600; line-height: 1.45; }
.member-apply-positioning p { flex: 1 1 320px; min-width: 0; color: #3f5a4a; font-size: 12px; line-height: 1.7; }
.member-apply-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px 24px; margin: 20px 0 0; padding: 0; list-style: none; }
.member-apply-process li > span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #1d4ed8; color: #fff; font-size: 11px; }
.member-apply-process li:last-child > span { background: #dde4ee; color: #5a6b85; }
.member-apply-process h3 { margin-top: 9px; }
.member-apply-process p { margin-top: 4px; font-size: 12px; line-height: 1.6; }
.member-apply-terms { margin: 16px 0 0; }
.member-apply-terms > div { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 12px; padding: 11px 0; border-top: 1px solid #edf1f7; font-size: 13px; line-height: 1.6; }
.member-apply-terms > div:first-child { border-top: 0; }
.member-apply-terms dt { color: #7c8ba3; }
.member-apply-terms dd { margin: 0; color: #0f172a; }
.member-apply-terms .is-emphasis { color: #0f2450; }
.member-apply-faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 32px; margin-top: 18px; }
.member-apply-faq h3 { margin-top: 0; font-size: 13px; }
.member-apply-faq p { margin-top: 5px; font-size: 12px; line-height: 1.7; }
.member-apply-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; margin-top: 18px; }
.member-apply-fields label > span { display: block; margin-bottom: 6px; color: #4a5b74; font-size: 12px; }
.member-apply-fields label em { color: #1d4ed8; font-style: normal; }
.member-apply-fields label small { color: #94a3b8; font-size: 11px; }
.member-apply-fields input { width: 100%; height: 42px; padding: 0 12px; border: 1px solid #d5dde9; border-radius: 6px; outline: none; background: #fff; color: #0f172a; font: inherit; font-size: 13px; }
.member-apply-fields input[readonly] { background: #f7f9fc; color: #66758e; }
.member-apply-fields input:focus { border-color: #1d4ed8; box-shadow: 0 0 0 3px rgba(29, 78, 216, .12); }
.member-apply-summary { position: sticky; top: 22px; flex: 1 1 330px; max-width: 384px; padding: 22px 24px; border: 1px solid #dbe2ee; border-radius: 10px; background: #fff; box-shadow: 0 1px 2px rgba(15, 36, 80, .05); }
.member-apply-summary__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.member-apply-summary__head > span { color: #1d4ed8; font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.member-apply-summary__head em { padding: 4px 8px; border-radius: 4px; background: #e8edf7; color: #0f2450; font-size: 11px; font-style: normal; }
.member-apply-summary > h2 { margin: 14px 0 0; color: #0f172a; font-size: 15px; font-weight: 600; }
.member-apply-list-price { display: flex; align-items: baseline; gap: 8px; margin-top: 12px !important; color: #8794a9 !important; font-size: 12px; }
.member-apply-offer-label { margin-top: 6px !important; color: #4a5b74 !important; font-size: 12px; }
.member-apply-price { display: flex; align-items: baseline; gap: 6px; margin-top: 2px; }
.member-apply-price span { color: #4a5b74; font-size: 13px; }
.member-apply-price strong { color: #0f2450; font-size: 29px; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: 0; }
.member-apply-summary__terms { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid #edf1f7; }
.member-apply-summary__terms > div { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; font-size: 12px; line-height: 1.55; }
.member-apply-summary__terms dt { flex: none; color: #7c8ba3; }
.member-apply-summary__terms dd { margin: 0; color: #0f172a; text-align: right; }
.member-apply-agreement { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #edf1f7; cursor: pointer; }
.member-apply-agreement input { flex: none; width: 16px; height: 16px; margin: 2px 0 0; accent-color: #1d4ed8; cursor: pointer; }
.member-apply-agreement > span { color: #4a5b74; font-size: 12px; line-height: 1.65; }
.member-apply-agreement strong { display: block; margin-bottom: 3px; color: #0f172a; font-weight: 600; }
.member-apply-summary > button { width: 100%; height: 46px; margin-top: 16px; border: 0; border-radius: 7px; background: #0f2450; color: #fff; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; }
.member-apply-summary > button:hover { background: #15315f; }
.member-apply-summary > button:disabled { background: #e4e9f2; color: #98a5ba; cursor: not-allowed; }
.member-apply-policy { margin-top: 11px !important; font-size: 12px; text-align: center; }

@media (max-width: 760px) {
  .member-header { padding: 0 20px; }
  .member-shell { width: min(100% - 28px, 1040px); padding-top: 30px; }
  .member-auth, .member-card, .member-legal { padding: 22px; }
  .member-product-hero { gap: 26px; padding: 30px 24px; }
  .member-product-hero h1 { font-size: 32px; }
  .member-product-hero__copy > p:last-child { font-size: 15px; }
  .member-product-hero__offer { grid-template-columns: 1fr 1fr; gap: 22px 14px; }
  .member-product-hero__offer .member-button { grid-column: 1 / -1; }
  .member-product-section, .member-product-faq { padding: 44px 0; }
  .member-product-section__head h2 { font-size: 24px; }
  .member-feature-grid { grid-template-columns: 1fr; }
  .member-feature, .member-feature:nth-child(4), .member-feature:nth-child(5) { grid-column: auto; min-height: 0; }
  .member-feature > span { margin-bottom: 18px; }
  .member-product-positioning { grid-template-columns: 1fr; gap: 14px; padding: 36px 28px; }
  .member-product-process { grid-template-columns: 1fr 1fr; gap: 26px 0; }
  .member-product-process li:nth-child(3) { padding-left: 0; border-left: 0; }
  .member-plan, .member-summary, .member-application-form { grid-template-columns: 1fr; }
  .member-plan > div { padding: 20px 22px; }
  .member-plan > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .member-plan__pricing { grid-template-columns: 1fr 1.4fr; }
  .member-application-form .wide, .member-application-form button, .member-application-form__head { grid-column: auto; }
  .member-action, .member-footer { align-items: stretch; flex-direction: column; }
  .member-status-card__title, .member-next-action, .member-opening { align-items: stretch; flex-direction: column; }
  .member-journey { grid-template-columns: repeat(3, 1fr); gap: 20px 0; }
  .member-journey__step:nth-child(4)::before { display: none; }
  .member-invite { grid-template-columns: 1fr; }
  .member-invite code { white-space: normal; word-break: break-all; }
  .member-readiness { flex-basis: auto; width: 100%; }
  .member-dashboard__head, .member-dashboard__basis { align-items: stretch; flex-direction: column; }
  .member-dashboard__filter { grid-template-columns: 1fr 1fr; }
  .member-dashboard__filter button { grid-column: 1 / -1; }
  .member-dashboard__summary { grid-template-columns: 1fr 1fr; }
  .member-dashboard__summary > div + div { border-left: 0; }
  .member-dashboard__summary > div:nth-child(even) { border-left: 1px solid var(--line); }
  .member-dashboard__summary > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .member-dashboard__columns { grid-template-columns: 1fr; }
  .member-dashboard__basis > span { white-space: normal; }
  .member-footer { padding: 22px; }
  .business-info__meta { display: grid; gap: 7px; }
  .business-info__meta div { display: grid; grid-template-columns: 96px minmax(0, 1fr); }
  .member-apply-body .member-header { padding: 0 18px; }
  .member-apply-body .member-shell { width: min(100% - 28px, 1180px); padding-top: 24px; }
  .member-apply-intro { align-items: flex-start; }
  .member-apply-intro h1 { font-size: 23px; }
  .member-apply-progress { gap: 8px; }
  .member-apply-progress li[aria-hidden="true"] { display: none; }
  .member-apply-layout { display: grid; }
  .member-apply-content, .member-apply-summary { width: 100%; max-width: none; }
  .member-apply-summary { position: static; }
  .member-apply-panel, .member-apply-positioning, .member-apply-summary { padding: 21px 20px; }
  .member-apply-features, .member-apply-process, .member-apply-faq, .member-apply-fields { grid-template-columns: 1fr; }
  .member-apply-features article:last-child { grid-column: auto; max-width: none; }
  .member-apply-terms > div { grid-template-columns: 104px minmax(0, 1fr); }
  .member-apply-summary { order: -1; }
}
.member-dashboard__agent-activity {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 14px;
  border: 1px solid #dbe4f0;
  background: #f8fbff;
}

.member-dashboard__agent-activity > div {
  min-width: 0;
  padding: 14px 16px;
  border-right: 1px solid #dbe4f0;
}

.member-dashboard__agent-activity > div:last-child {
  border-right: 0;
}

.member-dashboard__agent-activity span {
  display: block;
  margin-bottom: 5px;
  color: #64748b;
  font-size: 12px;
}

.member-dashboard__agent-activity strong {
  display: block;
  overflow-wrap: anywhere;
  color: #102a56;
  font-size: 14px;
}

.member-dashboard__agent-activity small {
  margin-left: 3px;
  font-size: 11px;
  font-weight: 400;
}

@media (max-width: 720px) {
  .member-dashboard__agent-activity {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member-dashboard__agent-activity > div:nth-child(2) {
    border-right: 0;
  }
}

/* Standard free-trial application */
.member-apply-body .member-header {
  min-height: 56px;
  padding: 0 max(24px, calc((100vw - 1080px) / 2));
}

.member-apply-body .member-shell {
  width: min(1080px, calc(100vw - 48px));
  padding: 26px 0 64px;
}

.member-apply-page p {
  margin: 0;
  text-wrap: pretty;
}

.member-apply-intro {
  display: block;
  max-width: 660px;
}

.member-apply-intro h1 {
  margin: 14px 0 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}

.member-apply-intro > p {
  margin-top: 10px;
  color: #4a5b74;
  font-size: 14.5px;
  line-height: 1.75;
}

.member-apply-progress {
  gap: 9px;
  color: #8794a9;
  font-size: 12.3px;
}

.member-apply-progress li {
  gap: 6px;
}

.member-apply-progress li span {
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 600;
}

.member-apply-progress .is-active {
  color: #0f2450;
  font-weight: 600;
}

.member-apply-page > .member-alert {
  margin: 18px 0 0;
}

.member-apply-assurance {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 16px 20px;
  border-radius: 12px;
  background: #0f2450;
}

.member-apply-assurance > span {
  display: grid;
  flex: none;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, .1);
  color: #8fd3c6;
  font-size: 15px;
}

.member-apply-assurance strong {
  color: #fff;
  font-size: 14.2px;
  font-weight: 600;
}

.member-apply-assurance p {
  margin-top: 5px;
  color: #b9c8e2;
  font-size: 12.8px;
  line-height: 1.75;
}

.member-apply-layout {
  gap: 18px;
  margin-top: 18px;
}

.member-apply-content {
  flex: 1 1 480px;
  gap: 16px;
}

.member-apply-panel {
  padding: 24px 26px;
  border-radius: 12px;
}

.member-apply-panel > h2 {
  font-size: 16.5px;
}

.member-apply-panel > p {
  margin-top: 7px;
  font-size: 13.2px;
  line-height: 1.7;
}

.member-apply-fields {
  grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  gap: 14px 18px;
  margin-top: 16px;
}

.member-apply-fields label > span {
  margin-bottom: 6px;
  font-size: 12.5px;
}

.member-apply-fields label > small {
  display: block;
  margin-top: 6px;
  color: #8794a9;
  font-size: 11.5px;
  line-height: 1.6;
}

.member-apply-fields input {
  height: 44px;
  padding: 0 13px;
  border-radius: 8px;
  font-size: 14px;
}

.member-apply-faq {
  display: block;
  margin-top: 12px;
  border-top: 1px solid #edf1f7;
}

.member-apply-faq details {
  border-bottom: 1px solid #edf1f7;
}

.member-apply-faq summary {
  position: relative;
  padding: 13px 28px 13px 0;
  cursor: pointer;
  color: #0f172a;
  font-size: 13.4px;
  font-weight: 600;
  list-style: none;
}

.member-apply-faq summary::-webkit-details-marker {
  display: none;
}

.member-apply-faq summary::after {
  position: absolute;
  top: 11px;
  right: 4px;
  content: "+";
  color: #98a5ba;
  font-size: 16px;
  font-weight: 400;
}

.member-apply-faq details[open] summary::after {
  content: "−";
}

.member-apply-faq summary:hover {
  color: #1d4ed8;
}

.member-apply-faq details p {
  padding: 0 8px 14px 0;
  color: #5a6b85;
  font-size: 12.8px;
  line-height: 1.75;
}

.member-apply-service-link {
  margin-top: 14px !important;
  color: #8794a9 !important;
  font-size: 12.3px !important;
}

.member-apply-summary {
  flex: 1 1 320px;
  max-width: 364px;
  padding: 22px 24px;
  border-radius: 12px;
}

.member-apply-kicker {
  color: #1d4ed8 !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
}

.member-apply-summary > h2 {
  margin: 12px 0 0;
  color: #4a5b74;
  font-size: 14.5px;
  font-weight: 600;
}

.member-apply-trial {
  margin-top: 4px;
  color: #0f2450;
  font-size: 27px;
  font-weight: 600;
}

.member-apply-ticks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.member-apply-tick {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #26344c;
  font-size: 13px;
  line-height: 1.55;
}

.member-apply-tick > span {
  display: grid;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  place-items: center;
  border-radius: 50%;
  background: #e9f7f1;
  color: #0b7a5c;
  font-size: 10px;
  font-weight: 700;
}

.member-apply-subscription-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid #edf1f7;
}

.member-apply-subscription-price span {
  color: #8794a9;
  font-size: 12.3px;
}

.member-apply-subscription-price strong {
  color: #4a5b74;
  font-size: 13.5px;
  font-weight: 600;
}

.member-apply-agreement {
  margin-top: 14px;
  padding-top: 14px;
}

.member-apply-agreement > span {
  color: #7c8ba3;
  font-size: 11.8px;
}

.member-apply-agreement em {
  color: #1d4ed8;
  font-style: normal;
}

.member-apply-agreement > span > span {
  color: #98a5ba;
}

.member-apply-summary > button {
  height: 48px;
  margin-top: 14px;
  border-radius: 9px;
  font-size: 15px;
}

.member-apply-no-charge {
  margin-top: 10px !important;
  color: #8794a9 !important;
  font-size: 11.8px;
  text-align: center;
}

.member-apply-policy {
  margin-top: 8px !important;
  font-size: 11.8px;
}

@media (max-width: 900px) {
  .member-apply-body .member-header {
    padding: 0 18px;
  }

  .member-apply-body .member-shell {
    width: min(100% - 28px, 1080px);
    padding-top: 24px;
  }

  .member-apply-layout {
    display: grid;
  }

  .member-apply-content,
  .member-apply-summary {
    width: 100%;
    max-width: none;
  }

  .member-apply-summary {
    position: static;
    order: 2;
  }

  .member-apply-panel,
  .member-apply-summary {
    padding: 20px 18px;
  }
}

@media (max-width: 560px) {
  .member-apply-intro h1 {
    font-size: 23px;
  }

  .member-apply-progress {
    align-items: flex-start;
  }

  .member-apply-progress li[aria-hidden="true"] {
    display: none;
  }

  .member-apply-fields {
    grid-template-columns: 1fr;
  }
}
