body {
    font-family: 'Inter', sans-serif;
    padding-top: 70px;
}

.hero {
    min-height: 80vh;
    background-color: #f8f9fa;
}

.section-title {
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
}

.section-title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #0d6efd; /* color base Bootstrap */
    display: block;
    margin-top: 8px;
}
