.cf-wrapper-3b4166b5 {
    box-shadow: 0px 5px 20px rgba(0,0,0,0.08);
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
}

.cf-form-3b4166b5 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cf-field-group-3b4166b5 {
    position: relative;
    width: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.cf-input-3b4166b5 {
    width: 100%;
    background: transparent;
    color: #888;
    font-size: 16px;
    box-sizing: border-box;
}

.cf-input-3b4166b5:focus {
    outline: none;
}

.cf-input-line-3b4166b5 {
    border: none;
    border-bottom: 2px solid #ccc;
    padding: 10px 0;
    border-radius: 0;
}

.cf-textarea-3b4166b5 {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 15px;
    resize: vertical;
}

.cf-file-group-3b4166b5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.cf-file-label-3b4166b5 {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #333;
    padding: 10px 0;
}

.cf-file-label-3b4166b5 .cf-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf-file-name-3b4166b5 {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.cf-btn-3b4166b5 {
    width: 100%;
    background-color: #333;
    color: #fff;
    border: none;
    padding: 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.cf-btn-3b4166b5:hover {
    opacity: 0.9;
}

.cf-message-3b4166b5 {
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
}
.cf-message-success-3b4166b5 { color: #28a745; }
.cf-message-error-3b4166b5 { color: #dc3545; }