/* Contact page */
.gq-contact-page {
    background: #f8fafc;
    padding-bottom: 0;
}

.gq-contact-hero {
    background: linear-gradient(135deg, #001b3d 0%, #0c1f3d 100%);
    color: #fff;
    padding: 3rem 0;
}

.gq-contact-hero h1 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.gq-contact-hero p {
    margin: 0;
    max-width: 640px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.65;
}

.gq-contact-layout {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 2rem;
    padding: 2.5rem 0 0;
    align-items: start;
}

.gq-contact-info,
.gq-contact-form-wrap {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 4px rgba(12, 31, 61, 0.04);
}

.gq-contact-info h2,
.gq-contact-form-wrap h2 {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    color: #0c1f3d;
}

.gq-contact-info h3 {
    margin: 1.25rem 0 0.5rem;
    font-size: 0.95rem;
    color: #0c1f3d;
}

.gq-contact-info dl { margin: 0; }

.gq-contact-info dt {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-bottom: 0.15rem;
}

.gq-contact-info dd {
    margin: 0 0 0.85rem;
    font-weight: 600;
    color: #0c1f3d;
}

.gq-contact-info p {
    margin: 0;
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.6;
}

.gq-contact-map {
    margin-top: 1rem;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.gq-contact-map iframe {
    display: block;
    width: 100%;
    height: 200px;
    border: 0;
}

.gq-contact-form-lead {
    margin: -0.35rem 0 1.25rem;
    color: #64748b;
    font-size: 0.9rem;
}

.gq-contact-field { margin-bottom: 1rem; }

.gq-contact-field label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0c1f3d;
}

.gq-contact-optional { font-weight: 400; color: #94a3b8; }

.gq-contact-field input,
.gq-contact-field select,
.gq-contact-field textarea {
    width: 100%;
    padding: 0.65rem 0.85rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 0.875rem;
    font-family: inherit;
}

.gq-contact-error {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.75rem;
    color: #dc2626;
}

.gq-contact-emails {
    display: grid;
    gap: 0.65rem;
    margin-bottom: 0.5rem;
}

.gq-contact-emails a {
    color: #0c1f3d;
    font-weight: 600;
    word-break: break-word;
}

@media (max-width: 900px) {
    .gq-contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .gq-contact-hero { padding: 2rem 0; }
    .gq-contact-info,
    .gq-contact-form-wrap { padding: 1.15rem; }
    .gq-contact-map iframe { height: 180px; }
}
