/* Public form styles (same professional look) */
.afrihelp-form{--grad:linear-gradient(135deg,#ff914d 0%,#b13cff 100%);--panel:rgba(255,255,255,.10);--panel2:rgba(255,255,255,.14);--stroke:rgba(255,255,255,.28);--ink:#fff;--muted:#f2f4ffcc;--field:#fff;--text:#222;--border:#d9dbe2;--focus:#7c5cff;--brand:#ff7a1c;--shadow:0 18px 44px rgba(13,16,37,.28);--r:20px}
.afrihelp-form .af-wrap{max-width:980px;margin:0 auto;padding:clamp(20px,3.2vw,40px) 18px}
.afrihelp-form .af-card{background:var(--panel);border:1px solid var(--stroke);border-radius:var(--r);backdrop-filter:blur(10px);box-shadow:var(--shadow);margin-bottom:16px}
.afrihelp-form .af-head{text-align:center;padding:30px 24px 8px}
.afrihelp-form .af-eyebrow{letter-spacing:.16em;text-transform:uppercase;font-size:.78rem;color:var(--muted)}
.afrihelp-form .af-title{margin:.3rem 0 0;font-size:clamp(1.7rem,3.6vw,2.2rem);line-height:1.15}
.afrihelp-form .af-sub{margin:.5rem auto 0;max-width:720px;color:var(--muted)}
.afrihelp-form .af-body{padding:8px 22px 22px}
.afrihelp-form .seg{display:inline-flex;gap:0;border-radius:999px;background:var(--panel2);border:1px solid var(--stroke);padding:4px;margin:12px auto 4px}
.afrihelp-form .seg input{display:none}
.afrihelp-form .seg label{padding:10px 16px;border-radius:999px;cursor:pointer;font-weight:700;color:#ffffffcc}
.afrihelp-form .seg input:checked+label{background:var(--field);color:#111}
.afrihelp-form .section{margin:16px 0 6px;font-weight:800}
.afrihelp-form .grid{display:grid;gap:16px}
.afrihelp-form .grid.cols-2{grid-template-columns:1fr 1fr}
@media (max-width:860px){.afrihelp-form .grid.cols-2{grid-template-columns:1fr}}
.afrihelp-form .field{display:flex;flex-direction:column;gap:8px}
.afrihelp-form .field label{font-weight:700;font-size:.95rem}
.afrihelp-form input[type="text"], .afrihelp-form input[type="email"], .afrihelp-form input[type="tel"], .afrihelp-form input[type="date"], .afrihelp-form select, .afrihelp-form textarea{width:100%;background:var(--field);color:var(--text);border:1px solid var(--border);border-radius:12px;padding:12px 14px;font-size:1rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}
.afrihelp-form select option{background:#fff;color:#111}
.afrihelp-form textarea{min-height:120px;resize:vertical}
.afrihelp-form input:focus, .afrihelp-form textarea:focus, .afrihelp-form select:focus{border-color:var(--focus);box-shadow:0 0 0 3px #7c5cff33}
.afrihelp-form .upload-note{font-size:.85rem;color:#111a;margin-top:4px}
.afrihelp-form .actions{display:flex;gap:12px;justify-content:center;margin-top:14px;flex-wrap:wrap}
.afrihelp-form .btn{appearance:none;border:0;border-radius:14px;padding:14px 22px;font-weight:800;display:inline-flex;align-items:center;gap:10px;cursor:pointer;text-decoration:none}
.afrihelp-form .btn-primary{background:linear-gradient(180deg,#ffa35c,#ff7a1c);color:#fff;box-shadow:0 12px 22px rgba(255,122,28,.28)}
.afrihelp-form .btn-ghost{background:transparent;border:1px solid #ffffff90;color:#fff}
.afrihelp-form .success{padding:26px;text-align:center}
.afrihelp-form .hidden{display:none!important}
