/* Ссылки/баннеры каталога Нмаркет (Каталог.ПРО).
   Подключается точечно рядом с разметкой (header.tpl, nmarket_cta_banner). */

/* CTA-полоса на главной, под широкими карточками */
.orh-nmarket { display: flex; align-items: center; justify-content: space-between; gap: 20px;
    margin: 18px 0 0; padding: 22px 26px; border-radius: 16px;
    background: linear-gradient(115deg, #00695f, #009688); color: #fff; }
.orh-nmarket__title { margin: 0 0 4px; font-size: 1.15rem; font-weight: 700; color: #fff; }
.orh-nmarket__sub { margin: 0; font-size: .92rem; color: rgba(255,255,255,.85); }
.orh-nmarket__btn { flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 22px; border-radius: 10px; background: #fff; color: #00695f;
    font-weight: 600; text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease; }
.orh-nmarket__btn:hover { color: #00695f; transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0,0,0,.18); }
@media (max-width: 767px) {
    .orh-nmarket { flex-direction: column; align-items: flex-start; }
    .orh-nmarket__btn { width: 100%; justify-content: center; }
}

/* Баннер-кнопка на страницах каталога новостроек */
.nmarket-cta { display: flex; align-items: center; justify-content: space-between; gap: 14px;
    margin: 0 0 16px; padding: 14px 18px; border: 1px solid var(--color-primary, #009688);
    border-radius: 12px; background: rgba(0,150,136,.06);
    color: inherit; text-decoration: none; }
.nmarket-cta:hover { background: rgba(0,150,136,.12); color: inherit; }
.nmarket-cta__body { min-width: 0; }
.nmarket-cta__title { display: block; font-weight: 700; }
.nmarket-cta__sub { display: block; font-size: .88rem; opacity: .75; }
.nmarket-cta__btn { flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 18px; border-radius: 10px;
    background: var(--color-primary, #009688); color: #fff; font-weight: 600; }
@media (max-width: 575px) {
    .nmarket-cta { flex-direction: column; align-items: flex-start; }
    .nmarket-cta__btn { width: 100%; justify-content: center; }
}
