/* Estilos para a página de Suporte Técnico */

.support-hero {
    background: #0a0f2c;
    color: #fff;
    padding: 100px 20px;
    text-align: center;
    padding-top: calc(var(--header-height) + 60px);
}

.support-hero h1 {
    margin: 0;
    font-size: 36px;
}

.support-hero p {
    margin-top: 10px;
    font-size: 18px;
    opacity: 0.85;
    color: #fff;
}

.support-services .service-card {
    text-align: left;
}

.support-services .service-card h3 {
    font-size: 20px;
    color: #0a0f2c;
    margin-bottom: 15px;
}