.haousen-form-wrap{max-width:920px;margin:24px auto;padding:28px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 14px 32px rgba(0,0,0,.06)}
.haousen-form-head{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}
.haousen-form-head h3{margin:0 0 6px;font-size:28px;line-height:1.3}
.haousen-form-head p{margin:0;color:#6b7280}
.haousen-form-section{margin:22px 0;padding:20px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px}
.haousen-form-section h4{margin:0 0 16px;font-size:18px}
.haousen-grid{display:grid;gap:16px}
.haousen-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.haousen-field{display:block;margin:0 0 14px}
.haousen-label{display:block;font-weight:700;margin:0 0 8px;color:#111827}
.haousen-label em{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;background:#fee2e2;color:#b91c1c;font-style:normal;font-size:12px}
.haousen-form input,.haousen-form textarea,.haousen-form select{width:100%;padding:13px 14px;border:1px solid #cbd5e1;border-radius:12px;box-sizing:border-box;background:#fff}
.haousen-form textarea{min-height:110px}
.haousen-radio-group,.haousen-radio-stack{display:flex;gap:12px;flex-wrap:wrap}
.haousen-field-gender{display:block;width:100%;clear:both}
.haousen-field-gender .haousen-radio-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch;width:100%}
.haousen-field-gender .haousen-radio-group label{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;min-height:52px;padding:12px 14px;box-sizing:border-box}
.haousen-field-gender .haousen-radio-group label input[type=radio]{width:auto!important;flex:0 0 auto;margin:0;padding:0;vertical-align:middle}
.haousen-field-gender .haousen-radio-group label span{display:inline-block;line-height:1.4;white-space:nowrap}
.haousen-radio-stack{flex-direction:column;gap:10px}
.haousen-radio-group label,.haousen-radio-stack label,.haousen-check{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;background:#fff;border:1px solid #d1d5db;border-radius:12px}
.haousen-check{margin-bottom:12px}
.haousen-zip-group .button{margin-top:8px}
.haousen-help{margin:8px 0 0;color:#6b7280;font-size:12px}
.haousen-submit-wrap{margin-top:24px;text-align:center}
.haousen-form button{background:#111827;color:#fff;border:none;border-radius:999px;padding:14px 24px;cursor:pointer;font-weight:700}
.haousen-notice{padding:12px 14px;border-radius:10px;margin-bottom:16px}
.haousen-notice.success{background:#ecfdf5;border:1px solid #10b981}
.haousen-notice.error{background:#fef2f2;border:1px solid #ef4444}
.haousen-zip-lookup-btn{background:#1f2937;color:#fff}
@media (max-width:767px){
  .haousen-form-wrap{padding:18px}
  .haousen-grid.two{grid-template-columns:1fr}
  .haousen-form-head h3{font-size:24px}
  .haousen-field-gender .haousen-radio-group{grid-template-columns:1fr}
}
