/* 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;
}

/* Link inside hero section of support pages */
.support-hero p a {
    color: var(--white-color);
    text-decoration: underline;
    font-weight: 600;
}

.support-hero p a:hover {
    color: var(--white-color);
    text-decoration: none;
}

.support-services .service-card {
    text-align: left;
}

.support-services .service-card h3 {
    font-size: 20px;
    color: #0a0f2c;
    margin-bottom: 15px;
}

/* Container for the "Back to Services" button */
.section-action {
    text-align: center;
    margin-top: 50px;
}

.section-action .cta-button i {
    margin-right: 8px;
}