.apv2-join { background: var(--apv2-canvas); }
.apv2-join .apv2-main { overflow: clip; }

.apv2-join-hero { padding: 92px 0 102px; border-bottom: 1px solid var(--apv2-line); }
.apv2-join-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); align-items: center; gap: clamp(50px, 8vw, 112px); }
.apv2-join-hero-copy { max-width: 800px; }
.apv2-join-hero-copy .apv2-display { max-width: 780px; margin-top: 22px; font-size: clamp(58px, 6.2vw, 91px); line-height: .94; }
.apv2-join-hero-copy .apv2-lead { max-width: 690px; }
.apv2-join-assurance { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; color: var(--apv2-muted); font-size: 12px; font-weight: 610; }
.apv2-join-assurance span { display: inline-flex; align-items: center; gap: 6px; }
.apv2-join-assurance svg { width: 15px; height: 15px; color: var(--apv2-mint-dark); stroke-width: 2.2; }

.apv2-entry-panel { padding: 25px; border: 1px solid var(--apv2-line); border-radius: 25px; background: #fff; box-shadow: var(--apv2-shadow); }
.apv2-entry-panel > header { padding-bottom: 20px; border-bottom: 1px solid var(--apv2-line); }
.apv2-entry-panel > header span, .apv2-entry-panel > header strong { display: block; }
.apv2-entry-panel > header span { color: var(--apv2-mint-dark); font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.apv2-entry-panel > header strong { max-width: 350px; margin-top: 7px; font-size: 21px; font-weight: 680; letter-spacing: -.035em; line-height: 1.12; }
.apv2-entry-options { display: grid; padding: 7px 0; }
.apv2-entry-options > div { display: grid; grid-template-columns: 88px minmax(0, 1fr) auto; align-items: center; column-gap: 16px; row-gap: 6px; padding: 13px 8px; border-bottom: 1px solid var(--apv2-line); }
.apv2-entry-options > div > span { color: var(--apv2-ink); font-size: 19px; font-weight: 690; font-variant-numeric: tabular-nums; letter-spacing: -.035em; }
.apv2-entry-options p { margin: 0; }
.apv2-entry-options strong, .apv2-entry-options small { display: block; }
.apv2-entry-options strong { font-size: 11px; }
.apv2-entry-options small { margin-top: 3px; color: var(--apv2-faint); font-size: 9px; line-height: 1.35; }
.apv2-entry-options em { padding: 6px 8px; border-radius: 8px; color: var(--apv2-muted); background: #f2f4f5; font-size: 8px; font-style: normal; font-weight: 690; }
.apv2-entry-options > div.is-current { margin-inline: -8px; padding-inline: 16px; border-bottom-color: transparent; border-radius: 14px; background: var(--apv2-mint-soft); }
.apv2-entry-options > div.is-current > span, .apv2-entry-options > div.is-current em { color: var(--apv2-mint-dark); }
.apv2-entry-options > div.is-current em { background: #fff; }
.apv2-entry-panel > footer { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 11px; padding-top: 14px; }
.apv2-entry-panel > footer > i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: var(--apv2-blue); background: var(--apv2-blue-soft); }
.apv2-entry-panel > footer svg { width: 21px; height: 21px; }
.apv2-entry-panel > footer p { margin: 0; }
.apv2-entry-panel > footer strong, .apv2-entry-panel > footer small { display: block; }
.apv2-entry-panel > footer strong { font-size: 11px; }
.apv2-entry-panel > footer small { margin-top: 3px; color: var(--apv2-faint); font-size: 9px; line-height: 1.4; }

.apv2-pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.apv2-price-card { position: relative; display: flex; min-height: 560px; padding: 25px; border: 1px solid var(--apv2-line); border-radius: 25px; background: #fff; box-shadow: var(--apv2-shadow); flex-direction: column; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.apv2-price-card:hover { border-color: rgba(18, 22, 29, .16); box-shadow: var(--apv2-shadow-hover); transform: translateY(-4px); }
.apv2-price-card.is-featured { border-color: var(--apv2-line); background: #f7fbfa; box-shadow: 0 30px 74px rgba(26, 94, 86, .14), 0 8px 22px rgba(42, 50, 63, .045); }
.apv2-price-badge { position: absolute; top: 23px; right: 23px; padding: 6px 9px; border-radius: 999px; color: var(--apv2-mint-dark); background: var(--apv2-mint-soft); font-size: 9px; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }
.apv2-price-card.is-featured .apv2-price-badge { color: #fff; background: var(--apv2-mint-dark); box-shadow: 0 8px 20px rgba(8, 139, 118, .18); }
.apv2-price-card header > span { color: var(--apv2-ink); font-size: 16px; font-weight: 720; }
.apv2-price-card header p { min-height: 58px; margin: 10px 0 0; color: var(--apv2-muted); font-size: 12px; line-height: 1.55; }
.apv2-price { display: grid; align-content: center; min-height: 116px; margin-top: 15px; padding: 17px 0; border-top: 1px solid var(--apv2-line); border-bottom: 1px solid var(--apv2-line); }
.apv2-price > strong { margin-top: 0; font-size: clamp(41px, 4vw, 52px); font-weight: 680; font-variant-numeric: tabular-nums; letter-spacing: -.055em; line-height: .92; white-space: nowrap; }
.apv2-price > small { margin-top: 7px; color: var(--apv2-faint); font-size: 9px; }
.apv2-credit-line { display: grid; grid-template-columns: 31px minmax(0, 1fr); align-items: center; margin: 14px 0; padding: 11px 12px; border-radius: 14px; color: var(--apv2-mint-dark); background: var(--apv2-mint-soft); }
.apv2-credit-line svg { width: 21px; height: 21px; }
.apv2-credit-line p { display: flex; min-width: 0; align-items: baseline; gap: 7px; margin: 0; white-space: nowrap; }
.apv2-credit-line strong { font-size: 12px; }
.apv2-credit-line span { color: var(--apv2-muted); font-size: 12px; opacity: .84; }
.apv2-price-card ul { display: grid; gap: 9px; margin: 1px 0 20px; padding: 0; list-style: none; }
.apv2-price-card li { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 7px; color: #50565e; font-size: 11px; line-height: 1.4; }
.apv2-price-card li svg { width: 16px; height: 16px; color: var(--apv2-mint-dark); stroke-width: 2.25; }
.apv2-plan-button { display: flex; min-height: 48px; align-items: center; justify-content: space-between; margin-top: auto; padding: 0 16px; border: 1px solid var(--apv2-line); border-radius: 13px; color: var(--apv2-ink); background: #fff; font-size: 12px; font-weight: 680; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.apv2-plan-button svg { width: 18px; height: 18px; transition: transform .2s ease; }
.apv2-price-card.is-featured .apv2-plan-button { border-color: var(--apv2-ink); color: #fff; background: var(--apv2-ink); }
.apv2-plan-button:hover { box-shadow: 0 9px 22px rgba(42, 50, 63, .1); transform: translateY(-1px); }
.apv2-plan-button:hover svg { transform: translateX(3px); }
.apv2-pricing-footnote { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 14px; margin-top: 18px; padding: 20px 23px; border: 1px solid var(--apv2-line); border-radius: 18px; background: rgba(255, 255, 255, .78); }
.apv2-pricing-footnote > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; color: var(--apv2-violet); background: var(--apv2-violet-soft); }
.apv2-pricing-footnote svg { width: 23px; height: 23px; }
.apv2-pricing-footnote strong { font-size: 13px; }
.apv2-pricing-footnote p { margin: 3px 0 0; color: var(--apv2-muted); font-size: 11px; line-height: 1.5; }

.apv2-fit-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(310px, .58fr); align-items: start; gap: clamp(44px, 6vw, 78px); }
.apv2-fit-board { overflow: hidden; border: 1px solid var(--apv2-line); border-radius: 26px; background: #fff; box-shadow: var(--apv2-shadow); }
.apv2-fit-board > header { display: grid; grid-template-columns: 1fr auto; padding: 23px 25px; border-bottom: 1px solid var(--apv2-line); }
.apv2-fit-board > header span { color: var(--apv2-mint-dark); font-size: 9px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.apv2-fit-board > header strong { grid-column: 1; margin-top: 6px; font-size: 18px; font-weight: 670; letter-spacing: -.025em; }
.apv2-fit-board > header em { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--apv2-faint); font-size: 9px; font-style: normal; }
.apv2-fit-board > article { display: grid; grid-template-columns: 34px minmax(170px, .7fr) minmax(300px, 1fr); align-items: center; gap: 15px; padding: 22px 25px; border-bottom: 1px solid var(--apv2-line); }
.apv2-fit-board > article > span { align-self: start; padding-top: 4px; color: var(--apv2-faint); font-size: 9px; font-weight: 730; }
.apv2-fit-board-copy h3 { margin: 0; font-size: 19px; font-weight: 670; letter-spacing: -.035em; }
.apv2-fit-board-copy p { margin: 6px 0 0; color: var(--apv2-muted); font-size: 10px; line-height: 1.5; }
.apv2-fit-board-modules { display: grid; gap: 6px; }
.apv2-fit-board-modules > span { display: grid; grid-template-columns: 31px minmax(0, 1fr); min-height: 39px; align-items: center; gap: 8px; padding: 4px 9px 4px 4px; border: 1px solid var(--apv2-line); border-radius: 11px; color: #4b525a; font-size: 9px; font-weight: 650; }
.apv2-fit-board-modules i { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; color: var(--apv2-mint-dark); background: var(--apv2-mint-soft); }
.apv2-fit-board-modules svg { width: 17px; height: 17px; }
.apv2-fit-board > footer { padding: 15px 24px; background: #f3f6f6; }
.apv2-fit-board > footer span { display: flex; align-items: center; gap: 8px; color: var(--apv2-muted); font-size: 9px; font-weight: 620; }
.apv2-fit-board > footer svg { width: 17px; height: 17px; color: var(--apv2-mint-dark); }
.apv2-fit-copy { display: grid; border-top: 1px solid var(--apv2-line); }
.apv2-fit-copy article { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--apv2-line); }
.apv2-fit-copy article > span { grid-row: 1 / 3; color: var(--apv2-mint-dark); font-size: 10px; font-weight: 740; }
.apv2-fit-copy h3 { margin: 0; font-size: 22px; font-weight: 670; letter-spacing: -.035em; }
.apv2-fit-copy p { margin: 5px 0 0; color: var(--apv2-muted); font-size: 12px; line-height: 1.55; }

.apv2-onboarding-section .apv2-eyebrow { color: #65d4c1; }
.apv2-onboarding-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.apv2-onboarding-steps li { position: relative; min-height: 255px; padding: 24px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 23px; background: rgba(255, 255, 255, .035); }
.apv2-onboarding-steps li > span { position: absolute; top: 24px; right: 24px; color: rgba(255, 255, 255, .33); font-size: 10px; font-weight: 730; }
.apv2-onboarding-steps li > div { display: grid; width: 50px; height: 50px; margin-top: 24px; place-items: center; border-radius: 15px; color: #83dfd0; background: rgba(83, 203, 183, .1); }
.apv2-onboarding-steps li:nth-child(2) > div { color: #b8a9f6; background: rgba(122, 97, 237, .12); }
.apv2-onboarding-steps li:nth-child(3) > div { color: #9fb4ff; background: rgba(56, 103, 243, .12); }
.apv2-onboarding-steps svg { width: 27px; height: 27px; }
.apv2-onboarding-steps h3 { margin: 18px 0 7px; font-size: 22px; font-weight: 650; letter-spacing: -.035em; }
.apv2-onboarding-steps p { margin: 0; color: rgba(255, 255, 255, .52); font-size: 12px; line-height: 1.58; }

.apv2-contact-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); align-items: start; gap: 85px; }
.apv2-contact-copy { position: sticky; top: calc(var(--apv2-header-height) + 34px); }
.apv2-contact-copy h2 { margin: 16px 0 18px; font-size: clamp(38px, 4.7vw, 60px); font-weight: 680; letter-spacing: -.055em; line-height: .99; }
.apv2-contact-copy > p { max-width: 470px; margin: 0; color: var(--apv2-muted); font-size: 15px; line-height: 1.68; }
.apv2-contact-points { display: grid; gap: 12px; margin-top: 35px; }
.apv2-contact-points > div { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: center; }
.apv2-contact-points > div > svg { width: 23px; height: 23px; color: var(--apv2-mint-dark); }
.apv2-contact-points span { display: flex; flex-direction: column; }
.apv2-contact-points strong { font-size: 12px; }
.apv2-contact-points small { margin-top: 2px; color: var(--apv2-faint); font-size: 11px; }

.apv2-contact-form { position: relative; display: grid; gap: 18px; padding: clamp(26px, 4vw, 42px); border: 1px solid var(--apv2-line); border-radius: 27px; background: #fff; box-shadow: var(--apv2-shadow); }
.apv2-form-heading { display: flex; margin-bottom: 5px; flex-direction: column; }
.apv2-form-heading span { color: var(--apv2-mint-dark); font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.apv2-form-heading strong { margin-top: 7px; font-size: 22px; font-weight: 670; letter-spacing: -.03em; }
.apv2-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.apv2-field { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.apv2-field label, .apv2-module-choices legend { color: #51575f; font-size: 11px; font-weight: 680; }
.apv2-field input, .apv2-field select, .apv2-field textarea { width: 100%; min-height: 51px; padding: 13px 14px; border: 1px solid rgba(18, 22, 29, .11); border-radius: 13px; color: var(--apv2-ink); background: #fff; outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.apv2-field textarea { min-height: 112px; resize: vertical; }
.apv2-field input::placeholder, .apv2-field textarea::placeholder { color: #a0a5ab; }
.apv2-field input:focus, .apv2-field select:focus, .apv2-field textarea:focus { border-color: rgba(56, 103, 243, .48); box-shadow: 0 0 0 4px rgba(56, 103, 243, .09); }
.apv2-field.is-invalid input, .apv2-field.is-invalid select, .apv2-field.is-invalid textarea { border-color: #d8685a; box-shadow: 0 0 0 4px rgba(216, 104, 90, .08); }
.apv2-module-choices { min-width: 0; margin: 0; padding: 0; border: 0; }
.apv2-module-choices > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.apv2-module-choices label { cursor: pointer; }
.apv2-module-choices input { position: absolute; opacity: 0; pointer-events: none; }
.apv2-module-choices label span { display: inline-flex; min-height: 39px; align-items: center; padding: 0 13px; border: 1px solid rgba(18, 22, 29, .1); border-radius: 12px; color: var(--apv2-muted); background: #fff; font-size: 11px; font-weight: 620; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.apv2-module-choices input:checked + span { border-color: rgba(8, 168, 141, .28); color: var(--apv2-mint-dark); background: var(--apv2-mint-soft); }
.apv2-module-choices input:focus-visible + span { outline: 3px solid rgba(56, 103, 243, .35); outline-offset: 2px; }
.apv2-consent { display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: start; gap: 9px; cursor: pointer; }
.apv2-consent input { position: absolute; opacity: 0; pointer-events: none; }
.apv2-consent > span { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid rgba(18, 22, 29, .18); border-radius: 7px; color: transparent; background: #fff; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.apv2-consent > span svg { width: 14px; height: 14px; stroke-width: 2.4; }
.apv2-consent input:checked + span { border-color: var(--apv2-mint); color: #fff; background: var(--apv2-mint); }
.apv2-consent input:focus-visible + span { outline: 3px solid rgba(56, 103, 243, .35); outline-offset: 2px; }
.apv2-consent em { color: var(--apv2-muted); font-size: 11px; font-style: normal; line-height: 1.5; }
.apv2-consent a { color: var(--apv2-mint-dark); font-weight: 650; }
.apv2-submit { display: flex; width: 100%; min-height: 56px; align-items: center; justify-content: space-between; padding: 0 18px; border: 0; border-radius: 14px; color: #fff; background: var(--apv2-ink); font-size: 13px; font-weight: 680; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.apv2-submit svg { width: 20px; height: 20px; transition: transform .2s ease; }
.apv2-submit:hover { box-shadow: 0 12px 28px rgba(18, 22, 29, .16); transform: translateY(-1px); }
.apv2-submit:hover svg { transform: translateX(3px); }
.apv2-submit:disabled { cursor: wait; opacity: .62; transform: none; }
.apv2-submit.is-loading svg { animation: apv2-submit-spin 1s linear infinite; }
.apv2-form-status { display: none; padding: 12px 14px; border-radius: 12px; font-size: 12px; font-weight: 620; line-height: 1.45; }
.apv2-form-status.is-visible { display: block; }
.apv2-form-status.is-success { color: #087b68; background: var(--apv2-mint-soft); }
.apv2-form-status.is-error { color: #a84b40; background: #fff0ed; }
.apv2-form-note { margin: -5px 0 0; color: var(--apv2-faint); font-size: 10px; line-height: 1.5; }
.apv2-honeypot { position: absolute; left: -9999px; }

/* Package hierarchy */
.apv2-fit-board-copy > strong { display: block; margin-top: 6px; color: var(--apv2-mint-dark); font-size: 12px; font-weight: 720; }
.apv2-fit-board-modules { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.apv2-fit-copy article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: var(--apv2-mint-dark); background: var(--apv2-mint-soft); }
.apv2-fit-copy article > span svg { width: 19px; height: 19px; }

/* Light onboarding section — no dark interruption between product and inquiry. */
.apv2-onboarding-section { background: #f3f6f6; }
.apv2-onboarding-section .apv2-eyebrow { color: var(--apv2-mint-dark); }
.apv2-onboarding-steps li { border-color: var(--apv2-line); background: #fff; box-shadow: var(--apv2-shadow); }
.apv2-onboarding-steps li > span { color: var(--apv2-faint); }
.apv2-onboarding-steps h3 { color: var(--apv2-ink); }
.apv2-onboarding-steps p { color: var(--apv2-muted); }
.apv2-onboarding-steps li > div { color: var(--apv2-mint-dark); background: var(--apv2-mint-soft); }
.apv2-onboarding-steps li:nth-child(2) > div { color: var(--apv2-violet); background: var(--apv2-violet-soft); }
.apv2-onboarding-steps li:nth-child(3) > div { color: var(--apv2-blue); background: var(--apv2-blue-soft); }

/* Guided request wizard */
.apv2-contact-grid { grid-template-columns: minmax(300px, .58fr) minmax(610px, 1.42fr); gap: clamp(52px, 6vw, 82px); }
.apv2-contact-form { gap: 20px; }
.apv2-wizard-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.apv2-wizard-counter { flex: 0 0 auto; padding: 7px 10px; border-radius: 999px; color: var(--apv2-blue); background: var(--apv2-blue-soft); font-size: 12px; font-weight: 720; }
.apv2-wizard-progress { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 3px 0 7px; padding: 0; list-style: none; }
.apv2-wizard-progress li { position: relative; min-width: 0; }
.apv2-wizard-progress li:not(:last-child)::after { position: absolute; top: 18px; left: calc(50% + 19px); z-index: 0; width: calc(100% - 38px); height: 1px; background: var(--apv2-line); content: ""; }
.apv2-wizard-progress li.is-complete:not(:last-child)::after { background: rgba(8, 168, 141, .42); }
.apv2-wizard-progress button { position: relative; z-index: 1; display: grid; width: 100%; justify-items: center; gap: 5px; padding: 0 5px; border: 0; color: var(--apv2-faint); background: transparent; font-family: inherit; cursor: pointer; }
.apv2-wizard-progress button:disabled { cursor: default; opacity: .58; }
.apv2-wizard-progress button > span { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid var(--apv2-line); border-radius: 12px; background: #fff; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.apv2-wizard-progress button svg { width: 18px; height: 18px; }
.apv2-wizard-progress button em { display: none; font-size: 12px; font-style: normal; font-weight: 720; }
.apv2-wizard-progress button strong { max-width: 100%; overflow: hidden; font-size: 12px; font-weight: 660; text-overflow: ellipsis; white-space: nowrap; }
.apv2-wizard-progress li.is-active button { color: var(--apv2-mint-dark); }
.apv2-wizard-progress li.is-active button > span { border-color: rgba(8, 168, 141, .28); color: var(--apv2-mint-dark); background: var(--apv2-mint-soft); box-shadow: 0 0 0 4px rgba(8, 168, 141, .07); }
.apv2-wizard-progress li.is-complete button > span { border-color: rgba(8, 168, 141, .2); color: var(--apv2-mint-dark); }

.apv2-wizard-step { display: grid; gap: 20px; min-height: 545px; align-content: start; padding-top: 6px; }
.apv2-contact-form.is-enhanced .apv2-wizard-step[hidden] { display: none; }
.apv2-wizard-step:focus { outline: 0; }
.apv2-wizard-step-head { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--apv2-line); }
.apv2-wizard-step-head > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 16px; color: var(--apv2-mint-dark); background: var(--apv2-mint-soft); }
.apv2-wizard-step[data-jv2-step="1"] .apv2-wizard-step-head > span { color: var(--apv2-violet); background: var(--apv2-violet-soft); }
.apv2-wizard-step[data-jv2-step="2"] .apv2-wizard-step-head > span { color: var(--apv2-blue); background: var(--apv2-blue-soft); }
.apv2-wizard-step[data-jv2-step="3"] .apv2-wizard-step-head > span { color: var(--apv2-coral); background: var(--apv2-coral-soft); }
.apv2-wizard-step-head > span svg { width: 25px; height: 25px; }
.apv2-wizard-step-head em { display: block; color: var(--apv2-mint-dark); font-size: 12px; font-style: normal; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.apv2-wizard-step-head h3 { margin: 4px 0 0; font-size: clamp(25px, 3vw, 34px); font-weight: 680; letter-spacing: -.045em; line-height: 1.05; }
.apv2-wizard-step-head p { margin: 7px 0 0; color: var(--apv2-muted); font-size: 13px; line-height: 1.5; }

.apv2-choice-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.apv2-choice-field > legend { margin-bottom: 10px; color: #51575f; font-size: 12px; font-weight: 700; }
.apv2-choice-field > div { display: grid; gap: 10px; }
.apv2-choice-field label { position: relative; min-width: 0; cursor: pointer; }
.apv2-choice-field input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.apv2-choice-field label > span { display: grid; height: 100%; border: 1px solid rgba(18, 22, 29, .1); background: #fff; transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.apv2-choice-field label:hover > span { border-color: rgba(18, 22, 29, .19); box-shadow: 0 8px 24px rgba(42, 50, 63, .06); transform: translateY(-1px); }
.apv2-choice-field input:focus-visible + span { outline: 3px solid rgba(56, 103, 243, .35); outline-offset: 2px; }
.apv2-choice-field input:checked + span { border-color: rgba(8, 168, 141, .34); color: var(--apv2-mint-dark); background: var(--apv2-mint-soft); box-shadow: inset 0 0 0 1px rgba(8, 168, 141, .07); }
.apv2-choice-field.is-invalid label > span { border-color: rgba(216, 104, 90, .52); }
.apv2-choice-field.is-invalid > legend { color: #a84b40; }
.apv2-choice-field i { display: grid; place-items: center; font-style: normal; }
.apv2-choice-field i svg { width: 20px; height: 20px; }
.apv2-choice-field small { color: var(--apv2-faint); font-size: 12px; line-height: 1.4; }

.apv2-size-choices > div { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.apv2-size-choices label > span { min-height: 126px; align-content: start; justify-items: start; gap: 4px; padding: 14px 12px; border-radius: 15px; }
.apv2-size-choices i { width: 34px; height: 34px; margin-bottom: 5px; border-radius: 10px; color: var(--apv2-blue); background: var(--apv2-blue-soft); }
.apv2-size-choices strong { font-size: 15px; }

.apv2-goal-choices > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.apv2-goal-choices label > span { grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 3px 12px; min-height: 112px; padding: 15px; border-radius: 17px; }
.apv2-goal-choices i { grid-row: 1 / 3; width: 48px; height: 48px; border-radius: 14px; color: var(--apv2-violet); background: var(--apv2-violet-soft); }
.apv2-goal-choices label:nth-child(2) i { color: var(--apv2-blue); background: var(--apv2-blue-soft); }
.apv2-goal-choices label:nth-child(3) i { color: var(--apv2-mint-dark); background: var(--apv2-mint-soft); }
.apv2-goal-choices label:nth-child(4) i { color: var(--apv2-coral); background: var(--apv2-coral-soft); }
.apv2-goal-choices label[data-goal-tier="enterprise"] { grid-column: 1 / -1; }
.apv2-goal-choices label[data-goal-tier="enterprise"] i { color: var(--apv2-blue); background: var(--apv2-blue-soft); }
.apv2-goal-choices strong { font-size: 14px; line-height: 1.25; }

.apv2-package-recommendation { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid rgba(56, 103, 243, .15); border-radius: 16px; color: var(--apv2-blue); background: var(--apv2-blue-soft); }
.apv2-package-recommendation > svg { width: 25px; height: 25px; justify-self: center; }
.apv2-package-recommendation span { display: flex; min-width: 0; flex-direction: column; }
.apv2-package-recommendation strong { font-size: 13px; }
.apv2-package-recommendation small { margin-top: 2px; color: #61709b; font-size: 12px; line-height: 1.4; }
.apv2-package-choices > div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.apv2-package-choices label > span { min-height: 185px; align-content: start; gap: 5px; padding: 17px; border-radius: 17px; }
.apv2-package-choices i { width: 42px; height: 42px; margin-bottom: 7px; border-radius: 13px; color: var(--apv2-mint-dark); background: var(--apv2-mint-soft); }
.apv2-package-choices strong { font-size: 16px; }
.apv2-package-choices em { margin-top: auto; color: var(--apv2-ink); font-size: 12px; font-style: normal; font-weight: 680; }
.apv2-package-choices label.is-recommended > span { box-shadow: inset 0 0 0 1px rgba(56, 103, 243, .2); }
.apv2-package-choices label.is-recommended > span::after { align-self: end; justify-self: start; padding: 4px 7px; border-radius: 999px; color: var(--apv2-blue); background: var(--apv2-blue-soft); content: "Empfohlen"; font-size: 12px; font-weight: 720; }
.apv2-package-choices label.is-recommended input:checked + span::after { color: var(--apv2-mint-dark); background: #fff; }
.apv2-package-logic-note { display: flex; align-items: center; gap: 7px; margin: -6px 0 0; color: var(--apv2-muted); font-size: 12px; line-height: 1.45; }
.apv2-package-logic-note svg { width: 17px; height: 17px; flex: 0 0 auto; color: var(--apv2-mint-dark); }
.apv2-ads-selector { padding: 15px; border: 1px solid rgba(56, 103, 243, .15); border-radius: 16px; background: #f6f8ff; }
.apv2-ads-selector[hidden] { display: none; }
.apv2-ads-selector small { color: #61709b; font-size: 12px; line-height: 1.45; }

.apv2-wizard-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--apv2-line); border-radius: 17px; background: #f7f9f9; }
.apv2-wizard-summary > div { display: flex; min-width: 0; padding: 13px 15px; flex-direction: column; border-bottom: 1px solid var(--apv2-line); }
.apv2-wizard-summary > div:nth-child(odd) { border-right: 1px solid var(--apv2-line); }
.apv2-wizard-summary > div:nth-last-child(-n + 2) { border-bottom: 0; }
.apv2-wizard-summary span { color: var(--apv2-faint); font-size: 12px; font-weight: 650; }
.apv2-wizard-summary strong { margin-top: 4px; overflow: hidden; color: var(--apv2-ink); font-size: 13px; font-weight: 680; line-height: 1.35; text-overflow: ellipsis; }

.apv2-wizard-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 6px; }
.apv2-wizard-next, .apv2-wizard-back { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 17px; border-radius: 13px; font-family: inherit; font-size: 13px; font-weight: 680; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.apv2-wizard-next { border: 0; color: #fff; background: var(--apv2-ink); }
.apv2-wizard-back { border: 1px solid var(--apv2-line); color: var(--apv2-muted); background: #fff; }
.apv2-wizard-next:hover, .apv2-wizard-back:hover { box-shadow: 0 9px 22px rgba(42, 50, 63, .09); transform: translateY(-1px); }
.apv2-wizard-next svg, .apv2-wizard-back svg { width: 18px; height: 18px; }
.apv2-wizard-back svg { transform: rotate(180deg); }
.apv2-wizard-actions-submit .apv2-submit { width: auto; min-width: 210px; }
.apv2-consent.is-invalid > span { border-color: #d8685a; box-shadow: 0 0 0 4px rgba(216, 104, 90, .08); }

@keyframes apv2-submit-spin { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
    .apv2-join-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(370px, .75fr); gap: 40px; }
    .apv2-price-card { padding: 23px; }
    .apv2-fit-grid { grid-template-columns: 1fr; }
    .apv2-fit-copy { width: min(100%, 720px); }
    .apv2-contact-grid { grid-template-columns: minmax(260px, .5fr) minmax(590px, 1.5fr); gap: 40px; }
    .apv2-size-choices > div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
    .apv2-join-hero-grid, .apv2-pricing-grid, .apv2-contact-grid { grid-template-columns: 1fr; }
    .apv2-entry-panel { width: min(100%, 640px); }
    .apv2-price-card { min-height: auto; }
    .apv2-price-card header p { min-height: 0; }
    .apv2-onboarding-steps { grid-template-columns: 1fr; }
    .apv2-onboarding-steps li { min-height: 230px; }
    .apv2-contact-grid { gap: 46px; }
    .apv2-contact-copy { position: static; }
    .apv2-size-choices > div { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
    .apv2-join-hero { padding: 60px 0 74px; }
    .apv2-join-hero-copy .apv2-display { font-size: clamp(45px, 13vw, 61px); }
    .apv2-pricing-section, .apv2-fit-section, .apv2-onboarding-section, .apv2-contact-section { padding-block: 64px; }
    .apv2-entry-panel { padding: 18px; border-radius: 21px; }
    .apv2-entry-panel > header { padding-bottom: 16px; }
    .apv2-entry-options { padding: 4px 0; }
    .apv2-entry-options > div { grid-template-columns: 88px minmax(0, 1fr); column-gap: 16px; padding-block: 12px; }
    .apv2-entry-options em { grid-column: 2; justify-self: start; margin-top: 1px; }
    .apv2-price-card { padding: 20px; border-radius: 22px; }
    .apv2-price-card header p { margin-top: 8px; line-height: 1.5; }
    .apv2-price { min-height: 106px; margin-top: 13px; padding: 15px 0; }
    .apv2-price > strong { font-size: 44px; }
    .apv2-credit-line { margin: 12px 0; padding: 10px 11px; }
    .apv2-price-card ul { gap: 8px; margin-bottom: 18px; }
    .apv2-pricing-footnote { grid-template-columns: 40px minmax(0, 1fr); padding: 18px; }
    .apv2-fit-copy article { gap: 13px; padding: 19px 0; }
    .apv2-onboarding-steps { gap: 12px; }
    .apv2-onboarding-steps li { min-height: 0; padding: 22px; }
    .apv2-onboarding-steps li > span { top: 22px; right: 22px; }
    .apv2-onboarding-steps li > div { width: 48px; height: 48px; margin-top: 10px; }
    .apv2-onboarding-steps h3 { margin-top: 16px; }
    .apv2-fit-board { border-radius: 22px; }
    .apv2-fit-board > header { grid-template-columns: 1fr; padding: 20px; }
    .apv2-fit-board > header em { grid-column: 1; grid-row: auto; margin-top: 7px; }
    .apv2-fit-board > article { grid-template-columns: 28px minmax(0, 1fr); gap: 10px; padding: 20px; }
    .apv2-fit-board-modules { grid-column: 2; margin-top: 8px; }
    .apv2-form-row { grid-template-columns: 1fr; }
    .apv2-contact-form { gap: 16px; padding: 22px 18px; }
    .apv2-wizard-heading { align-items: start; flex-direction: column; gap: 10px; }
    .apv2-wizard-progress button strong { display: none; }
    .apv2-wizard-progress button em { display: block; }
    .apv2-wizard-step { gap: 16px; min-height: 0; }
    .apv2-size-choices > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .apv2-size-choices label > span { min-height: 112px; }
    .apv2-goal-choices > div, .apv2-package-choices > div { grid-template-columns: 1fr; }
    .apv2-goal-choices label > span { min-height: 102px; }
    .apv2-package-choices label > span { min-height: 155px; }
    .apv2-wizard-actions { align-items: stretch; flex-direction: column-reverse; }
    .apv2-wizard-actions > span:empty { display: none; }
    .apv2-wizard-next, .apv2-wizard-back, .apv2-wizard-actions-submit .apv2-submit { width: 100%; min-width: 0; }
}

@media (max-width: 390px) {
    .apv2-join-hero-copy .apv2-display { font-size: 43px; }
    .apv2-join-assurance { display: grid; }
    .apv2-entry-options > div { grid-template-columns: 84px minmax(0, 1fr); column-gap: 14px; padding-inline: 4px; }
    .apv2-entry-options > div.is-current { padding-inline: 10px; }
    .apv2-entry-options > div > span { font-size: 18px; }
    .apv2-price > strong { font-size: 41px; letter-spacing: -.06em; }
    .apv2-price-badge { top: 21px; right: 19px; }
    .apv2-fit-board > article { padding: 18px 16px; }
    .apv2-fit-board-modules { grid-template-columns: 1fr; }
    .apv2-wizard-step-head { grid-template-columns: 44px minmax(0, 1fr); gap: 11px; }
    .apv2-wizard-step-head > span { width: 44px; height: 44px; border-radius: 14px; }
    .apv2-wizard-step-head > span svg { width: 21px; height: 21px; }
    .apv2-wizard-summary { grid-template-columns: 1fr; }
    .apv2-wizard-summary > div, .apv2-wizard-summary > div:nth-child(odd), .apv2-wizard-summary > div:nth-last-child(-n + 2) { border-right: 0; border-bottom: 1px solid var(--apv2-line); }
    .apv2-wizard-summary > div:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .apv2-price-card, .apv2-plan-button, .apv2-submit.is-loading svg { animation: none; transition: none; }
}

/* Page-specific readability contract: no visible Join copy renders below 12 px. */
.apv2-join .apv2-brand-copy small,
.apv2-join .apv2-preview-pill,
.apv2-join .apv2-mobile-menu nav a span,
.apv2-join .apv2-mobile-menu nav a strong small,
.apv2-join .apv2-mobile-meta,
.apv2-join .apv2-entry-panel > header span,
.apv2-join .apv2-entry-options strong,
.apv2-join .apv2-entry-options small,
.apv2-join .apv2-entry-options em,
.apv2-join .apv2-entry-panel > footer strong,
.apv2-join .apv2-entry-panel > footer small,
.apv2-join .apv2-price-badge,
.apv2-join .apv2-price > small,
.apv2-join .apv2-credit-line span,
.apv2-join .apv2-price-card li,
.apv2-join .apv2-pricing-footnote p,
.apv2-join .apv2-fit-board > header span,
.apv2-join .apv2-fit-board > header em,
.apv2-join .apv2-fit-board > article > span,
.apv2-join .apv2-fit-board-copy p,
.apv2-join .apv2-fit-board-modules > span,
.apv2-join .apv2-fit-board > footer span,
.apv2-join .apv2-fit-copy article > span,
.apv2-join .apv2-onboarding-steps li > span,
.apv2-join .apv2-contact-points small,
.apv2-join .apv2-form-heading span,
.apv2-join .apv2-field label,
.apv2-join .apv2-ads-selector small,
.apv2-join .apv2-module-choices legend,
.apv2-join .apv2-module-choices label span,
.apv2-join .apv2-consent em,
.apv2-join .apv2-form-note { font-size: var(--apv2-readable-min); }
