
.ai-for-main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 12px 60px 12px;
}

.ai-for-main--twocol {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
}

.ai-for-sidebar {
    flex: 0 0 320px;
    max-width: 340px;
    /* background: #fff; */
    border-radius: 1.1rem;
    /* border: 1.5px solid #f0f0f0; */
    box-shadow: none;
    /* padding: 2.2rem 1.5rem 1.5rem 1.5rem; */
    min-width: 220px;
}

.ai-for-content {
    flex: 1 1 0;
    min-width: 0;
}

.ai-for-title {
    font-family: 'Unbounded', 'Raleway', Arial, sans-serif;
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #222;
    letter-spacing: 0.01em;
    background: linear-gradient(to right, #fff, #e0e0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ai-for-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.ai-for-filters {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    /* margin-bottom: 2rem; */
}

.ai-for-filter {
    background: #fff;
    border: 1.5px solid #e0e0e0;
    border-radius: 0.8rem;
    padding: 0.8rem 1.2rem;
    font-size: 0.95rem;
    color: #333;
}

.ai-for-filter:focus {
    outline: none;
    border-color: #4942E4;
    /* box-shadow: 0 0 0 3px rgba(73, 66, 228, 0.1); */
}

.ai-for-nav {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.ai-for-nav--sidebar {
    flex-direction: column;
    gap: 0.3rem;
    margin-bottom: 1.5rem;
}

.ai-for-nav-link {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background: #fff;
    border: 1.5px solid #e0e0e0;
    border-radius: 0.8rem;
    color: #333;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.ai-for-nav-link:hover {
    background: #f0f3ff;
    border-color: #4942E4;
    color: #4942E4;
}

.ai-for-nav-link.active {
    background: #4942E4;
    border-color: #4942E4;
    color: #fff;
}

.ai-for-nav-title {
    font-size: 1.01rem;
    font-weight: 700;
    color: #4942E4;
    margin-bottom: 0.5rem;
    margin-top: 1.2rem;
}

.ai-for-filter-label {
    display: block;
    font-size: 1.01rem;
    font-weight: 700;
    color: #4942E4;
    margin-bottom: 0.7rem;
}

.ai-for-reset {
    color: #a22;
    border-color: #a22;
}

.ai-for-reset:hover {
    background: #ffe0e0;
    color: #a22;
}

.ai-for-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* ÃƒÂÃ…Â¡ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒÂÃ‚Âµ */
.ai-for-cards {
    gap: 1.1rem;
    margin-bottom: 1.2rem;
}

.ai-for-card {
    background: #fff;
    border-radius: 1.1rem;
    border: 1.5px solid #f0f0f0;
    padding: 1.1rem 1.1rem 1rem 1.1rem;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 220px;
    max-width: 420px;
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: box-shadow 0.18s, background 0.18s;
}
.ai-for-card:hover {
    border-color: #4942E4;
    transform: translateY(-2px);
    box-shadow: 0 2px 16px rgba(80,90,180,0.10);
    background: #f7f8fd;
    text-decoration: none;
}

/* Исключение для баннерных карточек */
.ai-for-banner-card:hover {
    background: linear-gradient(120deg, #4942E4 0%, #8696FE 100%);
    transform: none;
    border-color: transparent;
}

/* Убираем ховер эффекты на мобильных устройствах */
@media (max-width: 900px) {
    .ai-for-card:hover {
        transform: none;
        box-shadow: none;
        background: #fff;
        border-color: #f0f0f0;
    }
    
    .ai-for-banner-card:hover {
        background: linear-gradient(120deg, #4942E4 0%, #8696FE 100%);
        transform: none;
        border-color: transparent;
    }
}

.ai-for-card-img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    border-radius: 0.8rem;
    /* background: #f7f8fa; */
    margin-bottom: 0.7rem;
}

.ai-for-card-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.4rem;
    line-height: 1.3;
    min-height: 1.2em;
}

.ai-for-card-desc {
    color: #666;
    font-size: 0.97rem;
    line-height: 1.5;
    margin-bottom: 0.7rem;
    flex: 1;
    min-height: 2.1em;
}

.ai-for-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: auto;
    gap: 0.3rem;
    margin-top: 0.2rem;
}

.ai-for-tag {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border-radius: 0.6rem;
    font-size: 0.85rem;
    font-weight: 500;
}

.ai-for-tag.cat {
    background: #ffe0e0;
    color: #7b2a2a;
}

.ai-for-tag.tag {
    background: #e0eaff;
    color: #2a4a7b;
}

.ai-for-tag.wh {
    background: #e0ffe0;
    color: #2a7b4a;
}

.ai-for-not-found {
    color: #a00;
    font-size: 1.2rem;
    margin: 2rem 0;
    padding: 1rem;
    background: #ffe0e0;
    border-radius: 0.8rem;
}

.ai-for-seo {
    margin: 2rem 0 0 0;
    padding: 1.5rem;
    background: #f8f8f8;
    border-radius: 1rem;
    font-size: 1.05rem;
    color: #333;
    line-height: 1.6;
}

.ai-for-hero {
    position: relative;
    width: 100%;
    margin-top: -70px;
    padding-top: 85px;
    background: linear-gradient(135deg, #4942E4 0%, #8696FE 50%, #C4B0FF 100%);
    overflow: hidden;
    min-height: 320px;
    display: flex;
    align-items: center;
    color: white;
    border-radius: 0;
    box-shadow: none;
}

.ai-for-hero-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 3.5rem 2rem 2.5rem 2rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ai-for-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.15;
    background: linear-gradient(to right, #fff, #e0e0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes titleGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.ai-for-subtitle {
    font-size: 1.18rem;
    color: #f7f8fa;
    opacity: 0.93;
    margin-bottom: 0.2rem;
    line-height: 1.5;
    max-width: 700px;
}

.ai-for-nav-emoji {
    font-size: 1.25em;
    margin-right: 0.32em;
    vertical-align: middle;
    opacity: 0.92;
}

.ai-for-topwh {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.7rem;
    margin-bottom: 1.2rem;
}

.ai-for-topwh-tag {
    display: inline-flex;
    align-items: center;
    background: #f0f3ff;
    color: #4942E4;
    border-radius: 0.7rem;
    font-size: 1.01rem;
    font-weight: 600;
    padding: 0.38em 1.1em 0.38em 0.8em;
    text-decoration: none;
    border: 1.5px solid #e0e0f7;
}
.ai-for-topwh-tag:hover {
    background: #4942E4;
    color: #fff;
    border-color: #4942E4;
}

.ai-for-nav--sidebar .ai-for-nav-link {
    display: flex;
    align-items: center;
    gap: 0.4em;
}

.ai-for-nav-count {
    display: inline-block;
    background: #f7f8fa;
    color: #888;
    font-size: 0.98em;
    font-weight: 500;
    border-radius: 0.7em;
    padding: 0.18em 0.7em;
    margin-left: 0.5em;
    min-width: 2em;
    text-align: center;
}

.ai-for-filter-select-wrap {
    display: block;
    max-width: 100%;
}

.ai-for-filter-select-wrap select {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.ai-for-hero--twocol {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 3.5rem 2rem 2.5rem 2rem;
}

.ai-for-hero-main {
    flex: 0 0 50%;
    min-width: 0;
}

.ai-for-topwh {
    flex: 0 0 50%;
    /* max-width: 420px; */
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.7rem;
    margin: 0 0 0 0;
    align-items: flex-start;
    justify-content: flex-end;
}

.ai-for-fast-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.7rem;
    margin: 0.7rem 0 1.2rem 0;
}

.ai-for-fast-tag {
    display: inline-flex;
    align-items: center;
    background: #f0f3ff;
    color: #4942E4;
    border-radius: 0.7rem;
    font-size: 1.01rem;
    font-weight: 600;
    padding: 0.38em 1.1em 0.38em 0.8em;
    text-decoration: none;
    border: 1.5px solid #e0e0f7;
    cursor: pointer;
}
.ai-for-fast-tag:hover, .ai-for-fast-tag.active {
    background: #4942E4;
    color: #fff;
    border-color: #4942E4;
}

.ai-for-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 1.2rem; */
    /* margin-top: 10px; */
    width: 46px;
    height: 46px;
    min-width: 38px;
    min-height: 38px;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #4942E4;
    background: #f0f3ff;
    border: 1.5px solid #e0e0f7;
    border-radius: 0.7rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s, border 0.18s;
}
.ai-for-reset-btn:hover {
    background: #4942E4;
    color: #fff;
    border-color: #4942E4;
}
.ai-for-reset-btn svg {
    width: 1.2em;
    height: 1.2em;
    display: block;
    pointer-events: none;
}

/* --- HERO PROMO BLOCK --- */
.ai-for-hero-promo {
    margin-top: 0px;
    /* background: #f8fafc; */
    border-radius: 18px;
    padding: 32px 24px;
    box-shadow: 0 2px 16px rgba(80,90,180,0.06);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}
.ai-for-hero-promo-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4942E4;
    margin-bottom: 0;
}
.ai-for-hero-promo-desc {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 0;
}
.ai-for-hero-promo-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}
.ai-for-hero-promo-cat {
    display: inline-block;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 2rem;
    padding: 8px 18px;
    color: #4942E4;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 4px rgba(80,90,180,0.04);
}
.ai-for-hero-promo-cat:hover {
    background: #4942E4;
    color: #fff;
}

/* --- SIDEBAR BANNER --- */
.ai-for-sidebar-banner {
    margin: 1.2rem 0 1.5rem 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}
.ai-for-sidebar-banner .ai-for-banner-cta-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    background: linear-gradient(120deg, #4942E4 0%, #8696FE 100%) !important;
    border-radius: 1.1rem !important;
    padding: 2rem 1.2rem 1.5rem 1.2rem !important;
    text-decoration: none !important;
    color: #fff !important;
    box-shadow: 0 2px 16px rgba(80,90,180,0.10) !important;
    transition: box-shadow 0.2s, background 0.2s !important;
}
.ai-for-sidebar-banner .ai-for-banner-cta-link:hover {
    box-shadow: 0 4px 24px rgba(80,90,180,0.18) !important;
    background: linear-gradient(120deg, #4942E4 0%, #6a7bff 100%) !important;
}
.ai-for-sidebar-banner .ai-for-banner-cta-title {
    font-size: 1.18rem !important;
    font-weight: 800 !important;
    margin-bottom: 0.5rem !important;
    letter-spacing: 0.01em !important;
    color: inherit !important;
}
.ai-for-sidebar-banner .ai-for-banner-cta-desc {
    font-size: 1rem !important;
    margin-bottom: 1.1rem !important;
    color: inherit !important;
    font-weight: 400 !important;
}
.ai-for-sidebar-banner .ai-for-banner-cta-btn {
    display: inline-block !important;
    background: #fff !important;
    color: #4942E4 !important;
    border-radius: 2rem !important;
    padding: 0.7rem 1.6rem !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s !important;
    box-shadow: 0 1px 6px rgba(80,90,180,0.08) !important;
}
.ai-for-sidebar-banner .ai-for-banner-cta-link:hover .ai-for-banner-cta-btn {
    background: #e0eaff !important;
    color: #222 !important;
}
@media (max-width: 900px) {
    .ai-for-sidebar-banner {
        margin: 0.7rem 0 1.1rem 0;
    }
    .ai-for-banner-cta-link {
        padding: 1.2rem 0.7rem 1.1rem 0.7rem;
    }
    .ai-for-banner-cta-title {
        font-size: 1.05rem;
    }
    .ai-for-banner-cta-btn {
        font-size: 0.97rem;
        padding: 0.6rem 1.2rem;
    }
}

/* --- NAV MORE BUTTON --- */
.ai-for-nav.ai-for-nav--sidebar {/* max-height: 700px; */overflow: hidden;position: relative;}
.ai-for-nav-more-btn {
    display: block;
    width: 100%;
    margin: 12px 0 0 0;
    padding: 8px 0;
    background: #f1f5f9;
    border: none;
    border-radius: 8px;
    color: #4942E4;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}
.ai-for-nav-more-btn:hover {
    background: #e0e7ff;
}

/* --- Ãâ€˜ÃÂ°ÃÂ½ÃÂ½ÃÂµÃ‘â‚¬ ÃÂ² ÃÂºÃÂ°Ã‘â€šÃÂ°ÃÂ»ÃÂ¾ÃÂ³ÃÂµ --- */
.ai-for-banner-card {
    background: linear-gradient(120deg, #4942E4 0%, #8696FE 100%);
    border-radius: 1.1rem;
    border: none;
    box-shadow: 0 2px 16px rgba(80,90,180,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 0;
    margin: 0.2rem 0;
    position: relative;
    overflow: hidden;
}
.ai-for-banner-link {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.ai-for-banner-content {
    width: 100%;
    padding: 2.2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.ai-for-banner-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.7rem;
    letter-spacing: 0.01em;
}
.ai-for-banner-desc {
    color: #e0eaff;
    font-size: 1rem;
    margin-bottom: 1.1rem;
    font-weight: 400;
}
.ai-for-banner-btn {
    display: inline-block;
    background: #fff;
    color: #4942E4;
    border-radius: 0.7rem;
    padding: 0.6rem 1.5rem;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 1px 6px rgba(80,90,180,0.08);
}
.ai-for-banner-btn:hover {
    background: #e0eaff;
    color: #222;
}

@media (max-width: 900px) {
    .ai-for-hero {
        min-height: 180px;
        padding-top: 60px;
        /* border-radius: 0 0 1.2rem 1.2rem; */
    }
    .ai-for-hero-container {
        padding: 2rem 1rem 1.2rem 1rem;
    }
    .ai-for-title {font-size: 1.5rem  !important;}
}

@media (max-width: 900px) {
    .ai-for-main {
        padding: 0;
    }
    .ai-for-title {
        font-size: 1.8rem  !important;
        margin-bottom: 0;
    }
    .ai-for-cards { 
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 
    }
}

@media (max-width: 1100px) {
    .ai-for-main--twocol { flex-direction: column; gap: 1.5rem; }
    .ai-for-sidebar { position: static; max-width: 100%; width: 100%; margin-bottom: 0.5rem; }
    .ai-for-hero--twocol {
        flex-direction: column;
        gap: 1.5rem;
        padding: 2rem 1rem 1.2rem 1rem;
    }
    .ai-for-hero-main, .ai-for-topwh {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .ai-for-topwh {
        justify-content: flex-start;
        margin-top: 1.2rem;
    }
}

@media (max-width: 700px) {
    .ai-for-title {
        font-size: 1.5rem !important;
        margin-bottom: 0;
    }
    .ai-for-cards { 
        grid-template-columns: 1fr; 
    }
    .ai-for-nav { 
        gap: 0.5rem; 
    }
    .ai-for-nav-link { 
        padding: 0.5rem 1rem; 
        font-size: 0.9rem; 
    }
    .ai-for-main--twocol { flex-direction: column; gap: 0.7rem; }
    .ai-for-sidebar { padding: 1.2rem 0.7rem 1rem 0.7rem; }
    .ai-for-card { max-width: 100%; }
} 

@media (max-width: 900px) {
    .ai-for-sidebar {
        display: none !important;
    }
    .mobile-filters-toggle {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-top: 1rem;
    }
    .btn-mobile-filters {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.75rem 1.25rem;
        background: #4942E4;
        border: none;
        border-radius: 0.5rem;
        font-weight: 700;
        flex: 1;
        width: 100%;
        height: 46px;
        font-size: 1.08rem;
        color: #fff;
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
        text-align: center;
    }
    .btn-mobile-filters:active, .btn-mobile-filters:focus {
        background: #2d2bb7;
        color: #fff;
    }
    .quick-filter-dropdown {
        display: none;
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 1002;
        transform: translateX(-100%);
        transition: transform 0.3s;
        overflow-y: auto;
    }
    .quick-filter-dropdown.active {
        display: block;
        transform: translateX(0);
    }
    .dropdown-header {
        position: sticky;
        top: 0;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.2rem 1rem;
        border-bottom: 1px solid #eee;
        z-index: 2;
    }
    .dropdown-title {
        font-size: 1.1rem;
        font-weight: 700;
        color: #4942E4;
    }
    .btn-close-dropdown {
        border: none;
        background: none;
        font-size: 2rem;
        padding: 0.5rem;
        color: #4942E4;
        cursor: pointer;
    }
    .dropdown-items-list {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: 1.2rem 0;
    }
    .dropdown-item {
        display: block;
        padding: 0.1rem 1.2rem;
        color: #222;
        /* background: #f8fafc; */
        /* border-radius: 0.8rem; */
        font-size: 1.05rem;
        font-weight: 500;
        text-decoration: none;
        /* border: 1.5px solid #e2e8f0; */
        /* margin-bottom: 0.2rem; */
        transition: background 0.15s, color 0.15s;
    }
    .dropdown-item.active {
        background: #4942E4;
        color: #fff;
        border-color: #4942E4;
    }
    .dropdown-item:hover {
        background: #e0eaff;
        color: #4942E4;
    }
}

.mobile-filters-toggle, .quick-filter-dropdown { display: none; }
@media (max-width: 900px) {
    .mobile-filters-toggle, .quick-filter-dropdown {display: block;width: 100%;}
}

.ai-for-mobile-filters-btn {
    display: none;
}
.ai-for-mobile-filters-overlay {
    display: none;
    position: fixed;
    z-index: 1002;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(73,66,228,0.97);
    color: #fff;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    transition: opacity 0.2s;
    opacity: 0;
    pointer-events: none;
}
.ai-for-mobile-filters-overlay.open {
    display: block;
    opacity: 1;
    pointer-events: auto;
}
.ai-for-mobile-filters-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem 0.5rem 1.5rem;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}
.ai-for-mobile-filters-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    padding: 0 0.5rem;
}
.ai-for-mobile-filters-list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 1.2rem 1.5rem 2.5rem 1.5rem;
}
.ai-for-mobile-filters-list .ai-for-nav-link {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 1.5px solid #fff2;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 0.8rem;
    padding: 1rem 1.2rem;
    text-align: left;
    transition: background 0.15s, color 0.15s;
}
.ai-for-mobile-filters-list .ai-for-nav-link.active {
    background: #fff;
    color: #4942E4;
    border-color: #fff;
}
.ai-for-mobile-filters-list .ai-for-nav-link:hover {
    background: #fff2;
    color: #fff;
} 

@media (max-width: 900px) {
    .ai-for-filters.ai-for-filters--top {
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        flex-wrap: nowrap;
        margin-bottom: 0.7rem;
    }
    .ai-for-filter-label {
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 500;
        color: #4942E4;
        flex: 1 1 0;
        min-width: 0;
    }
    .ai-for-filter-select-wrap {
        width: 100%;
        display: block;
    }
    .ai-for-filter {
        width: 100%;
        min-width: 0;
        font-size: 0.97rem;
        padding: 0.7rem 1rem;
    }
    .ai-for-reset-btn {
        flex: 0 0 auto;
        margin-left: 0.3rem;
        margin-top: 0;
        height: 42px;
        width: 42px;
        padding: 0;
        border-radius: 0.7rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
} 

@media (max-width: 900px) {
    .ai-for-fast-tags {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 0.5rem;
        white-space: nowrap;
        padding-bottom: 4px;
        margin-bottom: 0.7rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        max-width: 100vw;
    }
    .ai-for-fast-tags::-webkit-scrollbar {
        display: none;
    }
    .ai-for-fast-tag {
        flex: 0 0 auto;
        white-space: nowrap;
    }
} 

@media (max-width: 900px) {
    .ai-for-hero-promo.home-trending {
        display: none !important;
    }
} 

@media (max-width: 900px) {
    .ai-for-subtitle {
        display: none !important;
    }
}
@media (min-width: 901px) {
    .ai-for-seo {
        display: none !important;
    }
} 

.ai-for-card-more-btn {
    display: inline-block;
    margin-top: 0.7rem;
    background: #f3f4f6;
    color: #333;
    border: none;
    border-radius: 0.7rem;
    padding: 0.7rem 1.5rem;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    box-shadow: 0 1px 6px rgba(80,90,180,0.08);
    cursor: pointer;
}
.ai-for-card-more-btn:hover {
    background: #e0e0e0;
    color: #333;
    box-shadow: 0 2px 12px rgba(80,90,180,0.13);
}
@media (max-width: 700px) {
    .ai-for-card-more-btn {
        width: 100%;
        padding: 0.9rem 0;
        font-size: 1.08rem;
    }
} 