/* ==============================================
   Contact Page Styles
   Version: 1
   Last Updated: 2026-04-25
   Signatur/Sign: Lillehest - Team Stallion
   ============================================== */

/* --- Hero Section --- */
.contact-hero-section {
    background: #ebf1fc;
    padding: 80px 0 60px;
    text-align: center;
}

.contact-hero-section h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #10b981;
}

.contact-hero-subtitle {
    font-size: 1.15rem;
    max-width: 720px;
    margin: 0 auto;
    opacity: 0.9;
    line-height: 1.7;
    color: var(--primary-main);
}

/* --- Responsive --- */
@media (max-width: 767px) {
    .contact-hero-section {
        padding: 60px 0 40px;
    }

    .contact-hero-section h1 {
        font-size: 1.6rem;
    }
}
