/* 
========================================
   CONTACT PAGE SPECIFIC STYLES
========================================
*/

/* Hero Specifics */
.contact-hero {
    padding: 12rem 5% 6rem;
    text-align: center;
    background: transparent;
}

.contact-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-block;
    background: rgba(237, 195, 42, 0.1);
    color: var(--secondary-dark-gold);
    padding: 0.5rem 1.5rem;
    border-radius: 50rem;
    font-weight: 600;
    margin-bottom: 2rem;
    border: 1px solid rgba(237, 195, 42, 0.2);
}

.hero-title {
    font-size: clamp(3rem, 6vw, 4.5rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--primary-darkest);
}

.text-gradient {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark-gold));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    font-size: 1.2rem;
    color: var(--primary-medium);
    line-height: 1.6;
    margin-bottom: 0;
}
