
/* Workforce Benefits Access V3 — structural routing + conversion refinements */

.audience-grid a{
  display:flex;align-items:center;justify-content:center;min-height:54px;padding:12px 14px;
  border:1px solid rgba(6,45,73,.12);border-radius:16px;background:#fff;color:#163e4b;
  font-weight:800;text-decoration:none;box-shadow:0 8px 22px rgba(6,45,73,.055);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.audience-grid a:hover{transform:translateY(-3px);border-color:rgba(17,169,181,.42);box-shadow:0 14px 30px rgba(6,45,73,.10);background:#f7fcfb}
.audience-grid a.priority{border-color:rgba(17,169,181,.28);background:linear-gradient(180deg,#fff,#f0faf8)}
.audience-grid a.employer{border-color:rgba(245,181,46,.34);background:linear-gradient(180deg,#fff,#fff9eb)}

.workforce-route-strip{margin-top:30px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.workforce-route-strip a{padding:16px;border-radius:18px;border:1px solid rgba(6,45,73,.10);background:rgba(255,255,255,.78);text-decoration:none;color:#123c4a}
.workforce-route-strip strong{display:block;margin-bottom:5px}
.workforce-route-strip small{display:block;color:#637b84;line-height:1.45}

.campaign-resource-note{
  margin-top:12px;padding:12px 14px;border-radius:14px;background:rgba(245,181,46,.10);
  border:1px solid rgba(245,181,46,.28);color:#614a16;font-size:.78rem;line-height:1.5
}

.workforce-size-prompt{
  margin-top:24px;padding:22px;border:1px solid rgba(17,169,181,.22);border-radius:22px;
  background:linear-gradient(135deg,#f2fbfa,#fff);box-shadow:0 14px 34px rgba(6,45,73,.07)
}
.workforce-size-prompt[hidden]{display:none!important}
.workforce-size-prompt h4{margin:0 0 7px;color:#07354b;font-size:1.12rem}
.workforce-size-prompt p{margin:0 0 14px;color:#5b737d;font-size:.9rem}
.size-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
.size-option{
  min-height:54px;padding:10px;border:1px solid #d5e4e4;border-radius:14px;background:#fff;
  color:#173f4b;font-weight:800;cursor:pointer
}
.size-option:hover,.size-option.selected{border-color:#11a9b5;background:#eaf9f7;color:#062d49}

.secondary-routes{display:grid;gap:10px;margin-top:16px}
.secondary-routes:empty{display:none}
.secondary-route{
  display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:14px 15px;border-radius:16px;
  border:1px solid rgba(6,45,73,.10);background:#f7fbfb
}
.secondary-route strong{display:block;color:#07354b;font-size:.9rem}
.secondary-route small{display:block;margin-top:3px;color:#687f87;line-height:1.4}
.secondary-route a{color:#08778a;font-weight:900;text-decoration:none;white-space:nowrap}

.routing-note{
  margin-top:14px;padding:12px 14px;border-radius:14px;background:rgba(17,169,181,.07);
  color:#46636d;font-size:.78rem;line-height:1.5
}

.employer-count-note{
  margin-top:10px;color:#758990;font-size:.76rem;line-height:1.45
}

.contact-form-v3{display:grid;gap:12px}
.contact-form-v3 input,.contact-form-v3 select,.contact-form-v3 textarea{
  width:100%;min-height:48px;padding:12px 14px;border:1px solid #cfdfdf;border-radius:13px;background:#fff;color:#123844;font:inherit
}
.contact-form-v3 textarea{min-height:120px;resize:vertical}
.contact-form-v3 .consent-row,.form-box .consent-row{
  display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;color:#607780;font-size:.82rem;line-height:1.45
}
.contact-form-v3 .consent-row input,.form-box .consent-row input{width:18px;min-height:18px;margin-top:2px}
.form-box .consent-row{color:#c6d6e6}
.form-box .consent-row a{color:#8ee7ef;text-decoration:underline}

.route-disclosure{font-size:.77rem;color:#6e838a;line-height:1.5;margin-top:8px}

@media(max-width:1000px){
  .workforce-route-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .size-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:620px){
  .workforce-route-strip,.size-grid{grid-template-columns:1fr}
  .secondary-route{grid-template-columns:1fr}
  .secondary-route a{white-space:normal}
}


/* V3.1 spam-protection challenge */
.wba-captcha{
  margin:2px 0 4px;padding:15px 16px;border:1px solid rgba(17,169,181,.22);
  border-radius:16px;background:linear-gradient(135deg,#f4fbfa,#fff)
}
.wba-captcha-label{display:block;margin-bottom:8px;color:#173f4b;font-size:.84rem;font-weight:900}
.wba-captcha-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(100px,140px) auto;gap:9px;align-items:center}
.wba-captcha-question{
  min-height:48px;display:flex;align-items:center;padding:10px 13px;border-radius:12px;
  background:#eaf8f6;color:#07354b;font-weight:900
}
.wba-captcha input[name="captcha_answer"]{
  width:100%;min-height:48px;padding:10px 12px;border:1px solid #cbdedd;border-radius:12px;background:#fff;color:#123844
}
.wba-captcha button{
  min-height:48px;padding:0 13px;border:1px solid #cbdedd;border-radius:12px;background:#fff;color:#08778a;
  font:inherit;font-size:.78rem;font-weight:900;cursor:pointer
}
.wba-captcha button:hover{background:#eef9f7;border-color:#9fcbca}
.wba-captcha-status{display:block;min-height:18px;margin-top:6px;color:#a24f34;font-size:.76rem;font-weight:750}
.form-box .wba-captcha{background:rgba(255,255,255,.06);border-color:rgba(142,231,239,.18)}
.form-box .wba-captcha-label{color:#dbe7ec}
.form-box .wba-captcha-question{background:rgba(255,255,255,.08);color:#fff}
.form-box .wba-captcha input[name="captcha_answer"]{background:#071f31;color:#fff;border-color:#304763}
.form-box .wba-captcha button{background:#112a40;color:#8ee7ef;border-color:#304763}
.form-box .wba-captcha-status{color:#f3c09a}
@media(max-width:620px){.wba-captcha-row{grid-template-columns:1fr}.wba-captcha button{width:100%}}
