.victas-global-header {
    background: #fff;
    border-bottom: 4px solid #e42127;
}

.victas-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.victas-nav ul {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.victas-nav a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

.victas-nav a:hover,
.victas-nav a:focus {
    color: #e42127;
}

.victas-nav .is-active a {
    border-bottom: 3px solid #e42127;
}
