/* ==========================================================================
   SUTHARTECH CONTACT PAGE STYLES (MODERN MINIMALIST AGENCY HERO)
   ========================================================================== */

.contact-page {
    position: relative;
    z-index: 1;
}

/* --------------------------------------------------------------------------
   IMMERSIVE CENTERED CONTACT HERO
   -------------------------------------------------------------------------- */
.contact-hero-immersive {
    padding-top: 1.75rem;
    padding-bottom: 3.75rem;
    position: relative;
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
    text-align: center;
    overflow: hidden;
}

.contact-hero-wrapper {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-hero-pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.95rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--border-subtle);
    color: var(--text-secondary);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    margin-bottom: 1.5rem;
}

.contact-hero-title-main {
    font-size: 4.5rem;
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.04;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.contact-hero-title-main .text-highlight {
    background: linear-gradient(135deg, var(--text-primary) 0%, var(--accent-blue-strong) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-hero-subtitle-main {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--text-secondary);
    max-width: 38rem;
    margin-bottom: 2.25rem;
}

.contact-hero-quick-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
}

/* --------------------------------------------------------------------------
   FORM & FILE INPUT STYLES
   -------------------------------------------------------------------------- */
.contact-file-input {
    border: 1px dashed var(--border-strong) !important;
    background: rgba(248, 250, 252, 0.72) !important;
    padding: 0.65rem 0.85rem !important;
    border-radius: 0.4rem;
    font-size: 0.76rem;
    cursor: pointer;
}

.contact-file-input:hover {
    border-color: var(--text-secondary) !important;
    background: var(--surface-white) !important;
}

/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 1023px) {
    .contact-hero-title-main {
        font-size: 3.5rem;
    }

    .contact-hero-immersive {
        padding-top: 4rem;
        padding-bottom: 4.5rem;
    }
}

@media (max-width: 639px) {
    .contact-hero-title-main {
        font-size: 2.5rem;
    }

    .contact-hero-immersive {
        padding-top: 3rem;
        padding-bottom: 3.5rem;
    }

    .contact-hero-quick-actions {
        flex-direction: column;
        width: 100%;
    }

    .contact-hero-quick-actions a {
        width: 100%;
        justify-content: center;
    }
}
