.mov-of-sc {
    margin-top: 0;
    color: #0f172a;
}

.mov-of-sc__card {
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: linear-gradient(145deg, #ffffff 0%, #eff6ff 100%);
    padding: 16px;
    box-shadow: 0 10px 28px -10px rgba(15, 23, 42, 0.1);
}

.mov-of-sc__head {
    margin-bottom: 12px;
}

.mov-of-sc__kicker {
    margin: 0;
    color: #1d4ed8;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-weight: 800;
}

.mov-of-sc__title {
    margin: 4px 0 0;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.mov-of-sc__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.mov-of-sc__item {
    border-radius: 18px;
    background: #fff;
    border: 1px solid #dbeafe;
    text-decoration: none;
    color: inherit;
    padding: 12px 8px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 118px;
    transition: transform 0.12s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.mov-of-sc__item:active {
    transform: scale(0.98);
}

.mov-of-sc__icon {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 8px;
}

.mov-of-sc__item--movilidad .mov-of-sc__icon {
    background: linear-gradient(145deg, #2563eb, #1d4ed8);
}

.mov-of-sc__item--delivery .mov-of-sc__icon {
    background: linear-gradient(145deg, #16a34a, #15803d);
}

.mov-of-sc__item--ofertas .mov-of-sc__icon {
    background: linear-gradient(145deg, #f59e0b, #d97706);
}

.mov-of-sc__label {
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
}

.mov-of-sc__meta {
    margin-top: 5px;
    font-size: 10px;
    color: #64748b;
    font-weight: 700;
}
