.form-section {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    padding: 2rem;
    width: 100%;
}

.form-section h2 {
    margin-bottom: 2rem;
    text-align: center;
}

.form-intro {
    margin-bottom: 1.5rem;
}

.form-actions {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 2.5rem;
    text-align: center;
}

.form-contact label {
    display: block;
    font-weight: 700;
    margin-top: 1rem;
}

.form-contact input,
.form-contact select,
.form-contact textarea {
    border: 1px solid #cccccc;
    border-radius: 8px;
    margin-top: 0.4rem;
    padding: 0.7rem;
    width: 100%;
}

.form-contact textarea {
    min-height: 100px;
    resize: vertical;
}

.form-contact .btn {
    margin-top: 1.5rem;
    width: 100%;
}
