/* ====================================
   SECTION CONTACT
   ==================================== */

.contact {
    background: #1a1a1a;
    color: white;
}

.contact h2 {
    color: white;
}

.contact h2::after {
    background: white;
}

.contact-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.contact-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #ccc;
}

.contact-content strong {
    color: #d4af37;
}

.cta-button {
    display: inline-block;
    background: #d4af37;
    color: #1a1a1a;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: background 0.3s;
}

.cta-button:hover {
    background: #c19b2a;
}
