/* Candidate experience — scoped to preserve the newsletter and public pages. */
.beta-section { background: #eaf0f6; border-top: 1px solid #dce4ed; }
.beta-layout { display: grid; grid-template-columns: .85fr 1.35fr; align-items: start; gap: 70px; }
.beta-intro { padding-top: 26px; }
.beta-intro h2 { font-size: clamp(2.4rem,3.3vw,3.6rem); line-height: 1.13; margin-bottom: 28px; }
.beta-intro .section-lead { max-width: 375px; }
.beta-aside { border-top: 1px solid #c8d5e2; margin-top: 45px; padding-top: 30px; max-width: 350px; }
.beta-aside-mark { width: 52px; height: 52px; display: grid; place-items: center; background: #d8e6f4; color: #075fcb; border-radius: 50%; margin-bottom: 21px; }
.beta-aside h3 { font-size: 1.12rem; margin-bottom: 12px; }
.beta-aside p { color: #526275; font-size: .87rem; line-height: 1.8; }
.beta-side-note { font-size: .78rem; color: #526275; max-width: 350px; margin-block: 25px 13px; }
.beta-intro .text-link { font-size: .82rem; }
.beta-panel { padding: 36px; border: 1px solid #d4dfe9; border-radius: 16px; background: #fff; box-shadow: 0 16px 44px -25px #25486a30; min-width: 0; }
.beta-form { font-size: .88rem; }
#beta-wizard { border: 0; padding: 0; margin: 0; min-width: 0; }
#beta-wizard:disabled { opacity: .65; }
.beta-form button,.beta-form textarea { font: inherit; }
.beta-progress { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.beta-progress li { display: flex; flex-direction: column; gap: 9px; font-size: .71rem; color: #637183; line-height: 1.4; }
.beta-progress li[aria-current=step] { color: #075fcb; font-weight: 650; }
.beta-progress-number { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #bac8d6; border-radius: 50%; font-size: .69rem; font-variant-numeric: tabular-nums; }
.beta-progress li[aria-current=step] .beta-progress-number { background: #075fcb; color: #fff; border-color: #075fcb; }
.beta-progress li.is-complete .beta-progress-number { color: #075fcb; border-color: #075fcb; background: #edf4fb; }
.beta-progress-track { height: 2px; background: #e1e8ef; margin-block: 23px 30px; overflow: hidden; }
.beta-progress-track span { display: block; width: 33.333%; height: 100%; background: #075fcb; transition: width .3s ease; }
.beta-step + .beta-step { margin-top: 34px; }
.beta-form.is-enhanced .beta-step { margin-top: 0; }
.beta-step-heading { margin-bottom: 23px; }
.beta-step-heading h3 { font-size: 1.65rem; margin-bottom: 9px; letter-spacing: -.04em; scroll-margin-top: 130px; }
.beta-step-heading p { color: #596779; font-size: .86rem; }
.beta-required-note { font-size: .72rem; color: #596779; margin-bottom: 21px; }
.beta-field { padding: 0; margin: 0 0 25px; border: 0; min-width: 0; }
.beta-field:last-child { margin-bottom: 0; }
.beta-field legend,.beta-label { display: block; padding: 0; width: 100%; margin-bottom: 11px; color: #233446; font-weight: 600; font-size: .88rem; line-height: 1.7; }
.beta-requirement { font-weight: 400; color: #647184; font-size: .74rem; }
.beta-hint { font-size: .74rem; line-height: 1.7; color: #5c6a7b; margin: -4px 0 12px; }
.beta-options { display: grid; gap: 8px; }
.beta-options-compact { grid-template-columns: repeat(2,minmax(0,1fr)); }
.beta-option { display: flex; align-items: start; gap: 11px; padding: 12px 13px; border: 1px solid #7b8da0; border-radius: 7px; min-height: 48px; cursor: pointer; color: #34465a; font-size: .82rem; line-height: 1.55; transition: background .18s,border-color .18s,box-shadow .18s; }
.beta-option input { flex-shrink: 0; width: 17px; height: 17px; accent-color: #075fcb; margin: 2px 0 0; cursor: pointer; }
.beta-option:hover { border-color: #075fcb; background: #f5f9fd; }
.beta-option:has(input:checked) { border-color: #075fcb; background: #edf4fc; box-shadow: inset 0 0 0 1px #075fcb; color: #173e6b; }
.beta-option:has(input:focus-visible) { outline: 3px solid #075fcb; outline-offset: 3px; }
.beta-option input:focus-visible { outline: 0; }
.beta-option:has(input[aria-invalid=true]) { border-color: #ae293b; }
.beta-form input[type=text],.beta-form input[type=email],.beta-form textarea { display: block; width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #7b8da0; border-radius: 7px; color: #17232f; background: #fff; font-size: 1rem; line-height: 1.6; }
.beta-form textarea { resize: vertical; min-height: 95px; }
.beta-form input[aria-invalid=true],.beta-form textarea[aria-invalid=true] { border-color: #ae293b; }
.beta-count { text-align: right; font-size: .67rem; color: #647184; margin-top: 5px; font-variant-numeric: tabular-nums; }
.beta-error { font-size: .78rem; color: #a21d32; margin-top: 8px; }
.beta-compatibility { background: #f0f5fa; border-left: 3px solid #7598bb; padding: 17px 19px; border-radius: 0 7px 7px 0; margin: 0 0 25px; }
.beta-compatibility h4 { margin: 0 0 8px; color: #294665; font-size: .8rem; }
.beta-compatibility p { font-size: .76rem; color: #526275; line-height: 1.8; }
.beta-review { padding: 20px; background: #f2f5f8; border: 1px solid #e2e8ef; border-radius: 8px; margin-block: 24px; overflow-wrap: anywhere; }
.beta-review h4 { font-size: .87rem; font-weight: 650; margin: 0 0 12px; }
.beta-review-group + .beta-review-group { border-top: 1px solid #d4dfe9; padding-top: 10px; margin-top: 14px; }
.beta-review-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.beta-review-heading h5 { margin: 0; font-size: .77rem; font-weight: 600; }
.beta-review-heading button { padding: 10px 0 10px 12px; min-height: 44px; color: #075fcb; background: none; border: 0; font-size: .73rem; text-decoration: underline; text-underline-offset: .22em; }
.beta-review p,.beta-review li { font-size: .76rem; color: #536477; line-height: 1.8; }
.beta-review ul { padding-left: 18px; margin-block: 5px; }
.beta-review-comment { border-left: 2px solid #c3d2e0; padding-left: 10px; white-space: pre-line; }
.beta-privacy { font-size: .73rem; color: #546578; line-height: 1.8; margin-bottom: 20px; overflow-wrap: anywhere; }
.beta-privacy a { color: #075fcb; }
.beta-newsletter { padding-top: 18px; border-top: 1px solid #e0e6ed; }
.beta-newsletter .beta-option { padding: 0; border: 0; box-shadow: none; background: transparent; color: #233446; min-height: 32px; }
.beta-newsletter .beta-hint { margin: 4px 0 0 28px; font-size: .7rem; }
.beta-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #e0e6ed; padding-top: 23px; margin-top: 25px; }
.beta-actions .btn { margin-left: auto; font-size: .83rem; gap: 20px; }
.beta-back { display: inline-flex; gap: 12px; align-items: center; min-height: 48px; color: #46596d; background: none; border: 0; padding: 12px 4px; font-size: .85rem; }
.beta-back:hover { color: #075fcb; }
.beta-message { font-size: .8rem; color: #912135; background: #fff3f4; border: 1px solid #d6a0aa; border-radius: 6px; padding: 11px 14px; margin-top: 22px; }
.beta-message:empty { display: none; }
.beta-submit-note { margin-top: 15px; font-size: .7rem; color: #627185; text-align: right; }
.beta-success { padding-block: 35px; }
.beta-success-mark { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; color: #216048; background: #e4f2e9; margin-bottom: 30px; }
.beta-success h3 { font-size: 2rem; line-height: 1.2; letter-spacing: -.04em; margin-bottom: 22px; scroll-margin-top: 130px; }
.beta-success p { color: #586a7c; font-size: .9rem; margin-bottom: 20px; line-height: 1.9; }
.beta-success .text-link { margin-top: 12px; font-size: .83rem; }
.beta-no-js { padding: 18px; margin-top: 25px; background: #eef4fa; overflow-wrap: anywhere; }
@media (prefers-reduced-motion:no-preference) {
  .beta-form.is-enhanced .beta-step.is-active { animation: beta-step-enter .26s ease-out both; }
  .beta-success:not([hidden]) .beta-success-mark { animation: beta-confirm .45s ease-out both; }
  @keyframes beta-step-enter { from { opacity: .5; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes beta-confirm { from { opacity: 0; transform: scale(.8); } to { opacity: 1; transform: scale(1); } }
}
@media (max-width:1100px) {
  .beta-layout { gap: 38px; grid-template-columns: .8fr 1.4fr; }
  .beta-panel { padding: 28px; }
  .beta-options-compact { grid-template-columns: 1fr; }
}
@media (max-width:900px) {
  .beta-layout { grid-template-columns: 1fr; gap: 32px; }
  .beta-intro { padding-top: 0; }
  .beta-intro h2 { max-width: 540px; }
  .beta-intro .section-lead { max-width: 540px; }
  .beta-aside { display: none; }
  .beta-side-note { max-width: 540px; margin-top: 20px; }
  .beta-options-compact { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width:540px) {
  .beta-panel { padding: 24px 20px; border-radius: 12px; }
  .beta-options-compact { grid-template-columns: 1fr; }
  .beta-intro h2 { font-size: 2.4rem; }
  .beta-progress { gap: 10px; }
  .beta-progress li { font-size: .67rem; }
  .beta-progress-track { margin-bottom: 26px; }
  .beta-step-heading h3 { font-size: 1.5rem; }
  .beta-option { font-size: .82rem; }
  .beta-actions { flex-wrap: wrap; gap: 10px; }
  .beta-actions .btn { padding-inline: 15px; gap: 12px; }
  #beta-submit { width: 100%; }
  .beta-actions:has(#beta-submit:not([hidden])) .beta-back { order: 1; }
  .beta-review { padding: 15px; }
  .beta-success h3 { font-size: 1.8rem; }
  .beta-success { padding-block: 20px; }
}
@media (forced-colors:active) {
  .beta-option:has(input:checked) { outline: 2px solid Highlight; }
  .beta-progress li[aria-current=step] { border-bottom: 2px solid Highlight; }
  .beta-progress-number,.beta-success-mark { border: 1px solid ButtonText; }
}
