/* Card style (same spirit as earlier) */
.ccfp-card{max-width:640px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.04);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Helvetica Neue',Arial;margin:16px auto}
.ccfp-title{font-size:28px;margin:0 0 16px;color:#111827;font-weight:700}
.ccfp-field{margin-bottom:16px}
.ccfp-field label{display:block;font-weight:600;margin-bottom:6px;color:#111827}
.ccfp-req{color:#ef4444;margin-left:4px}
.ccfp-field input[type="text"], .ccfp-field input[type="email"], .ccfp-field input[type="tel"], .ccfp-field input[type="number"], .ccfp-field select, .ccfp-field textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:10px;background:#fff;font-size:14px;color:#111827}
.ccfp-checks{display:flex;gap:18px;flex-wrap:wrap}
.ccfp-actions{margin-top:12px}
.ccfp-btn{background:#111827;color:#fff;border:0;border-radius:10px;padding:12px 16px;font-weight:700;cursor:pointer}
.ccfp-total-box{margin-top:16px;padding:12px;border:2px solid #111827;border-radius:10px;font-weight:700;color:#111827;text-align:center}
.ccfp-message{margin-top:12px;padding:12px;border-radius:8px;display:none}
.ccfp-message.success{background:#e8f9ee;color:#065f46;border:1px solid #a7f3d0}
.ccfp-message.error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}
