.cfc-wrapper-c0735875 {
    background-color: #1e62a1;
    padding: 40px;
    border-radius: 12px;
    box-sizing: border-box;
    font-family: inherit;
}

.cfc-heading-c0735875 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.2;
}

.cfc-form-c0735875 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.cfc-col-full-c0735875 {
    grid-column: span 2;
}

.cfc-col-half-c0735875 {
    grid-column: span 1;
}

.cfc-field-group-c0735875 {
    display: flex;
    flex-direction: column;
}

.cfc-label-c0735875 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.cfc-input-c0735875 {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 15px;
    color: #333333;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: box-shadow 0.2s ease;
}

.cfc-input-c0735875:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.cfc-input-c0735875::placeholder {
    color: #a0a0a0;
}

.cfc-textarea-c0735875 {
    resize: vertical;
    min-height: 100px;
}

.cfc-btn-c0735875 {
    background-color: #ffffff;
    color: #1e62a1;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.2s ease;
}

.cfc-btn-c0735875:hover {
    opacity: 0.9;
}

.cfc-btn-c0735875:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.cfc-msg-c0735875 {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}

.cfc-msg-c0735875.success {
    color: #a5d6a7;
}

.cfc-msg-c0735875.error {
    color: #ef9a9a;
}

@media (max-width: 767px) {
    .cfc-col-half-c0735875 {
        grid-column: span 2;
    }
}
