/* CONTACT PAGE */

.ms-contact{
    font-family: 'Inter', sans-serif;
}

/* HERO */

.ms-contact-hero{
    background:#0A0F1C;
    color:#fff;
    padding:180px 0 140px;
    text-align:center;
}

.ms-contact-title{
    font-size:64px;
    line-height:1.1;
    margin-bottom:25px;
}

.ms-contact-title span{
    color:#16E0C4;
}

.ms-contact-subtitle{
    max-width:700px;
    margin:auto;
    font-size:18px;
    color:#cbd5e1;
}

/* CONTACT SECTION */

.ms-contact-section{
    background:#f6f8fa;
    padding:120px 0;
}

.ms-contact-card{
    max-width:600px;
    margin:auto;
    background:#fff;
    padding:60px;
    border-radius:14px;
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
    text-align:center;
}

.ms-contact-card h2{
    margin-bottom:20px;
}

.ms-contact-card p{
    color:#555;
    margin-bottom:30px;
}

.ms-contact-email a{
    font-size:22px;
    font-weight:600;
    color:#16E0C4;
    text-decoration:none;
}