.cfb-form-wrapper-78413e8e {
    max-width: 700px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.cfb-form-78413e8e {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.cfb-fields-grid-78413e8e {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cfb-layout-two-column-78413e8e .cfb-fields-grid-78413e8e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.cfb-layout-two-column-78413e8e .cfb-type-textarea-78413e8e {
    grid-column: 1 / -1;
}
.cfb-layout-inline-78413e8e .cfb-fields-grid-78413e8e {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.cfb-layout-inline-78413e8e .cfb-field-wrap-78413e8e {
    flex: 1 1 200px;
}
.cfb-layout-inline-78413e8e .cfb-type-textarea-78413e8e {
    flex: 1 1 100%;
}
.cfb-label-78413e8e {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}
.cfb-req-78413e8e {
    color: #ef4444;
}
.cfb-field-wrap-78413e8e input[type="text"],
.cfb-field-wrap-78413e8e input[type="email"],
.cfb-field-wrap-78413e8e input[type="tel"],
.cfb-field-wrap-78413e8e input[type="number"],
.cfb-field-wrap-78413e8e input[type="date"],
.cfb-field-wrap-78413e8e input[type="url"],
.cfb-field-wrap-78413e8e select,
.cfb-field-wrap-78413e8e textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 15px;
    color: #1e293b;
    background: #f8fafc;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
.cfb-field-wrap-78413e8e input:focus,
.cfb-field-wrap-78413e8e select:focus,
.cfb-field-wrap-78413e8e textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
    background: #fff;
}
.cfb-field-wrap-78413e8e textarea {
    resize: vertical;
    min-height: 100px;
}
.cfb-field-wrap-78413e8e input[type="file"] {
    padding: 8px;
    font-size: 14px;
}
.cfb-radio-label-78413e8e,
.cfb-check-label-78413e8e {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #475569;
    margin-bottom: 4px;
    cursor: pointer;
}
.cfb-hp-78413e8e {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.cfb-recaptcha-78413e8e {
    margin-top: 16px;
}
.cfb-submit-wrap-78413e8e {
    margin-top: 24px;
}
.cfb-submit-btn-78413e8e {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    background: #3b82f6;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    min-width: 180px;
}
.cfb-submit-btn-78413e8e:hover {
    background: #2563eb;
}
.cfb-submit-btn-78413e8e:active {
    transform: scale(0.98);
}
.cfb-submit-btn-78413e8e:disabled {
    background: #94a3b8;
    cursor: not-allowed;
}
.cfb-message-78413e8e {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}
.cfb-message-success-78413e8e {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}
.cfb-message-error-78413e8e {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
.cfb-spinner-78413e8e {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}
@keyframes cfbSpin78413e8e {
    to { transform: rotate(360deg); }
}
.cfb-spinner-78413e8e {
    animation: cfbSpin78413e8e 0.6s linear infinite;
}

@media (max-width: 600px) {
    .cfb-form-78413e8e {
        padding: 20px;
    }
    .cfb-layout-two-column-78413e8e .cfb-fields-grid-78413e8e {
        grid-template-columns: 1fr;
    }
}
