.abc-cf-wrap { max-width: 720px; margin: 0 auto; }
.abc-cf-intro { margin-bottom: 28px; }
.abc-cf-intro h2 { font-size: 24px; letter-spacing: 3px; color: #1a1a1a; margin-bottom: 12px; }
.abc-cf-intro ol { margin: 10px 0 10px 20px; }
.abc-cf-intro li { margin-bottom: 4px; }
.abc-cf-section-title { font-size: 20px; font-weight: 700; margin: 0 0 20px; color: #1a1a1a; }
.abc-cf-fieldset { border: 1px solid #e5e7eb; border-radius: 8px; padding: 20px; margin-bottom: 20px; }
.abc-cf-fieldset legend { font-weight: 700; font-size: 15px; padding: 0 8px; color: #374151; }
.abc-cf-form { display: flex; flex-direction: column; gap: 18px; }
.abc-cf-row { display: flex; gap: 16px; }
.abc-cf-two > .abc-cf-field { flex: 1; }
.abc-cf-field { display: flex; flex-direction: column; gap: 5px; }
.abc-cf-field label { font-weight: 600; font-size: 14px; color: #1f2937; }
.abc-cf-hint { font-weight: 400; font-size: 12px; color: #6b7280; margin-left: 6px; }
.abc-cf-field input[type="text"],
.abc-cf-field input[type="email"],
.abc-cf-field input[type="tel"],
.abc-cf-field textarea {
    border: 1px solid #d1d5db; border-radius: 6px;
    padding: 9px 13px; font-size: 15px; width: 100%; box-sizing: border-box;
    transition: border-color .15s;
}
.abc-cf-field input:focus, .abc-cf-field textarea:focus {
    outline: none; border-color: #c8102e; box-shadow: 0 0 0 3px rgba(200,16,46,.1);
}
/* Dropzone */
.abc-cf-dropzone {
    border: 2px dashed #d1d5db; border-radius: 8px; padding: 28px 20px;
    text-align: center; cursor: pointer; transition: border-color .15s, background .15s;
    background: #fafafa;
}
.abc-cf-dropzone:hover, .abc-cf-dropzone:focus { border-color: #c8102e; background: #fff5f5; outline: none; }
.abc-cf-drag { border-color: #c8102e !important; background: #fff0f0 !important; }
.abc-cf-drop-icon { font-size: 28px; display: block; margin-bottom: 6px; }
.abc-cf-drop-text { font-size: 14px; color: #6b7280; }
.abc-cf-drop-link { color: #c8102e; text-decoration: underline; }
.abc-cf-file-list { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 10px; }
.abc-cf-file-tag { background: #fee2e2; color: #991b1b; padding: 2px 10px; border-radius: 12px; font-size: 12px; }
/* Checks */
.abc-cf-checks { display: flex; flex-direction: column; gap: 10px; }
.abc-cf-checks label { font-weight: 400; display: flex; gap: 10px; cursor: pointer; align-items: flex-start; font-size: 14px; line-height: 1.5; }
.abc-cf-checks label input { margin-top: 3px; flex-shrink: 0; }
.abc-cf-checks small { color: #6b7280; }
/* CAPTCHA */
.abc-cf-captcha-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.abc-cf-captcha-img svg { display: block; border-radius: 6px; }
.abc-cf-captcha-refresh {
    background: none; border: 1px solid #d1d5db; border-radius: 6px;
    padding: 6px 10px; font-size: 18px; cursor: pointer; color: #374151;
}
.abc-cf-captcha-refresh:hover { background: #f3f4f6; }
.abc-cf-captcha-field small { color: #6b7280; font-size: 12px; }
/* Submit */
.abc-cf-submit-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.abc-cf-submit {
    background: #c8102e; color: #fff; border: none; border-radius: 6px;
    padding: 12px 32px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background .15s;
}
.abc-cf-submit:hover:not(:disabled) { background: #a50d26; }
.abc-cf-submit:disabled { background: #9ca3af; cursor: not-allowed; }
.abc-cf-submit-note { font-size: 13px; color: #6b7280; }
/* Status */
.abc-cf-status { padding: 12px 16px; border-radius: 6px; font-size: 14px; }
.abc-cf-ok  { background: #ecfdf5; color: #065f46; border: 1px solid #6ee7b7; }
.abc-cf-err { background: #fef2f2; color: #991b1b; border: 1px solid #fca5a5; }
.req { color: #c8102e; margin-left: 2px; }
@media (max-width: 600px) { .abc-cf-two { flex-direction: column; } .abc-cf-submit-row { flex-direction: column; align-items: flex-start; } }
