/* Stegseksjon */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.step {
    text-align: center;
}

.step-number {
    background: #1A73E8;
    color: white;
    font-size: 20px;
    padding: 10px 16px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
}
