/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.hero-ai-wrapper {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
}

.hero-ai-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-ai-content {
    position: relative;
    z-index: 2;
}

.hero-ai-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.9rem;
    letter-spacing: 0.03em;
}

.hero-ai-title {
    font-size: clamp(2.2rem, 3vw + 1rem, 3.2rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-ai-subtitle {
    font-size: 1.1rem;
    max-width: 650px;
    margin: 0 auto 1.8rem auto;
    color: rgba(255, 255, 255, 0.9);
}

.hero-ai-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.8rem;
}

.hero-ai-badge {
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.hero-ai-badge i {
    font-size: 0.95rem;
}

.hero-ai-cta .btn {
    min-width: 130px;
    margin-inline: 0.25rem;
    border-radius: 999px;
    padding-inline: 1.5rem;
    font-weight: 500;
}

@media (max-width: 576px) {
    .hero-ai-wrapper {
        min-height: 60vh;
    }

    .hero-ai-title {
        font-size: 1.8rem;
    }
}

/* פריסת הרקע החדש על כל רוחב המסך בקרוסלה */
.banner-carousel.banner-carousel-1 .banner-carousel-item {
    background: linear-gradient(135deg, #14182c 0%, #315cb6 45%, #1f2937 100%) !important;
    background-size: cover;
    background-position: center;
}
