.motor-why-us {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0 64px;
    color: #1f2937;
}

.motor-why-us__hero {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 28px;
    align-items: start;
    margin-bottom: 34px;
}

.motor-why-us__hero-media svg {
    display: block;
    width: 100%;
    height: auto;
}

.motor-why-us__hero-content {
    padding-top: 6px;
}

.motor-why-us__title {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    color: #0f172a;
}

.motor-why-us__subtitle {
    margin: 4px 0 0;
    font-size: 40px;
    line-height: 1.15;
    color: #111827;
    font-weight: 700;
}

.motor-why-us__intro {
    margin: 8px 0 0;
    line-height: 1.6;
    color: #4b5563;
    max-width: 840px;
    font-size: 15px;
}

.motor-why-us__timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.motor-why-us__item {
    text-align: center;
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    height: 100%;
}

.motor-why-us__icon {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    margin: 0 auto;
    border-radius: 999px;
    border: 6px solid currentColor;
    background: #ffffff;
}

.motor-why-us__icon svg {
    width: 34px;
    height: 34px;
    display: block;
}

.motor-why-us__stem {
    display: block;
    width: 2px;
    height: 34px;
    margin: 8px auto 0;
    background: #9ca3af;
}

.motor-why-us__bar {
    display: block;
    width: 40px;
    height: 4px;
    margin: 0 auto;
    background: #9ca3af;
}

.motor-why-us__content {
    margin-top: 0;
    border: 2px solid currentColor;
    background: #ffffff;
    padding: 14px 12px 16px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.motor-why-us__content h2 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.2;
    color: #111827;
    font-weight: 700;
    min-height: 72px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.motor-why-us__content p {
    margin: 0;
    line-height: 1.5;
    color: #4b5563;
    font-size: 13px;
}

.motor-why-us__item--primary {
    color: #c81e1e;
}

.motor-why-us__item--muted {
    color: #9ca3af;
}

@media (max-width: 1280px) {
    .motor-why-us {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 1080px) {
    .motor-why-us__subtitle {
        font-size: 30px;
    }

    .motor-why-us__timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .motor-why-us__content h2 {
        font-size: 24px;
        min-height: 58px;
    }
}

@media (max-width: 767px) {
    .motor-why-us {
        padding-top: 26px;
    }

    .motor-why-us__hero {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 20px;
    }

    .motor-why-us__hero-media {
        max-width: 280px;
    }

    .motor-why-us__subtitle {
        font-size: 24px;
    }

    .motor-why-us__timeline {
        grid-template-columns: 1fr;
    }

    .motor-why-us__content {
        min-height: 0;
    }

    .motor-why-us__content h2 {
        font-size: 20px;
        min-height: 0;
    }
}
