.srf-2134fb3c-container {
    max-width: 100%;
    box-sizing: border-box;
}

.srf-2134fb3c-container *,
.srf-2134fb3c-container *::before,
.srf-2134fb3c-container *::after {
    box-sizing: border-box;
}

.srf-2134fb3c-title {
    margin: 0 0 8px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.srf-2134fb3c-subtitle {
    margin: 0 0 28px 0;
    font-size: 15px;
    line-height: 1.5;
}

.srf-2134fb3c-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.srf-2134fb3c-row {
    display: flex;
    gap: 16px;
}

.srf-2134fb3c-col {
    flex: 1;
    min-width: 0;
}

.srf-2134fb3c-field {
    display: flex;
    flex-direction: column;
}

.srf-2134fb3c-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.srf-2134fb3c-required {
    color: #dc2626;
}

.srf-2134fb3c-input,
.srf-2134fb3c-select,
.srf-2134fb3c-textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: #f9fafb;
    color: #1f2937;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.srf-2134fb3c-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8.825a.7.7 0 0 1-.5-.206L1.206 4.325a.706.706 0 1 1 1-1L6 7.119l3.794-3.794a.706.706 0 1 1 1 1L6.5 8.619a.7.7 0 0 1-.5.206z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    padding-right: 36px;
    cursor: pointer;
}

.srf-2134fb3c-input:focus,
.srf-2134fb3c-select:focus,
.srf-2134fb3c-textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.srf-2134fb3c-textarea {
    resize: vertical;
    min-height: 120px;
}

.srf-2134fb3c-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #6366f1;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    line-height: 1.5;
}

.srf-2134fb3c-submit:hover {
    background-color: #4f46e5;
}

.srf-2134fb3c-submit:active {
    transform: scale(0.98);
}

.srf-2134fb3c-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.srf-2134fb3c-submit .srf-2134fb3c-spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    margin-right: 8px;
    animation: srf-spin-2134fb3c 0.6s linear infinite;
}

@keyframes srf-spin-2134fb3c {
    to { transform: rotate(360deg); }
}

.srf-2134fb3c-message {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.srf-2134fb3c-message-success {
    background-color: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.srf-2134fb3c-message-error {
    background-color: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.srf-2134fb3c-input.srf-2134fb3c-invalid,
.srf-2134fb3c-select.srf-2134fb3c-invalid,
.srf-2134fb3c-textarea.srf-2134fb3c-invalid {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

@media (max-width: 575px) {
    .srf-2134fb3c-row {
        flex-direction: column;
        gap: 20px;
    }
}
