/* ==============================================
   CONTACT HERO — improx-group/assets/css/contact/hero.css
   ============================================== */

.contact-hero {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    padding: 140px 0 90px;
    position: relative;
    overflow: hidden;
}

.contact-hero-content {
    max-width: 680px;
    position: relative;
    z-index: 1;
}

.contact-hero-content .page-tag {
    background: rgba(255,255,255,.1);
    color: #93C5FD;
}

.contact-hero-content h1 {
    font-size: clamp(2rem, 5vw, 3.25rem);
    color: var(--color-white);
    font-weight: var(--font-weight-extrabold);
    line-height: 1.1;
    margin-bottom: var(--space-5);
    letter-spacing: -0.025em;
}

.contact-hero-content p {
    color: #CBD5E1;
    font-size: var(--font-size-md);
    line-height: var(--line-height-relaxed);
    max-width: 560px;
}
