.hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding: 60px 0;
    background: #0b1118;
    color: #fff;
}

.hero-features,
.hero-card-list,
.hero-bottom {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero-picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    will-change: transform;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(5, 10, 15, .95) 0%,
        rgba(5, 10, 15, .82) 35%,
        rgba(5, 10, 15, .42) 70%,
        rgba(5, 10, 15, .68) 100%
    );
}

.hero-glow {
    position: absolute;
    top: 20%;
    right: -150px;
    z-index: 1;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 59, 48, .18);
    filter: blur(120px);
}

.hero .container {
    position: relative;
    z-index: 5;
}

.hero-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.hero-content {
    width: 100%;
    max-width: 700px;
    min-width: 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 100px;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(12px);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
}

.hero-title {
    margin-bottom: 28px;
    font-size: clamp(56px, 7vw, 92px);
    font-weight: 900;
    line-height: .92;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.hero-title-line {
    display: block;
}

.hero-subtitle {
    max-width: 560px;
    margin-bottom: 36px;
    color: rgba(255, 255, 255, .84);
    font-size: 18px;
    line-height: 1.4;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    width: 100%;
    margin-bottom: 42px;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(12px);
    font-size: 15px;
    font-weight: 600;
    overflow-wrap: break-word;
}

.hero-feature span {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff3b30;
    box-shadow: 0 0 15px rgba(255, 59, 48, .8);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 68px;
    padding: 0 34px;
    border-radius: 22px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease;
}

.hero-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #ff453a 0%, #d91f26 100%);
    box-shadow:
        0 10px 40px rgba(255, 59, 48, .35),
        inset 0 1px 0 rgba(255, 255, 255, .15);
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
}

.hero-btn-secondary {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(12px);
}

.hero-btn-icon {
    width: 32px;
    height: 26px;
    display: block;
    flex-shrink: 0;
    object-fit: contain;
    opacity: .95;
}

.hero-btn-car-icon {
    width: 32px;
    height: 26px;
    display: block;
    flex-shrink: 0;
    object-fit: contain;
}

.hero-card {
    width: 380px;
    flex-shrink: 0;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 32px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(20px);
    box-shadow:
        0 20px 80px rgba(0, 0, 0, .35),
        inset 0 1px 0 rgba(255, 255, 255, .08);
}

.hero-card-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    font-weight: 600;
}

.hero-card-status span {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #28c840;
    box-shadow: 0 0 18px rgba(40, 200, 64, .8);
}

.hero-card-time {
    margin-bottom: 12px;
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
}

.hero-card-text {
    color: rgba(255, 255, 255, .72);
    line-height: 1.5;
}

.hero-card-divider {
    height: 1px;
    margin: 30px 0;
    background: rgba(255, 255, 255, .08);
}

.hero-card-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.hero-card-value {
    font-size: 22px;
    font-weight: 600;
}

.hero-card-label {
    color: rgba(255, 255, 255, .68);
}

.hero-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 80px;
}

.hero-bottom-item {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 24px;
    background: rgba(255, 255, 255, .04);
    backdrop-filter: blur(12px);
    text-align: center;
    font-weight: 700;
}

.hero-road-help .hero-bg {
    object-position: center center;
}

.hero-road-help .hero-glow {
    background: rgba(255, 59, 48, .18);
}

.hero-cargo {
    margin-bottom: 40px;
}

.hero-cargo .hero-bg {
    object-position: center center;
}

.hero-cargo .hero-glow {
    background: rgba(255, 59, 48, .14);
}

/* Jumpstart Hero Modifier */
.hero-jumpstart {
    min-height: 100dvh;
    padding: 0;
    background: #030507;
}

.hero-jumpstart .hero-bg {
    object-position: center center;
    transform: none;
    filter: none;
}

.hero-jumpstart .hero-overlay {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .84) 0%, rgba(0, 0, 0, .68) 38%, rgba(0, 0, 0, .24) 68%, rgba(0, 0, 0, .62) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .28) 100%);
}

.hero-wrapper--jumpstart {
    min-height: 100dvh;
    gap: 55px;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 28px;
}

.hero-content--jumpstart {
    max-width: 790px;
}

.hero-jumpstart .hero-badge {
    min-height: 35px;
    padding: 0 18px;
    margin-bottom: 14px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-title--jumpstart {
    margin: 0 0 18px;
    max-width: 700px;
    font-size: clamp(38px, 4.4vw, 58px);
    line-height: .98;
    font-weight: 950;
}

.hero-title--jumpstart span {
    color: #fff;
}

.hero-subtitle--jumpstart {
    max-width: 575px;
    margin-bottom: 60px;
    color: rgba(255, 255, 255, .92);
    font-size: 18px;
    line-height: 1.55;
}

.hero-features--jumpstart {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 770px;
    margin-bottom: 38px;
    align-items: start;
}

.hero-features--fuel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 980px;
}

.hero-feature--jumpstart {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 11px;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    backdrop-filter: none;
    align-items: start;
}

.hero-feature--jumpstart .hero-feature-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: #ef1b24;
    font-size: 32px;
}

.hero-feature--jumpstart .hero-feature-icon svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-feature--jumpstart .hero-feature-copy strong,
.hero-feature--jumpstart strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 900;
}

.hero-feature--jumpstart .hero-feature-copy small,
.hero-feature--jumpstart small {
    display: block;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 600;
}

.hero-actions--jumpstart {
    gap: 22px;
}

.hero-actions--jumpstart .hero-btn {
    min-width: 246px;
    min-height: 58px;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 900;
    transition: .2s ease;
}

.hero-jumpstart .hero-btn-primary {
    border: 1px solid #ff2b33;
    background: linear-gradient(180deg, #ff382f 0%, #ed111b 100%);
    box-shadow: 0 16px 34px rgba(239, 27, 36, .32);
}

.hero-jumpstart .hero-btn-primary:hover {
    transform: translateY(-1px);
}

.hero-jumpstart .hero-btn-secondary {
    border: 1px solid rgba(255, 255, 255, .55);
    background: rgba(0, 0, 0, .25);
}

.hero-jumpstart .hero-btn-secondary:hover {
    border-color: rgba(255, 255, 255, .68);
    background: rgba(0, 0, 0, .34);
}

.hero-card--jumpstart {
    width: 310px;
    padding: 31px 28px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .13) 0%, rgba(255, 255, 255, .06) 100%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .45);
}

.hero-card--jumpstart .hero-card-status {
    margin-bottom: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.hero-card--jumpstart .hero-card-status span {
    width: 8px;
    height: 8px;
    background: #22d55e;
    box-shadow: 0 0 18px rgba(34, 213, 94, .85);
}

.hero-card-time--jumpstart {
    margin-bottom: 14px;
    font-size: 53px;
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.hero-card--jumpstart .hero-card-text {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.45;
}

.hero-card--jumpstart .hero-card-divider {
    margin: 26px 0 23px;
    background: rgba(255, 255, 255, .38);
}

.hero-card-list--jumpstart {
    display: grid;
    gap: 20px;
}

.hero-card-list--jumpstart .hero-card-item {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 18px;
    align-items: center;
}

.hero-card-list--jumpstart .hero-card-value {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 950;
}

.hero-card-list--jumpstart .hero-card-label {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
}

@media (max-width: 1120px) {
    .hero-wrapper--jumpstart {
        min-height: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .hero-card--jumpstart {
        width: 100%;
        max-width: 430px;
    }

    .hero-features--jumpstart {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .hero {
        min-height: auto;
        background: #0b1118;
    }

    .hero-bg {
        object-position: 70% 85%;
        transform: scale(1.28);
        filter:
            brightness(.78)
            contrast(1.08)
            saturate(1.05);
    }

    .hero-overlay {
        background: linear-gradient(
            180deg,
            rgba(5, 10, 15, .45) 0%,
            rgba(5, 10, 15, .30) 35%,
            rgba(5, 10, 15, .58) 100%
        );
    }

    .hero-glow {
        top: -50px;
        right: -220px;
        width: 420px;
        height: 420px;
        opacity: .4;
    }

    .hero-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .hero-title {
        font-size: 52px;
    }

    .hero-subtitle {
        max-width: 100%;
        font-size: 18px;
    }

    .hero-card {
        width: 100%;
    }

    .hero-bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-jumpstart .hero-bg {
        object-position: center center;
        transform: none;
        filter: none;
    }

    .hero-jumpstart {
        min-height: 100vh;
    }
}

@media (max-width: 760px) {
    .hero-wrapper--jumpstart {
        min-height: 100vh;
        gap: 30px;
        padding-top: 24px;
        padding-bottom: 34px;
    }

    .hero-jumpstart .hero-bg {
        object-position: 62% center;
    }

    .hero-jumpstart .hero-overlay {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .72) 45%, rgba(0, 0, 0, .92) 100%);
    }

    .hero-title--jumpstart {
        font-size: 40px;
    }

    .hero-subtitle--jumpstart {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.5;
    }

    .hero-features--jumpstart {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 30px;
    }

    .hero-actions--jumpstart {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions--jumpstart .hero-btn {
        width: 100%;
        min-width: 0;
    }

    .hero-card--jumpstart {
        max-width: none;
        padding: 28px 24px;
        border-radius: 22px;
    }

    .hero-card-time--jumpstart {
        font-size: 48px;
    }
}

@media (max-width: 576px) {
    .hero {
        padding: 20px 0 60px;
    }

    .hero-title {
        margin-bottom: 12px;
        font-size: 42px;
        line-height: .98;
    }

    .hero-subtitle {
        margin-bottom: 28px;
        font-size: 15px;
    }

    .hero-features {
        gap: 8px;
        margin-bottom: 40px;
    }

    .hero-feature {
        width: 100%;
        justify-content: flex-start;
        padding: 14px 16px;
        font-size: 14px;
        line-height: 1.4;
    }

    .hero-actions {
        width: 100%;
        flex-direction: column;
    }

    .hero-btn {
        width: 100%;
    }

    .hero-card {
        padding: 20px;
    }

    .hero-card-time {
        font-size: 42px;
    }

    .hero-bottom {
        display: none;
    }

    .hero-btn-secondary {
        display: none;
    }

    .hero-badge {
        margin-bottom: 8px;
        padding: 8px 16px;
        font-size: 12px;
    }

    .hero-card-status {
        margin-bottom: 12px;
    }

    .hero-card-divider {
        margin: 18px 0;
    }

    .hero-card-list {
        gap: 10px;
    }

    .hero-card-value {
        font-size: 18px;
    }

    .hero-jumpstart {
        min-height: 100vh;
        padding: 0;
    }

    .hero-jumpstart .hero-badge {
        min-height: 34px;
        padding: 7px 16px;
        margin-bottom: 22px;
        font-size: 11px;
    }

    .hero-title--jumpstart {
        font-size: 40px;
    }

    .hero-jumpstart .hero-btn-secondary {
        display: inline-flex;
    }
}

@media (max-width: 370px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-feature {
        padding: 12px 14px;
        font-size: 13px;
    }

    .hero-btn {
        min-height: 60px;
        padding: 0 20px;
        font-size: 15px;
    }
}
