body {
    background: #f8f9fa;
    font-family: system-ui, -apple-system, Arial;
    padding-top: 70px; /* Space for fixed navbar */
}

/* Headings */
.header-title {
    font-weight: 700;
    letter-spacing: -0.5px;
}

.section-title {
    font-weight: 600;
    margin-top: 40px;
}

/* Contact box (support page) */
.contact-box {
    border-left: 4px solid #0d6efd;
    padding-left: 16px;
    margin: 20px 0;
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
}

/* Footer */
.footer {
    margin-top: 60px;
    padding: 20px 0;
    font-size: 0.9rem;
    text-align: center;
    color: #6c757d;
}
