.contact-container{
max-width:900px;
margin:auto;
}

.contact-card{
background:#fff;
border:1px solid rgba(15,23,42,.08);
border-radius:24px;
box-shadow:0 18px 45px rgba(15,23,42,.08);
padding:32px;
}

.contact-card h2{
font-weight:800;
margin-bottom:12px;
}

.contact-card p{
color:#555;
line-height:1.7;
}

.support-email{
display:inline-flex;
align-items:center;
gap:10px;
font-weight:800;
font-size:1.2rem;
color:#1f6bff;
text-decoration:none;
word-break:break-word;
}

.support-email:hover{
color:#164fd0;
}
