.ka-smart-search {
    max-width: 470px;
    background: rgba(120, 0, 0, .82);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .32);
}

.ka-smart-search__title {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ka-search-field {
    margin-bottom: 8px;
}

.ka-search-field input,
.ka-search-field select {
    width: 100%;
    height: 42px;
    border: 0;
    border-radius: 5px;
    background: #fff;
    font-size: 13px;
    color: #333;
    padding: 0 12px;
    box-shadow: none;
}

.ka-smart-search__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 10px;
}

.ka-btn-search,
.ka-btn-zalo {
    width: 100%;
    height: 42px;
    margin: 0;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.ka-btn-search {
    background: #d60000 !important;
    color: #fff !important;
}

.ka-btn-zalo {
    color: #0057c2 !important;
    border: 1px solid #0057c2 !important;
}

@media (max-width: 549px) {
    .ka-smart-search {
        max-width: 100%;
    }

    .ka-smart-search__actions {
        grid-template-columns: 1fr;
    }
}
/* ==============================
   HERO RIGHT BADGES
============================== */

.ka-hero-right {
    position: relative;
    min-height: 420px;
}

.ka-hero-right-inner {
    position: relative;
    width: 100%;
    min-height: 420px;
}

.ka-hero-badges {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ka-hero-badges-left {
    left: 6%;
    top: 18%;
}

.ka-hero-badges-right {
    right: 7%;
    top: 18%;
}

.ka-hero-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.78);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;
    white-space: nowrap;
    text-shadow: 0 3px 10px rgba(0,0,0,.65);
}

.ka-hero-badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    background: rgba(0,0,0,.28);
    box-shadow: 0 0 14px rgba(255,255,255,.08);
}

/* Mobile: ẩn badge để hero không rối */
@media (max-width: 849px) {
    .ka-hero-right,
    .ka-hero-right-inner {
        min-height: 240px;
    }

    .ka-hero-badges {
        display: none;
    }
}
/* ==============================
   KHOIAUTO HERO BADGES RIÊNG
============================== */

.ka-hero-badges-wrap {
    position: relative;
    width: 100%;
    min-height: 420px;
    pointer-events: none;
}

.ka-hero-badges-wrap .ka-hero-badges {
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ka-hero-badges-wrap .ka-hero-badges-left {
    left: 5%;
    top: 18%;
}

.ka-hero-badges-wrap .ka-hero-badges-right {
    right: 5%;
    top: 18%;
}

.ka-hero-badges-wrap .ka-hero-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.8);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;
    white-space: nowrap;
    text-shadow: 0 3px 10px rgba(0,0,0,.8);
}

.ka-hero-badges-wrap .ka-hero-badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    background: rgba(0,0,0,.3);
    box-shadow: 0 0 14px rgba(255,255,255,.08);
}

@media (max-width: 849px) {
    .ka-hero-badges-wrap {
        display: none;
    }
}
}