 /* 联系我们页面专属样式 */

.contact-content h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #0A192F;
}

.contact-content h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #0A192F;
}

.contact-content p {
    margin-bottom: 0.75rem;
    line-height: 1.8;
    color: #374151;
}

.contact-content ul {
    margin-left: 1.5rem;
    margin-bottom: 0.75rem;
    list-style-type: disc;
}

.contact-content li {
    margin-bottom: 0.5rem;
    line-height: 1.8;
    color: #374151;
}

.contact-card {
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 102, 255, 0.15);
}
