.hero-section {
    background: #fff;
    padding: 3.5rem 0 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ya-azul) 50%, var(--ya-naranja) 50%);
}