.hwgo-form-container { max-width: 700px; margin: 0 auto; padding: 20px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.hwgo-message { padding: 15px 20px; border-radius: 8px; margin-bottom: 20px; }
.hwgo-success { background: #d4edda; border: 1px solid #c3e6cb; color: #155724; }
.hwgo-success h3 { margin-top: 0; }
.hwgo-error { background: #f8d7da; border: 1px solid #f5c6cb; color: #721c24; }
.hwgo-form { background: #fff; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }
.hwgo-fieldset { border: none; padding: 25px; margin: 0; border-bottom: 1px solid #e9ecef; }
.hwgo-fieldset:last-of-type { border-bottom: none; }
.hwgo-fieldset legend { font-size: 18px; font-weight: 600; color: #2c3e50; padding-bottom: 10px; padding-top: 10px; margin-bottom: 5px; width: 100%; border-bottom: 2px solid #3498db; }
.hwgo-fieldset h4 { margin: 20px 0 10px; color: #2c3e50; font-size: 15px; }
.hwgo-info { background: #e8f4fd; padding: 10px 15px; border-radius: 6px; margin-bottom: 15px; font-size: 14px; color: #2980b9; }
.hwgo-field { margin-bottom: 18px; }
.hwgo-field:last-child { margin-bottom: 0; }
.hwgo-field label { display: block; font-weight: 500; margin-bottom: 6px; color: #34495e; font-size: 14px; }
.hwgo-field input[type="text"], .hwgo-field input[type="email"], .hwgo-field input[type="tel"], .hwgo-field input[type="date"], .hwgo-field select { width: 100%; padding: 12px 14px; border: 1px solid #dce4ec; border-radius: 6px; font-size: 15px; box-sizing: border-box; }
.hwgo-field input:focus, .hwgo-field select:focus { border-color: #3498db; box-shadow: 0 0 0 3px rgba(52,152,219,0.15); outline: none; }
.hwgo-field small { display: block; margin-top: 5px; color: #7f8c8d; font-size: 12px; }
.required { color: #e74c3c; }
.hwgo-row { display: flex; gap: 15px; flex-wrap: wrap; }
.hwgo-half { flex: 1; min-width: 200px; }
.hwgo-third { flex: 0 0 120px; }
.hwgo-two-thirds { flex: 1; min-width: 200px; }
.hwgo-checkbox-group { display: flex; flex-direction: column; gap: 12px; }
.hwgo-checkbox-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; padding: 12px 15px; border: 1px solid #e9ecef; border-radius: 8px; }
.hwgo-checkbox-label:hover { background: #f8f9fa; border-color: #3498db; }
.hwgo-checkbox-label input { margin-top: 3px; width: 18px; height: 18px; flex-shrink: 0; }
.hwgo-checkbox-label.hwgo-inline { flex-direction: row; align-items: center; justify-content: flex-start; }
.hwgo-checkbox-label.hwgo-inline .hwgo-label-text { flex: 1; font-weight: 600; color: #2c3e50; }
.hwgo-checkbox-label.hwgo-inline .hwgo-price { text-align: right; min-width: 100px; }
.hwgo-checkbox-text { display: flex; flex-direction: column; gap: 2px; }
.hwgo-checkbox-text strong { color: #2c3e50; }
.hwgo-price { color: #27ae60; font-weight: 600; font-size: 14px; }
.hwgo-indent { margin-left: 30px; border-left: 3px solid #3498db; }
.hwgo-radio-group { display: flex; gap: 20px; flex-wrap: wrap; }
.hwgo-radio-label { display: flex; align-items: center; gap: 8px; cursor: pointer; padding: 10px 15px; border: 1px solid #e9ecef; border-radius: 6px; }
.hwgo-radio-label:hover { background: #f8f9fa; border-color: #3498db; }
.hwgo-totaal { margin-top: 15px; padding: 15px; background: linear-gradient(135deg, #3498db, #2980b9); color: white; border-radius: 8px; font-size: 16px; }
.hwgo-totaal-regel { display: flex; justify-content: space-between; padding: 3px 0; }
.hwgo-totaal-regel span:first-child { font-weight: 600; }
.hwgo-totaal-bedrag { text-align: right; min-width: 100px; }
.hwgo-lidnummer-preview { margin-top: 10px; padding: 10px 15px; background: #f0f7ff; border-radius: 6px; font-size: 14px; text-align: center; }
.hwgo-lidnummer-preview:empty { display: none; }
.hwgo-akkoord { margin-bottom: 12px; }
.hwgo-akkoord .hwgo-checkbox-label { padding: 10px 12px; background: #f8f9fa; }
.hwgo-akkoord a { color: #3498db; }
.hwgo-sepa-box { border-radius: 8px; padding: 20px; margin-bottom: 5px; }
.hwgo-sepa-pv { background: #fff3cd; border: 1px solid #ffc107; }
.hwgo-sepa-bf { background: #d1ecf1; border: 1px solid #17a2b8; }
.hwgo-sepa-box h4 { margin: 0 0 12px; font-size: 16px; }
.hwgo-sepa-pv h4 { color: #856404; }
.hwgo-sepa-bf h4 { color: #0c5460; }
.hwgo-sepa-text { font-size: 14px; margin-bottom: 10px; line-height: 1.5; }
.hwgo-sepa-pv .hwgo-sepa-text { color: #856404; }
.hwgo-sepa-bf .hwgo-sepa-text { color: #0c5460; }
.hwgo-sepa-small { font-size: 12px; margin-bottom: 15px; padding: 10px; background: rgba(255,255,255,0.5); border-radius: 4px; }
.hwgo-sepa-pv .hwgo-sepa-small { color: #856404; }
.hwgo-sepa-bf .hwgo-sepa-small { color: #0c5460; }
.hwgo-sepa-box .hwgo-checkbox-label { background: white; }
.hwgo-submit-section { padding: 25px; text-align: center; background: #f8f9fa; border-radius: 0 0 12px 12px; }
.hwgo-disclaimer { font-size: 13px; color: #6c757d; margin-bottom: 15px; }
.hwgo-submit-btn { background: linear-gradient(135deg, #27ae60, #2ecc71); color: white; border: none; padding: 16px 50px; font-size: 18px; font-weight: 600; border-radius: 8px; cursor: pointer; }
.hwgo-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(39,174,96,0.4); }
#akkoord-pv-container, #akkoord-bf-container, #sepa-pv-container, #sepa-bf-container, #foto-video-container, #nevenlidmaatschap-wrapper, #betaling-pv-container, #betaling-bf-container, #incasso-frequentie-pv-container, #totaal-bf-container, #totaal-pv-container, #hwgo-totaal-container { display: none; }
.hwgo-betaling-bf { margin-top: 25px; }
.hwgo-betaling-info { font-size: 14px; color: #666; margin-bottom: 5px; }
@media (max-width: 600px) { .hwgo-form-container { padding: 10px; } .hwgo-fieldset { padding: 15px; } .hwgo-row { flex-direction: column; } .hwgo-half, .hwgo-third, .hwgo-two-thirds { flex: 1 1 100%; min-width: 100%; } .hwgo-radio-group { flex-direction: column; gap: 10px; } .hwgo-submit-btn { width: 100%; } .hwgo-indent { margin-left: 15px; } }
