Добавить в корзинуПозвонить
Найти в Дзене
multus.ru

4

{$co} #multus-ai-series-offer { --msa-bg: linear-gradient(135deg, #0b1220 0%, #111b31 52%, #1a2b52 100%); --msa-card: rgba(255, 255, 255, 0.08); --msa-card-hover: rgba(255, 255, 255, 0.11); --msa-line: rgba(255, 255, 255, 0.12); --msa-text: #f5f7fb; --msa-muted: rgba(245, 247, 251, 0.76); --msa-accent: #9cc2ff; --msa-btn: #ffffff; --msa-btn-text: #0f172a; --msa-btn-ghost: rgba(255, 255, 255, 0.10); --msa-shadow: 0 26px 70px rgba(0, 0, 0, 0.28); --msa-radius-xl: 28px; --msa-radius-lg: 22px; --msa-radius-md: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif; color: var(--msa-text); } #multus-ai-series-offer * { box-sizing: border-box; } .msa-wrap { position: relative; overflow: hidden; max-width: 1180px; margin: 40px auto; padding: 34px; border-radius: var(--msa-radius-xl); background: var(--msa-bg); box-shadow: var(--msa-shadow); } .
Оглавление

4

{$co}

#multus-ai-series-offer { --msa-bg: linear-gradient(135deg, #0b1220 0%, #111b31 52%, #1a2b52 100%); --msa-card: rgba(255, 255, 255, 0.08); --msa-card-hover: rgba(255, 255, 255, 0.11); --msa-line: rgba(255, 255, 255, 0.12); --msa-text: #f5f7fb; --msa-muted: rgba(245, 247, 251, 0.76); --msa-accent: #9cc2ff; --msa-btn: #ffffff; --msa-btn-text: #0f172a; --msa-btn-ghost: rgba(255, 255, 255, 0.10); --msa-shadow: 0 26px 70px rgba(0, 0, 0, 0.28); --msa-radius-xl: 28px; --msa-radius-lg: 22px; --msa-radius-md: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif; color: var(--msa-text); } #multus-ai-series-offer * { box-sizing: border-box; } .msa-wrap { position: relative; overflow: hidden; max-width: 1180px; margin: 40px auto; padding: 34px; border-radius: var(--msa-radius-xl); background: var(--msa-bg); box-shadow: var(--msa-shadow); } .msa-wrap::before, .msa-wrap::after { content: ""; position: absolute; border-radius: 999px; pointer-events: none; filter: blur(10px); } .msa-wrap::before { width: 340px; height: 340px; top: -100px; right: -80px; background: radial-gradient(circle, rgba(156, 194, 255, 0.22) 0%, rgba(156, 194, 255, 0) 72%); } .msa-wrap::after { width: 280px; height: 280px; bottom: -110px; left: -70px; background: radial-gradient(circle, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0) 74%); } .msa-hero { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr); gap: 26px; align-items: center; margin-bottom: 28px; } .msa-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.10); color: var(--msa-accent); font-size: 13px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 16px; } .msa-title { margin: 0 0 14px; font-size: clamp(30px, 5vw, 52px); line-height: 1.04; font-weight: 800; letter-spacing: -0.03em; } .msa-text { margin: 0; max-width: 760px; font-size: 18px; line-height: 1.62; color: var(--msa-muted); } .msa-side { border: 1px solid var(--msa-line); background: var(--msa-card); backdrop-filter: blur(10px); border-radius: var(--msa-radius-lg); padding: 22px; } .msa-side-title { margin: 0 0 10px; font-size: 18px; line-height: 1.25; font-weight: 800; } .msa-side-text { margin: 0 0 16px; font-size: 15px; line-height: 1.6; color: var(--msa-muted); } .msa-actions { display: flex; flex-wrap: wrap; gap: 12px; } .msa-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 18px; border-radius: 14px; text-decoration: none; font-weight: 800; font-size: 15px; transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease; } .msa-btn:hover { transform: translateY(-1px); } .msa-btn-primary { background: var(--msa-btn); color: var(--msa-btn-text); } .msa-btn-secondary { background: var(--msa-btn-ghost); color: #ffffff; border: 1px solid rgba(255, 255, 255, 0.14); } .msa-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; } .msa-book { display: flex; flex-direction: column; height: 100%; border: 1px solid var(--msa-line); background: var(--msa-card); backdrop-filter: blur(10px); border-radius: var(--msa-radius-lg); overflow: hidden; transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease; } .msa-book:hover { transform: translateY(-3px); border-color: rgba(255, 255, 255, 0.20); background: var(--msa-card-hover); } .msa-cover-wrap { display: block; padding: 18px 18px 0; text-decoration: none; } .msa-cover { width: 100%; aspect-ratio: 3 / 4.35; object-fit: cover; object-position: center; display: block; border-radius: 16px; background: rgba(255, 255, 255, 0.08); box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28); } .msa-book-body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 18px; } .msa-book-title { margin: 0 0 10px; font-size: 22px; line-height: 1.14; font-weight: 800; } .msa-book-desc { margin: 0 0 18px; font-size: 15px; line-height: 1.58; color: var(--msa-muted); flex: 1 1 auto; } .msa-book-link { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; text-decoration: none; color: #ffffff; font-size: 15px; font-weight: 800; padding: 12px 14px; border-radius: 12px; background: rgba(255, 255, 255, 0.10); transition: background 0.18s ease, transform 0.18s ease; } .msa-book-link:hover { background: rgba(255, 255, 255, 0.16); transform: translateY(-1px); } @media (max-width: 1120px) { .msa-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 980px) { .msa-hero { grid-template-columns: 1fr; } } @media (max-width: 680px) { .msa-wrap { margin: 26px auto; padding: 20px; border-radius: 22px; } .msa-text { font-size: 16px; } .msa-grid { grid-template-columns: 1fr; } .msa-book-title { font-size: 20px; } .msa-actions { flex-direction: column; } .msa-btn { width: 100%; } }

Серия Елены Дым на ЛитРес

Четыре книги о том, как нейросети меняют внимание, доверие, решения и видимость

«Вторая траектория» — серия для тех, кто работает с контентом, маркетингом, продуктом и восприятием аудитории. От внимания и доверия до новой AI-видимости: без лишнего тумана, только то, что уже влияет на выбор человека и трафик.

Открыть всю серию или начать с первой книги

Блок сделан так, чтобы его можно было ставить на Multus как отдельный премиальный оффер: красивая витрина, четыре обложки и прямые переходы на книги.

Смотреть всю серию Начать с AI-Attention

 📷
📷

Открыть книгу → AI-Attention
О том, как нейросети собирают внимание, расставляют акценты и подталкивают решение раньше, чем человек успевает выстроить собственную траекторию.

 📷
📷

Открыть книгу → AI-Sense
О феномене понятности, который нейросети создают особенно уверенно: когда ощущение понимания возникает быстрее, чем начинается настоящая проверка.

 📷
📷

Открыть книгу → AI-Trust
Книга о механике доверия к ответам ИИ: почему готовая формулировка так легко становится рабочей основой для выводов, решений и стратегий.

 📷
📷

Открыть книгу → AI-SEO 2.0
Для тех, кто хочет не просто публиковать контент, а попадать в ответы нейросетей и в новый слой видимости, где уже перераспределяется трафик.

#multus-ai-series-compact { --mac-bg: linear-gradient(135deg, #0f172a 0%, #16233f 100%); --mac-card: rgba(255, 255, 255, 0.08); --mac-line: rgba(255, 255, 255, 0.12); --mac-text: #f8fafc; --mac-muted: rgba(248, 250, 252, 0.76); --mac-accent: #a8c7ff; --mac-btn: #ffffff; --mac-btn-text: #0f172a; --mac-btn-ghost: rgba(255, 255, 255, 0.10); --mac-radius-xl: 26px; --mac-radius-lg: 18px; --mac-radius-md: 14px; --mac-shadow: 0 22px 60px rgba(0, 0, 0, 0.22); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif; color: var(--mac-text); } #multus-ai-series-compact * { box-sizing: border-box; } .mac-wrap { position: relative; overflow: hidden; max-width: 1080px; margin: 32px auto; padding: 24px; border-radius: var(--mac-radius-xl); background: var(--mac-bg); box-shadow: var(--mac-shadow); } .mac-wrap::before { content: ""; position: absolute; top: -80px; right: -60px; width: 240px; height: 240px; border-radius: 999px; background: radial-gradient(circle, rgba(168, 199, 255, 0.18) 0%, rgba(168, 199, 255, 0) 72%); pointer-events: none; } .mac-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 24px; align-items: center; } .mac-covers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; } .mac-cover-link { display: block; text-decoration: none; } .mac-cover { width: 100%; aspect-ratio: 3 / 4.35; display: block; object-fit: cover; border-radius: 12px; background: rgba(255, 255, 255, 0.08); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22); transition: transform 0.18s ease, opacity 0.18s ease; } .mac-cover-link:hover .mac-cover { transform: translateY(-2px); } .mac-kicker { display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.10); color: var(--mac-accent); font-size: 12px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 14px; } .mac-title { margin: 0 0 12px; font-size: clamp(26px, 4vw, 40px); line-height: 1.08; font-weight: 800; letter-spacing: -0.03em; } .mac-text { margin: 0 0 18px; font-size: 16px; line-height: 1.62; color: var(--mac-muted); max-width: 760px; } .mac-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 18px; padding: 0; list-style: none; } .mac-points li { padding: 9px 12px; border-radius: 999px; background: var(--mac-card); border: 1px solid var(--mac-line); font-size: 13px; font-weight: 700; color: #ffffff; } .mac-actions { display: flex; flex-wrap: wrap; gap: 12px; } .mac-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: var(--mac-radius-md); text-decoration: none; font-size: 15px; font-weight: 800; transition: transform 0.18s ease, background 0.18s ease; } .mac-btn:hover { transform: translateY(-1px); } .mac-btn-primary { background: var(--mac-btn); color: var(--mac-btn-text); } .mac-btn-secondary { background: var(--mac-btn-ghost); color: #ffffff; border: 1px solid rgba(255, 255, 255, 0.14); } @media (max-width: 900px) { .mac-grid { grid-template-columns: 1fr; } .mac-covers { max-width: 420px; } } @media (max-width: 640px) { .mac-wrap { margin: 24px auto; padding: 18px; border-radius: 20px; } .mac-covers { max-width: none; gap: 8px; } .mac-text { font-size: 15px; } .mac-actions { flex-direction: column; } .mac-btn { width: 100%; } }

 📷
📷

 📷
📷

 📷
📷

 📷
📷

Серия книг Елены Дым

«Вторая траектория» — 4 книги о том, как нейросети меняют внимание, доверие и видимость

Серия для тех, кто работает с контентом, маркетингом, продуктом и восприятием аудитории. От внимания и доверия к ответам ИИ до попадания в новую AI-выдачу — без воды, с фокусом на реальные изменения поведения и трафика.

  • Внимание
  • Доверие
  • Решения
  • AI-видимость

Смотреть всю серию Начать с первой книги