/* =========================
   CONTACT PAGE STYLES
========================= */

.contact-container {
    max-width: 600px;
    margin: 120px auto;
    padding: 20px;
    text-align: center;
}

.contact-container h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.contact-container p {
    font-size: 1.1rem;
    margin-bottom: 35px;
    color: #666;
    line-height: 1.6;
}


/* =========================
   HOME BUTTON (Scoped)
========================= */

.contact-home-button {
    display: inline-block;
    margin-bottom: 40px;
    padding: 8px 16px;
    border: 1px solid #000;
    border-radius: 6px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.contact-home-button:hover {
    background-color: #000;
    color: #fff;
    transform: translateY(-2px);
}

/* =========================
   EMAIL BUTTON
========================= */

.contact-button {
    display: inline-block;
    padding: 12px 28px;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.contact-button:hover {
    background-color: #222;
    transform: translateY(-2px);
}

.contact-email {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #888;
}
