.support-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}
.support-choice{display:flex;flex-direction:column;align-items:flex-start;min-height:210px;padding:26px;border:1px solid #d4e2ea;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(3,45,82,.07)}
.support-choice small{color:#a84400;font-size:.7rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.support-choice h3{margin:10px 0 8px;color:#052d52;font-size:1.3rem}
.support-choice p{margin:0 0 20px;color:#617887;line-height:1.58}
.support-choice .button{margin-top:auto}
.form-card.protected-form{position:relative}
.protected-form .hidden-field{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.form-warning{margin:0 0 16px;padding:15px 17px;border:1px solid #e4c9b6;border-radius:13px;background:#fff8f1;color:#5d4a3e;font-size:.91rem;line-height:1.5}
.form-warning strong{color:#71320a}
.turnstile-shell{min-height:66px;margin:18px 0 12px}
.turnstile-shell[hidden]{display:none}
.form-status{min-height:24px;margin:8px 0 13px;color:#637b8b;font-size:.9rem;line-height:1.45}
.form-status[data-state="error"]{color:#9d2f20}
.form-status[data-state="success"]{color:#21683a}
.form-status[data-state="pending"]{color:#052d52}
.protected-form button[disabled]{cursor:not-allowed;opacity:.62}
.support-boundary-list{display:grid;gap:12px;margin-top:24px}
.support-boundary{display:grid;grid-template-columns:40px 1fr;gap:14px;padding:16px;border:1px solid #d8e5ec;border-radius:14px;background:#fff}
.support-boundary b{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#eaf5fb;color:#176c9d}
.support-boundary strong,.support-boundary span{display:block}
.support-boundary strong{color:#052d52}
.support-boundary span{margin-top:4px;color:#647b8b;font-size:.9rem;line-height:1.45}
.patient-support-hero-card{padding:28px;border:1px solid #d2e2eb;border-radius:24px;background:#fff;box-shadow:0 20px 48px rgba(3,45,82,.12)}
.patient-support-hero-card h2{margin:0 0 12px;color:#052d52;font-size:1.65rem}
.patient-support-hero-card p{margin:0;color:#637b8b;line-height:1.58}
.patient-support-hero-card .support-boundary-list{margin-top:20px}
@media(max-width:820px){.support-choice-grid{grid-template-columns:1fr}.support-choice{min-height:0}.turnstile-shell{overflow-x:auto}}
