.road-help-promo {
    width: 100%;
    content-visibility: auto;
    contain-intrinsic-size: 760px;
}

.road-help-promo-inner {
    position: relative;
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: auto;
    overflow: hidden;
    background: #05070b;
    box-shadow: 0 22px 60px rgba(9, 13, 20, .22);
}

.road-help-promo-content {
    position: relative;
    z-index: 3;
    padding: 58px 48px 42px 62px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.road-help-promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-bottom: 22px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #f0202d;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.road-help-promo-badge img {
    width: 15px;
    height: 15px;
}

.road-help-promo-title {
    max-width: 610px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(44px, 4.4vw, 74px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.road-help-promo-title span {
    color: #f0202d;
}

.road-help-promo-text {
    max-width: 610px;
    margin: 0 0 30px;
    color: #d7dce5;
    font-size: 20px;
    line-height: 1.5;
}

.road-help-promo-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.road-help-promo-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 104px;
    padding: 16px;
    border: 1px solid rgba(190, 202, 220, .22);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
}

.road-help-promo-icon {
    width: 42px;
    height: 42px;
    display: block;
    color: inherit;
    flex-shrink: 0;
    filter: brightness(0) saturate(100%) invert(22%) sepia(98%) saturate(5227%) hue-rotate(347deg) brightness(102%) contrast(107%);
}

.road-help-promo-stat-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: #ff2233;
}

.road-help-promo-stat-icon--glow {
    background: radial-gradient(circle, rgba(255, 34, 51, .2) 0%, rgba(255, 34, 51, 0) 68%);
    box-shadow:
        0 0 18px rgba(255, 34, 51, .34),
        inset 0 0 10px rgba(255, 34, 51, .18);
}


.road-help-promo-icon path,
.road-help-promo-icon circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.road-help-promo-icon--location circle,
.road-help-promo-icon-speed-dot {
    fill: currentColor;
    stroke: none;
}

.road-help-promo-icon--always text {
    fill: currentColor;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 6.1px;
    font-weight: 800;
    letter-spacing: .15px;
}

.road-help-promo-stat-content {
    display: flex;
    flex-direction: column;
}

.road-help-promo-stat strong {
    display: block;
    margin: 0 0 3px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.road-help-promo-stat-content span {
    color: #b8c1ce;
    font-size: 14px;
    line-height: 1.2;
}

.road-help-promo-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}

.road-help-promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width: 220px;
    min-height: 58px;
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.road-help-promo-btn img {
    width: 32px;
    height: 26px;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

.road-help-promo-btn--primary {
    background: #f0202d;
    border: 1px solid #f0202d;
    color: #fff;
    box-shadow: 0 14px 34px rgba(240, 32, 45, .28);
}

.road-help-promo-btn--outline {
    border: 1px solid rgba(220, 228, 240, .5);
    color: #fff;
    background: rgba(255, 255, 255, .035);
}

.road-help-promo-services {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 24px;
    border-top: 1px solid rgba(184, 196, 216, .22);
}

.road-help-promo-services div {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .04);
    color: #f2f5f9;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.road-help-promo-services div::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f0202d;
    box-shadow:
        0 0 8px rgba(240, 32, 45, .7),
        0 0 16px rgba(240, 32, 45, .4);
    flex-shrink: 0;
}

.road-help-promo-photo {
    position: relative;
    aspect-ratio: 1 / 1;
}

.road-help-promo-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, #05070b 0%, rgba(5, 7, 11, .86) 9%, rgba(5, 7, 11, .28) 34%, rgba(5, 7, 11, 0) 62%),
        linear-gradient(180deg, rgba(5, 7, 11, .08), rgba(5, 7, 11, .1));
    pointer-events: none;
}

.road-help-promo-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 70%;
    display: block;
}

@media (max-width: 1300px) {
    .road-help-promo-inner {
        grid-template-columns: 48% 52%;
        min-height: 560px;
    }

    .road-help-promo-content {
        padding: 46px 34px 34px;
    }

    .road-help-promo-photo {
        min-height: 560px;
    }

    .road-help-promo-stats {
        grid-template-columns: 1fr;
    }

    .road-help-promo-stat {
        min-height: auto;
    }
}

@media (max-width: 990px) {
    .road-help-promo-inner {
        grid-template-columns: 1fr;
        box-shadow: none;
    }

    .road-help-promo-photo {
        min-height: 300px;
    }

    .road-help-promo-photo::before {
        background: linear-gradient(180deg, rgba(5, 7, 11, 0) 45%, #05070b 100%);
    }

    .road-help-promo-content {
        padding: 26px 18px 22px;
    }

    .road-help-promo-title {
        font-size: 38px;
    }

    .road-help-promo-text {
        font-size: 17px;
    }

    .road-help-promo-actions {
        flex-direction: column;
    }

    .road-help-promo-btn {
        width: 100%;
        min-width: 100%;
    }

    .road-help-promo-services {
        gap: 10px;
        padding-top: 18px;
    }

    .road-help-promo-services div {
        width: 100%;
        padding: 14px 16px;
    }

    .road-help-promo-stat-icon--glow {
        box-shadow: none;
    }

    .road-help-promo-services div::before {
        box-shadow: none;
    }
}
