.contact-page {
    margin-top: 88px;
    background: #fff;
    padding: 56px 20px 80px;
}

.contact-page-inner {
    max-width: 820px;
    margin: 0 auto;
}

.contact-page-title {
    font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 900;
    color: #0f172a;
    text-align: center;
    margin-bottom: 14px;
    line-height: 1.45;
}

.contact-page-lead {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-align: center;
    line-height: 1.9;
    max-width: 620px;
    margin: 0 auto 32px;
}

.contact-form-card {
    max-width: 820px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 50px rgba(15, 39, 102, 0.06);
    padding: 36px 40px 28px;
}

.contact-form-card label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 8px;
    text-align: right;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    text-align: right;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #0f2766;
    box-shadow: 0 0 0 3px rgba(15, 39, 102, 0.08);
}

.contact-form-note {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    margin-top: 14px;
}

@media (max-width: 575.98px) {
    .contact-page {
        padding-top: 36px;
    }

    .contact-form-card {
        padding: 28px 22px 22px;
    }
}
