.topcar-front-hero {
    position: relative;
    min-height: 860px;
    padding: 120px 0 90px;
    color: #fff;
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.topcar-front-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.72) 46%, rgba(0,0,0,.38) 100%),
        linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.85));
    z-index: 1;
}

.topcar-front-hero__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 60px;
    align-items: center;
}

.topcar-hero-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(247, 198, 0, .55);
    color: #f7c600;
    padding: 12px 18px;
    font-weight: 800;
    margin-bottom: 28px;
}

.topcar-hero-title {
    font-size: clamp(54px, 6vw, 60px);
    line-height: 1.25;
    font-weight: 950;
    margin: 0 0 32px;
    letter-spacing: -2px;
    color: #fff;
}

.topcar-hero-desc {
    max-width: 760px;
    font-size: 22px;
    line-height: 1.75;
    color: rgba(255,255,255,.78);
    margin-bottom: 38px;
}

.topcar-hero-desc strong {
    color: #fff;
    font-weight: 950;
}

.topcar-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 760px;
    margin-bottom: 48px;
}

.topcar-hero-btn {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-size: 20px;
    font-weight: 950;
    text-decoration: none;
    transition: .25s ease;
}

.topcar-hero-btn--primary {
    background: #f7c600;
    color: #000;
}

.topcar-hero-btn--ghost {
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    background: rgba(255,255,255,.08);
}

.topcar-hero-btn--ghost:hover {
    color: #f7c600;
}

.topcar-hero-btn:hover {
    transform: translateY(-2px);
}

.topcar-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 760px;
}

.topcar-hero-stat {
    padding: 26px 24px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
}

.topcar-hero-stat strong {
    display: block;
    color: #f7c600;
    font-size: 36px;
    line-height: 1;
    font-weight: 950;
    margin-bottom: 10px;
}

.topcar-hero-stat span {
    color: rgba(255,255,255,.7);
    font-weight: 700;
}

.topcar-front-hero__search {
    position: relative;
}

.topcar-front-hero__search::before {
    content: "";
    position: absolute;
    top: -48px;
    left: -48px;
    width: 130px;
    height: 130px;
    border-top: 3px solid #f7c600;
    border-left: 3px solid #f7c600;
}

.topcar-hero-search {
    position: relative;
    background: #fff;
    color: #000;
    padding: 36px;
    border: 16px solid rgba(0,0,0,.72);
    box-shadow: 0 25px 80px rgba(0,0,0,.45);
    z-index: 2;
}

.topcar-hero-search__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.topcar-hero-search__head h2 {
    font-size: 22px;
    font-weight: 950;
    margin: 0;
}

.topcar-search-filter-btn {
    border: 0;
    background: transparent;
    font-size: 28px;
    cursor: pointer;
}

.topcar-hero-search__input {
    height: 66px;
    border: 3px solid #111;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 20px;
    margin-bottom: 18px;
}

.topcar-hero-search__input span {
    color: #888;
    font-size: 30px;
}

.topcar-hero-search__input input {
    width: 100%;
    border: 0 !important;
    outline: 0;
    font-size: 18px;
    font-weight: 700;
    background: transparent;
    box-shadow: none !important;
    margin-bottom: 0;
}


.topcar-hero-search__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 18px;
}

.topcar-hero-search__grid select {
    height: 64px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 18px;
    font-size: 18px;
    font-weight: 900;
}

.topcar-hero-search__submit {
    width: 100%;
    height: 70px;
    border: 0;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 950;
    cursor: pointer;
}

.topcar-hero-search__submit:hover {
        background: #f7c600;
    color: #000;
    transition: 500ms;
}

.topcar-hero-choice {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-left: 16px;
    margin-right: 16px;
}

.topcar-hero-choice a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 150px;
    padding: 26px;
    text-decoration: none;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.13);
    color: #fff;
}

.topcar-hero-choice a:hover {
    color: #f7c600;
}

.topcar-hero-choice a.is-active {
    background: #f7c600;
    color: #000;
}

.topcar-hero-choice a.is-active:hover {
    color: #000;
}

.topcar-hero-choice span {
    font-size: 28px;
}

.topcar-hero-choice strong {
    font-size: 22px;
    font-weight: 950;
}

.topcar-hero-choice small {
    font-size: 15px;
    line-height: 1.5;
    opacity: .72;
    font-weight: 700;
}

/* Tablet */
@media (max-width: 1199px) {
    .topcar-front-hero {
        padding: 90px 0 70px;
    }

    .topcar-front-hero__container {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .topcar-front-hero__search {
        max-width: 920px;
    }

    .topcar-hero-title {
        max-width: 980px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .topcar-front-hero {
        padding: 64px 0 50px;
        min-height: auto;
        background-position: center top;
    }

    .topcar-hero-badge {
        font-size: 13px;
        padding: 10px 12px;
        margin-bottom: 22px;
    }

    .topcar-hero-title {
        font-size: 46px;
        letter-spacing: -1px;
    }

    .topcar-hero-desc {
        font-size: 18px;
        line-height: 1.65;
    }

    .topcar-hero-actions,
    .topcar-hero-stats,
    .topcar-hero-search__grid,
    .topcar-hero-choice {
        grid-template-columns: 1fr;
    }

    .topcar-hero-btn {
        min-height: 64px;
        font-size: 18px;
    }

    .topcar-hero-stat {
        padding: 22px;
    }

    .topcar-front-hero__search::before {
        display: none;
    }

    .topcar-hero-search {
        padding: 24px;
        border-width: 10px;
    }

    .topcar-hero-search__head h2 {
        font-size: 18px;
    }

    .topcar-hero-search__input,
    .topcar-hero-search__grid select,
    .topcar-hero-search__submit {
        height: 58px;
    }

    .topcar-hero-search__input input,
    .topcar-hero-search__grid select {
        font-size: 16px;
    }

    .topcar-hero-choice {
        margin: 0;
    }
}