/*
 * Стили блока "ничего не найдено" → производство на заказ.
 * Целевой путь: /home/bitrix/ext_www/vin-tel.ru/local/css/vintel-empty-block.css
 * Подключается через init.php OnEndBufferContent (паттерн как victory-marquee.css).
 * Дизайн-система: WEBSITE/knowledge/email-design-system.md
 * v2 2026-05-15: двухколоночный layout, чек-карточки, тень primary-кнопки.
 */

/* Скрываем старую серую иконку-крестик empty_catalog.png из template_styles.css темы Aspro */
.no_products::before,
.no_goods .no_products::before { display: none !important; }
.no_products { background: none !important; padding-top: 0 !important; }

.vintel-no-match {
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFBFC 100%);
    border: 1px solid #E6EAEE;
    border-radius: 16px;
    padding: 40px 44px;
    box-shadow: 0 1px 0 rgba(26,39,50,.02), 0 12px 32px -20px rgba(26,39,50,.10);
    overflow: hidden;
    color: #1A2732;
    line-height: 1.55;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    width: 100%;
}
.vintel-no-match * { box-sizing: border-box; }
.vintel-no-match::before {
    content: "";
    position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
    background: #2C5C7A;
}

.vintel-no-match__cols {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 48px;
    align-items: center;
}

.vintel-no-match__badge {
    display: inline-block;
    padding: 7px 12px;
    background: #E7F4EC;
    color: #1F6B3E;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.vintel-no-match__badge::before { content: "\2022\00a0"; }

.vintel-no-match__title {
    font-size: 32px;
    line-height: 1.15;
    margin: 0 0 14px;
    font-weight: 800;
    color: #1A2732;
    letter-spacing: -0.01em;
    text-align: left;
}

.vintel-no-match__lede {
    font-size: 16px;
    color: #5B6B78;
    margin: 0 0 24px;
    line-height: 1.55;
    text-align: left;
}
.vintel-no-match__lede b { color: #1A2732; font-weight: 600; }

.vintel-no-match__features {
    margin: 0 0 28px;
    padding: 0;
}
.vintel-no-match__feature {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 8px 0;
    font-size: 14.5px;
    color: #1A2732;
    line-height: 1.5;
}
.vintel-no-match__feature b { font-weight: 700; color: #1A2732; }
.vintel-no-match__check {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    background: #E7F4EC;
    color: #1F6B3E;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    margin-top: 2px;
}

.vintel-no-match__actions {
    display: flex;
    align-items: stretch;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.vintel-no-match__btn {
    height: 54px;
    padding: 0 28px;
    font-family: inherit;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 10px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s, color .15s, border-color .15s, transform .05s, box-shadow .15s;
    white-space: nowrap;
}

.vintel-no-match__btn--primary {
    background: #2C5C7A;
    color: #FFFFFF;
    border: 0;
    box-shadow: 0 4px 12px -2px rgba(44,92,122,.35);
}
.vintel-no-match__btn--primary:hover {
    background: #1f445c;
    color: #FFFFFF;
    box-shadow: 0 6px 16px -2px rgba(44,92,122,.45);
}
.vintel-no-match__btn--primary:active { transform: translateY(1px); }

.vintel-no-match__btn--tg {
    background: #FFFFFF;
    color: #2C5C7A;
    border: 1.5px solid #2C5C7A;
    padding: 0 22px;
    gap: 9px;
    font-size: 14px;
}
.vintel-no-match__btn--tg:hover {
    background: #2C5C7A;
    color: #FFFFFF;
}
.vintel-no-match__btn--tg svg { flex: 0 0 auto; }

.vintel-no-match__alt {
    margin-top: 8px;
    font-size: 13px;
    color: #5B6B78;
    line-height: 1.55;
    text-align: left;
}
.vintel-no-match__alt a {
    color: #2C5C7A;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}
.vintel-no-match__alt a:hover { text-decoration: underline; }
.vintel-no-match__dot { color: #8A98A4; margin: 0 8px; }

.vintel-no-match__illustration {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vintel-no-match__illustration svg {
    width: 100%;
    max-width: 340px;
    height: auto;
}

@media (max-width: 900px) {
    .vintel-no-match { padding: 28px 22px; border-radius: 14px; }
    .vintel-no-match__cols { grid-template-columns: 1fr; gap: 24px; }
    .vintel-no-match__illustration { order: -1; max-height: 160px; overflow: hidden; }
    .vintel-no-match__illustration svg { max-width: 240px; }
    .vintel-no-match__title { font-size: 24px; }
    .vintel-no-match__lede { font-size: 15px; }
    .vintel-no-match__actions { gap: 8px; }
    .vintel-no-match__btn { width: 100%; padding: 0 16px; }
}
