.testimony-container-12be75be {
    max-width: 1000px;
    margin: 0 auto;
    padding: 45px;
    background: #003731;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 55, 49, 0.15);
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .testimony-container-12be75be {
        grid-template-columns: 1fr 1.2fr;
        align-items: center;
    }
}

.testimony-header-col-12be75be {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimony-title-12be75be {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #FEFF99;
    line-height: 1.2;
}

.testimony-subtitle-12be75be {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #FEFF99;
    opacity: 0.9;
    line-height: 1.4;
}

.testimony-desc-12be75be {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #ffffff;
    opacity: 0.85;
}

.testimony-form-12be75be {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(254, 255, 153, 0.15);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group-12be75be {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}

.form-label-12be75be {
    font-size: 14px;
    font-weight: 600;
    color: #FEFF99;
}

.form-input-12be75be {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(254, 255, 153, 0.3);
    background-color: #ffffff;
    color: #003731;
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 6px;
    box-sizing: border-box;
}

.form-input-12be75be:focus {
    outline: none;
    border-color: #FEFF99;
    box-shadow: 0 0 0 3px rgba(254, 255, 153, 0.25);
}

textarea.form-input-12be75be {
    resize: vertical;
}

.btn-submit-12be75be {
    width: 100%;
    padding: 14px 24px;
    border: none;
    background-color: #5E9449;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 6px;
}

.btn-submit-12be75be:hover {
    background-color: #477638;
}

.btn-submit-12be75be:disabled {
    background-color: #4a5568 !important;
    cursor: not-allowed;
    opacity: 0.7;
}

.form-feedback-12be75be {
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

.form-feedback-12be75be.success {
    background-color: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.form-feedback-12be75be.error {
    background-color: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
