.contact-page {
    min-height: 70vh;
    padding-top: 6.5rem;
    padding-bottom: 3rem;
    background: linear-gradient(180deg, #f4f7fc 0%, #eef3fb 100%);
}

.contact-intro h1 {
    color: var(--brand-blue-deep);
    font-weight: 800;
    font-size: clamp(1.75rem, 4vw, 2.3rem);
}

.contact-card {
    border: 1px solid rgba(22, 62, 140, 0.08) !important;
    box-shadow: 0 18px 48px rgba(13, 39, 92, 0.08) !important;
}

.contact-form .form-control:focus,
.contact-form .form-control-lg:focus {
    border-color: rgba(22, 62, 140, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(22, 62, 140, 0.12);
}

.contact-feedback {
    min-height: 1.5rem;
    font-size: 0.95rem;
}
