/*! src: 98d46d9727f6d0cdce5f360ee4b0aca8 */

  
  
  
  
  
  

  :root {
    --tg-text: #212121;
    --tg-border: #d3daec;
    --tg-surface: #f8faff;
    --tg-accent: #ff4d4d;
    --tg-font-body: Roboto, sans-serif;
    --tg-font-display: "Ubuntu Sans", Ubuntu, sans-serif;
  }

  /* ── Hero Telegram (синяя тема; классы telegram-*, не mini-apps) ── */
  #top.screen.mod--1-red {
    background: url(/wp-content/themes/bothelp.io/assets/images/mini-apps-hero-bg.svg)
      bottom center / cover no-repeat;
    position: relative;
    min-height: 618px;
  }

  #top .hero-badge {
    color: #0080ff;
  }

  #top .button.w-inline-block {
    background: #fff;
  }

  #top .button.w-inline-block .mod--button {
    color: #0080ff;
  }

  #top .telegram-hero__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    height: 56px;
    box-sizing: border-box;
    background: transparent;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-family: var(--tg-font-body);
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: opacity 0.2s;
  }

  #top .telegram-hero__btn-secondary:hover {
    opacity: 0.9;
  }

  #top .telegram-hero__btn-secondary::after {
    content: "\2192";
    margin-left: 8px;
  }

  #top .text--h1.mod--screen-1 {
    font-size: 60px;
    line-height: 60px;
  }

  #top .content.mod--main-1 {
    position: relative;
    z-index: 1;
  }

  .telegram-hero__phone {
    display: block;
    height: 517px;
    width: auto;
    max-width: unset;
  }

  .telegram-hero__img-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 1;
  }

  /* Кейсы слайдер: квадратное превью (как dlya-onlajn-shkol.html) */
  .bh-case-slide__media.bh-case-slide__media--square {
    aspect-ratio: 1 / 1;
    align-self: flex-start;
  }

  .bh-case-slide__media.bh-case-slide__media--square picture {
    display: contents;
  }

  /* ── Возможности чат-бота: bh-tabs как на max.html + split-карточка ── */
  .telegram-features {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .telegram-features__frame {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    position: relative;
  }

  .telegram-features__title {
    margin: 0;
    text-align: center;
    color: var(--tg-text);
    font-size: 36px;
    font-family: var(--tg-font-display);
    font-weight: 700;
    line-height: 36px;
    overflow-wrap: break-word;
  }

  .telegram-features .bh-tabs.telegram-features__tabs {
    width: 100%;
    max-width: 1200px;
    margin: 0;
    gap: 32px;
  }

  .telegram-features .bh-tabs__list {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
    -webkit-overflow-scrolling: auto;
    row-gap: 32px;
    column-gap: 0;
  }

  .telegram-features .bh-tabs__tab {
    flex: 0 1 auto;
    min-width: 0;
    max-width: min(230px, 100%);
  }

  .telegram-features .bh-tabs__tab--long {
    max-width: min(260px, 100%);
  }

  .telegram-features .bh-tabs__tab-text {
    white-space: normal;
  }

  .telegram-features__swipe-hand {
    display: none;
    pointer-events: none;
  }

  .telegram-features .telegram-features__swipe-wrap {
    box-sizing: border-box;
    width: 100%;
    position: relative;
  }

  .telegram-features .bh-tabs__split-card {
    box-sizing: border-box;
    width: 1200px;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 79px;
    padding-right: 30px;
    gap: 60px;
    flex-direction: column;
    align-items: stretch;
  }

  .telegram-features .bh-tabs__split-page {
    display: none;
    box-sizing: border-box;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
  }

  .telegram-features .bh-tabs__split-page--active {
    display: flex;
  }

  .telegram-features .bh-tabs__stage {
    width: 100%;
    align-self: stretch;
  }

  .telegram-features .bh-tabs--split .bh-tabs__panels {
    flex: 0 0 564px;
    width: 564px;
    max-width: 100%;
  }

  .telegram-features .bh-tabs--split .bh-tabs__split-title {
    margin: 0;
    font-family: var(--tg-font-body);
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
  }

  .telegram-features .bh-tabs--split .bh-tabs__split-num {
    background: conic-gradient(
      from 280deg at 38.7% 41.71%,
      #ff4d4d 0deg,
      #ff9191 360deg
    );
  }

  .telegram-features .bh-tabs--split .bh-tabs__media {
    flex-shrink: 0;
    width: 418px;
    max-width: 100%;
    aspect-ratio: 418 / 299.34;
    height: auto;
    border-radius: 10px;
  }

  .telegram-features
    .bh-tabs--split
    .bh-tabs__media:has(.bh-tabs__video--active[data-tab="6"]) {
    width: calc(418px / 1.5);
    aspect-ratio: 10 / 19;
    max-height: min(calc(90vh / 1.5), calc(880px / 1.5));
  }

  .telegram-features .bh-tabs__media .bh-tabs__video[data-tab="6"] {
    object-fit: contain;
    background: var(--tg-surface);
  }

  .telegram-features .bh-tabs--split .bh-tabs__media .bh-tabs__video,
  .telegram-features .bh-tabs--split .bh-tabs__media img {
    border-radius: 10px;
  }

  /* Figma 2269-1887: табы → свайп, типографика и отступы по макету */

  /* ── Сравнительная таблица (Figma 2269:782); мобильная вёрстка — Figma 2269-1602 ── */
  .telegram-compare {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .telegram-compare__wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .telegram-compare__head {
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .telegram-compare__head-spacer,
  .telegram-int__head-spacer,
  .telegram-digits__head-spacer,
  .telegram-media__head-spacer,
  .telegram-articles__head-spacer,
  .telegram-security__head-spacer {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .telegram-compare__title-row,
  .telegram-int__title-row,
  .telegram-digits__title-row,
  .telegram-media__title-row,
  .telegram-articles__title-row,
  .telegram-security__title-row {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .telegram-compare__title,
  .telegram-int__title,
  .telegram-digits__title,
  .telegram-media__title,
  .telegram-articles__title,
  .telegram-security__title {
    margin: 0;
    flex: 1 1 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--tg-text);
    font-size: 36px;
    font-family: var(--tg-font-body);
    font-weight: 700;
    line-height: 40px;
    overflow-wrap: break-word;
  }

  .telegram-compare__table {
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0;
  }

  .telegram-compare__table th,
  .telegram-compare__table td {
    box-sizing: border-box;
    padding: 20px;
    vertical-align: middle;
    border-bottom: 1px solid var(--tg-border);
    border-left: 1px solid var(--tg-border);
    text-align: left;
  }

  .telegram-compare__table th:last-child,
  .telegram-compare__table td:last-child {
    border-right: 1px solid var(--tg-border);
  }

  .telegram-compare__table thead th {
    background: var(--tg-surface);
    border-top: 1px solid var(--tg-border);
  }

  .telegram-compare__table tbody th {
    font-weight: normal;
    text-align: left;
  }

  .telegram-compare__table .telegram-compare__col-label {
    width: 290px;
  }

  .telegram-compare__th {
    display: block;
    color: var(--tg-text);
    font-size: 18px;
    font-family: var(--tg-font-body);
    font-weight: 700;
    line-height: 21.6px;
    overflow-wrap: break-word;
  }

  .telegram-compare__td {
    display: block;
    color: var(--tg-text);
    font-size: 16px;
    font-family: var(--tg-font-body);
    font-weight: 400;
    line-height: 19.2px;
    overflow-wrap: break-word;
  }

  .telegram-compare__td--bold {
    font-weight: 700;
  }

  .telegram-compare__price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 7px;
  }

  .telegram-compare__price-num {
    color: var(--tg-text);
    font-size: 28px;
    font-family: var(--tg-font-body);
    font-weight: 700;
    overflow-wrap: break-word;
  }

  .telegram-compare__price-suf {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-family: var(--tg-font-body);
    font-weight: 700;
    overflow-wrap: break-word;
  }

  .telegram-compare__yes {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }

  .telegram-compare__yes-text {
    color: #000;
    font-size: 16px;
    font-family: var(--tg-font-body);
    font-weight: 400;
    line-height: 22px;
    overflow-wrap: break-word;
  }

  .telegram-compare__mark-img {
    flex-shrink: 0;
    width: 20px;
    height: auto;
    display: block;
  }

  .telegram-compare__no {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }

  .telegram-compare__no .telegram-compare__td {
    display: inline;
    line-height: 22px;
  }

  .telegram-int__wrap,
  .telegram-digits__wrap,
  .telegram-media__wrap,
  .telegram-articles__wrap,
  .telegram-security__wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .telegram-int__head,
  .telegram-digits__head,
  .telegram-media__head,
  .telegram-articles__head,
  .telegram-security__head {
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* ── Интеграции (Figma 2269:1080) ── */
  .telegram-int {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin: 50px 0;
    padding: 0;
  }

  .telegram-int__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    justify-content: stretch;
  }

  .telegram-int__card {
    --telegram-int-card-pad: 30px;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: var(--telegram-int-card-pad);
    border-radius: 20px;
    outline: 1px solid var(--tg-border);
    outline-offset: -1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .telegram-int__card--r1 {
    min-height: 299px;
  }

  .telegram-int__card--r2 {
    min-height: 305px;
  }

  .telegram-int__card-inner {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }

  .telegram-int__card-title {
    margin: 0;
    color: var(--tg-text);
    font-size: 24px;
    font-family: var(--tg-font-body);
    font-weight: 700;
    line-height: 28.8px;
    overflow-wrap: break-word;
  }

  .telegram-int__card-desc {
    margin: 0;
    align-self: stretch;
    color: var(--tg-text);
    font-size: 16px;
    font-family: var(--tg-font-body);
    font-weight: 400;
    line-height: 23.2px;
    opacity: 0.8;
    overflow-wrap: break-word;
  }

  .telegram-int__marquee {
    box-sizing: border-box;
    align-self: stretch;
    width: calc(100% + 2 * var(--telegram-int-card-pad));
    max-width: none;
    margin-inline: calc(-1 * var(--telegram-int-card-pad));
    height: 36px;
    margin-top: auto;
    background: var(--tg-surface);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .telegram-int__marquee-track {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: max-content;
    animation: telegram-int-marquee 28s linear infinite;
  }

  @keyframes telegram-int-marquee {
    to {
      transform: translateX(-50%);
    }
  }

  .telegram-int__marquee-chunk {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
  }

  .telegram-int__marquee-pair {
    display: inline-flex;
    align-items: center;
    gap: 15px;
  }

  .telegram-int__marquee-wide {
    display: inline-flex;
    align-items: center;
    gap: 15px;
  }

  .telegram-int__marquee-img {
    display: block;
    flex-shrink: 0;
  }

  .telegram-int__marquee-chunk--crm {
    gap: 15px;
    opacity: 0.3;
  }

  .telegram-int__marquee-chunk--tilda {
    gap: 6px;
  }

  .telegram-int__marquee-chunk--tilda .telegram-int__marquee-pair {
    opacity: 0.3;
  }

  .telegram-int__marquee-chunk--bizon {
    gap: 6px;
  }

  .telegram-int__marquee-chunk--bizon .telegram-int__marquee-wide {
    opacity: 0.3;
  }

  .telegram-int__marquee-chunk--albato {
    display: inline-flex;
    justify-content: center;
    gap: 15px;
  }

  .telegram-int__marquee-chunk--albato .telegram-int__marquee-img {
    opacity: 0.3;
  }

  .telegram-int__marquee-chunk--pay {
    display: inline-flex;
    justify-content: center;
    gap: 15px;
  }

  .telegram-int__marquee-chunk--pay .telegram-int__marquee-img {
    opacity: 0.3;
  }

  .telegram-int__marquee-chunk--api .telegram-int__marquee-wide {
    opacity: 0.3;
  }

  /* ── BotHelp в цифрах (Figma 2269:621) ── */
  .telegram-digits {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin: 50px 0;
    padding: 0;
  }

  .telegram-digits__lead-row,
  .telegram-media__lead-row,
  .telegram-articles__lead-row {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .telegram-digits__lead-inner,
  .telegram-media__lead-inner,
  .telegram-articles__lead-inner {
    flex: 1 1 0;
    max-width: 768px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .telegram-digits__lead,
  .telegram-media__lead,
  .telegram-articles__lead {
    margin: 0;
    width: 100%;
    max-width: 768px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--tg-text);
    font-size: 18px;
    font-family: var(--tg-font-body);
    font-weight: 400;
    line-height: 28px;
    opacity: 0.8;
    overflow-wrap: break-word;
  }

  .telegram-digits__grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }

  .telegram-digits__card {
    box-sizing: border-box;
    flex: 1 1 0;
    min-width: 0;
    padding: 30px;
    border-radius: 20px;
    outline: 1px solid var(--tg-border);
    outline-offset: -1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .telegram-digits__card-body {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }

  .telegram-digits__stat-top {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }

  .telegram-digits__stat-value {
    margin: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--tg-accent);
    font-size: 36px;
    font-family: var(--tg-font-body);
    font-weight: 700;
    line-height: 43.2px;
    overflow-wrap: break-word;
  }

  .telegram-digits__stat-label {
    margin: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--tg-text);
    font-size: 16px;
    font-family: var(--tg-font-body);
    font-weight: 700;
    line-height: 19.2px;
    overflow-wrap: break-word;
  }

  .telegram-digits__stat-label--w174 {
    align-self: flex-start;
    width: 174px;
  }

  .telegram-digits__stat-desc {
    margin: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--tg-text);
    font-size: 16px;
    font-family: var(--tg-font-body);
    font-weight: 400;
    line-height: 23.2px;
    opacity: 0.8;
    overflow-wrap: break-word;
  }

  .telegram-digits__pill-wrap {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
  }

  .telegram-digits__pill {
    margin: 0;
    box-sizing: border-box;
    padding: 5px 10px;
    background: #212121;
    border-radius: 5px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-family: var(--tg-font-display);
    font-weight: 600;
    line-height: 14px;
    overflow-wrap: break-word;
  }

  /* ── О нас пишут ведущие СМИ (Figma 2269:658) ── */
  .telegram-media {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 0;
  }

  .telegram-media__grid {
    box-sizing: border-box;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
  }

  .telegram-media__card {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 116px;
    height: auto;
    padding: 30px;
    border-radius: 20px;
    outline: 1px solid var(--tg-border);
    outline-offset: -1px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .telegram-media__card-band {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }

  .telegram-media__card-row {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }

  .telegram-media__logo {
    display: block;
    flex-shrink: 0;
    width: 58px;
    height: auto;
  }

  .telegram-media__logo--rbc {
    width: 108px;
  }

  .telegram-media__logo--habr {
    width: 115px;
  }

  .telegram-media__desc {
    margin: 0;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--tg-text);
    font-size: 16px;
    font-family: var(--tg-font-body);
    font-weight: 400;
    line-height: 23.2px;
    opacity: 0.8;
    overflow-wrap: break-word;
  }

  /* ── Эти статьи будут вам интересны (Figma 2269:199) ── */
  .telegram-articles {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin: 50px 0;
    padding: 0;
  }

  .telegram-articles__grid {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    gap: 12px;
  }

  .telegram-articles__card {
    box-sizing: border-box;
    padding: 30px;
    background: var(--tg-surface);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    flex: 0 0 calc((100% - 24px) / 3);
    max-width: calc((100% - 24px) / 3);
    min-width: 0;
    min-height: 0;
  }

  .telegram-articles__img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 323 / 221;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    border-radius: 10px;
    box-shadow: 17px 11px 37.8px rgba(255, 255, 255, 0.25);
  }

  .telegram-articles__body {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }

  .telegram-articles__card-title {
    margin: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--tg-text);
    font-size: 24px;
    font-family: var(--tg-font-body);
    font-weight: 700;
    line-height: 28.8px;
    overflow-wrap: break-word;
  }

  .telegram-articles__tail {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 auto;
    min-height: 0;
    gap: 10px;
  }

  .telegram-articles__desc {
    margin: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--tg-text);
    font-size: 16px;
    font-family: var(--tg-font-body);
    font-weight: 400;
    line-height: 23.2px;
    opacity: 0.8;
    overflow-wrap: break-word;
  }

  .telegram-articles__link {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    margin-top: auto;
    color: var(--tg-accent);
    font-size: 16px;
    font-family: var(--tg-font-body);
    font-weight: 400;
    line-height: 23.2px;
    text-decoration: underline;
    opacity: 0.8;
    overflow-wrap: break-word;
  }

  /* ── Безопасность и надёжность (Figma 2269:693) ── */
  .telegram-security {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin: 50px 0;
    padding: 0;
  }

  .telegram-security__grid {
    box-sizing: border-box;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
  }

  .telegram-security__card {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 30px;
    border-radius: 20px;
    outline: 1px solid var(--tg-border);
    outline-offset: -1px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .telegram-security__card--accent {
    background: var(--tg-accent);
    outline: none;
  }

  .telegram-security__stack {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }

  .telegram-security__icon {
    display: block;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    overflow: hidden;
  }

  .telegram-security__icon svg,
  .telegram-security__icon img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .telegram-security__card--split {
    flex-direction: column;
  }

  .telegram-security__card--split .telegram-security__stack {
    flex: 1 1 auto;
    min-height: 0;
  }

  .telegram-security__card-title {
    margin: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--tg-text);
    font-size: 24px;
    font-family: var(--tg-font-display);
    font-weight: 700;
    line-height: 28.8px;
    overflow-wrap: break-word;
  }

  .telegram-security__card--accent .telegram-security__card-title {
    color: #fff;
  }

  .telegram-security__card-title--w314 {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .telegram-security__card-desc {
    margin: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--tg-text);
    font-size: 16px;
    font-family: var(--tg-font-body);
    font-weight: 400;
    line-height: 23.2px;
    opacity: 0.8;
    overflow-wrap: break-word;
  }

  .telegram-security__card--accent .telegram-security__card-desc {
    color: #fff;
  }

  /* ── CTA подрядчики + CTA «стабильный канал» (как ai-agent-cta / mini-apps-cta) ── */
  .telegram-contractor-cta.bh-cta-block,
  .telegram-channel-cta.bh-cta-block {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    min-height: 422px;
    margin: 0 auto 80px;
    max-width: 1440px;
    width: 100%;
    box-sizing: border-box;
  }

  .telegram-contractor-cta .bh-cta-block__inner,
  .telegram-channel-cta .bh-cta-block__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 120px;
    gap: 16px;
    min-height: 422px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }

  .telegram-contractor-cta__title,
  .telegram-channel-cta__title {
    margin: 0;
    max-width: 742px;
    width: 100%;
    color: #fff;
    font-size: 45px;
    font-family: var(--tg-font-display);
    font-weight: 700;
    line-height: 50px;
    overflow-wrap: break-word;
  }

  .telegram-contractor-cta__title-accent {
    color: #e6363e;
  }

  .telegram-contractor-cta__lead,
  .telegram-contractor-cta__text,
  .telegram-channel-cta__lead,
  .telegram-channel-cta__note {
    margin: 0;
    width: 100%;
    max-width: 722px;
    color: #fff;
    font-family: var(--tg-font-body);
    font-weight: 400;
    overflow-wrap: break-word;
  }

  .telegram-contractor-cta__lead,
  .telegram-channel-cta__lead {
    font-size: 18px;
    line-height: 28px;
  }

  .telegram-contractor-cta__text,
  .telegram-channel-cta__note {
    font-size: 16px;
    line-height: 28px;
  }

  .telegram-channel-cta__note-highlight {
    color: #f44c36;
  }

  .telegram-contractor-cta .bh-cta-block__phone-wrap,
  .telegram-channel-cta .bh-cta-block__phone-wrap {
    position: static;
    z-index: 3;
    width: 100%;
    max-width: 370px;
    margin: 0 auto -16px;
    padding: 0;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .telegram-contractor-cta .bh-cta-block__phone-wrap {
    align-self: flex-start;
    max-width: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .telegram-contractor-cta .bh-cta-block__phone-group {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    width: 394px;
    max-width: none;
    height: 370px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .telegram-channel-cta .bh-cta-block__phone-group {
    position: absolute;
    right: 60px;
    left: auto;
    bottom: 0;
    width: 394px;
    max-width: none;
    height: 370px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .telegram-contractor-cta .bh-cta-block__phone,
  .telegram-channel-cta .bh-cta-block__phone {
    width: 370px;
    max-width: 100%;
    height: auto;
    transform-origin: bottom center;
  }

  .telegram-contractor-cta__btn-row,
  .telegram-channel-cta__btn-row {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .telegram-contractor-cta .bh-cta-block__btn.telegram-contractor-cta__btn,
  .telegram-channel-cta .bh-cta-block__btn.telegram-channel-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 254px;
    padding: 16px 32px;
    margin: 0;
    background: var(--tg-accent);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-family: var(--tg-font-body);
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    border: none;
    cursor: pointer;
  }

  /* ── Адаптив: все @media в конце блока (переопределяют базовые стили) ── */

  @media (max-width: 1200px) {
    .telegram-hero__phone {
      height: 440px;
    }
  }

  @media (max-width: 768px) {
    #top.screen.mod--1-red {
      min-height: auto;
      background-size: auto 100%;
    }

    #top .content.mod--main-1 {
      flex-direction: column;
      gap: 0;
    }

    #top .box-50 {
      width: 100%;
      max-width: 100%;
      flex: none;
    }

    #top .mod--screen-1-text {
      padding: 0 16px 0;
    }

    #top .mod--screen-1-img {
      order: 2;
      justify-content: center;
      position: static;
      margin-top: 0;
    }

    .telegram-hero__img-wrap {
      position: static;
      width: 100%;
      margin: 0 auto;
      overflow: visible;
    }

    .telegram-hero__phone {
      height: 460px;
      width: auto;
      max-width: unset;
      transform: rotate(-7deg);
    }

    .hero-footer {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    #top .hero-badge {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0;
    }

    #top .text--h1.mod--screen-1 {
      font-size: 33px;
      line-height: 1.2;
    }

    #top .button-container.mod--first {
      flex-direction: column;
      align-items: stretch;
      width: 100%;
    }

    #top .button-container.mod--first .button.w-inline-block {
      width: 100%;
      display: flex;
      justify-content: center;
    }

    #top .button-container.mod--first .telegram-hero__btn-secondary {
      width: 100%;
      text-align: center;
    }
  }

  @media (max-width: 1296px) {
    .telegram-features .bh-tabs__list {
      flex-wrap: wrap;
      overflow-x: visible;
      row-gap: 32px;
      column-gap: 0;
    }

    .telegram-features .bh-tabs__tab {
      flex-shrink: 1;
    }
  }

  @media (max-width: 991px) {
    .telegram-features .bh-tabs__split-page--active {
      flex-direction: column;
      align-items: stretch;
      gap: 32px;
    }

    .telegram-features .bh-tabs--split .bh-tabs__panels {
      flex: auto;
      width: auto;
    }
  }

  @media (max-width: 767px) {
    .telegram-features {
      padding-bottom: 30px;
    }

    .telegram-features__frame {
      padding-top: 30px;
      gap: 20px;
      align-items: stretch;
    }

    .telegram-features__title {
      padding: 0 20px;
      font-size: 30px;
      line-height: 40px;
    }

    .telegram-features__swipe-hand {
      display: block;
      position: absolute;
      top: 130px;
      right: 20px;
      width: 44px;
      height: 40px;
      z-index: 2;
    }

    .telegram-features .bh-tabs.telegram-features__tabs {
      gap: 0;
    }

    .telegram-features .bh-tabs__list {
      display: none;
    }

    .telegram-features .bh-tabs__stage {
      gap: 0;
      align-items: stretch;
    }

    .telegram-features .telegram-features__swipe-wrap {
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }

    .telegram-features .telegram-features__swipe-wrap::-webkit-scrollbar {
      display: none;
    }

    .telegram-features .bh-tabs__split-card {
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: flex-start;
      width: 900%;
      max-width: none;
      margin: 0;
      padding: 0;
      gap: 0;
      background: transparent;
      border-radius: 0;
    }

    .telegram-features .bh-tabs__split-page {
      display: flex !important;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      flex: 0 0 11.111111%;
      width: 11.111111%;
      min-width: 0;
      box-sizing: border-box;
      padding: 0 24px;
      scroll-snap-align: start;
      scroll-snap-stop: always;
    }

    .telegram-features .bh-tabs--split .bh-tabs__panel {
      display: flex !important;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      width: 100%;
    }

    .telegram-features .bh-tabs--split .bh-tabs__split-num {
      display: none;
    }

    .telegram-features .bh-tabs--split .bh-tabs__split-heading {
      gap: 0;
      width: 100%;
    }

    .telegram-features .bh-tabs--split .bh-tabs__split-title {
      margin: 0 0 28px;
      font-family: var(--tg-font-display);
      font-size: 20px;
      font-weight: 700;
      line-height: 27px;
      color: var(--tg-text);
      text-align: left;
    }

    .telegram-features .bh-tabs--split .bh-tabs__rich {
      margin: 0 0 32px;
      max-width: 337px;
      width: 100%;
      gap: 0;
    }

    .telegram-features .bh-tabs--split .bh-tabs__lead {
      color: #4b4b4b;
      opacity: 0.8;
      font-size: 16px;
      font-family: var(--tg-font-body);
      font-weight: 400;
      line-height: 23.2px;
    }

    .telegram-features .bh-tabs--split .bh-tabs__panels {
      flex: 1 1 auto;
      width: 100%;
      max-width: none;
    }

    .telegram-features .bh-tabs--split .bh-tabs__media {
      align-self: stretch;
      width: 100%;
      max-width: 331px;
      height: 236px;
      aspect-ratio: auto;
      min-height: 236px;
      border-radius: 16px;
      box-shadow: 4px 4px 15px rgba(195, 212, 255, 0.6);
    }

    .telegram-features
      .bh-tabs--split
      .bh-tabs__media:has(.bh-tabs__video[data-tab="6"]) {
      width: 100%;
      max-width: 331px;
      height: 236px;
      max-height: 236px;
      aspect-ratio: auto;
    }

    .telegram-features .bh-tabs__media .bh-tabs__video[data-tab="6"] {
      object-fit: contain;
      background: var(--tg-surface);
    }

    .telegram-features .bh-tabs--split .bh-tabs__media .bh-tabs__video,
    .telegram-features .bh-tabs--split .bh-tabs__media img {
      border-radius: 16px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .telegram-int__marquee-track {
      animation: none;
    }
  }

  @media (max-width: 991px) {
    .telegram-media__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .telegram-int__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 767px) {
    .telegram-compare__head,
    .bh-landing-steps__head,
    .telegram-int__head,
    .telegram-digits__head,
    .telegram-media__head,
    .telegram-articles__head,
    .telegram-security__head {
      padding-bottom: 32px;
    }

    /* Сравнительная таблица — мобилка Figma 2269-1602 */
    .telegram-compare__head {
      padding-bottom: 20px;
      align-items: center;
    }

    .telegram-compare__title {
      font-family: var(--tg-font-display);
      font-size: 30px;
      line-height: 40px;
    }

    .telegram-compare__table colgroup {
      display: none;
    }

    .telegram-compare__table {
      display: block;
      width: 100%;
      table-layout: auto;
    }

    .telegram-compare__table thead,
    .telegram-compare__table tbody,
    .telegram-compare__table thead tr,
    .telegram-compare__table tbody tr {
      display: block;
      width: 100%;
    }

    .telegram-compare__table thead tr {
      display: flex;
      flex-direction: row;
    }

    .telegram-compare__table thead th:first-child {
      display: none;
    }

    .telegram-compare__table thead th {
      flex: 1 1 0;
      min-width: 0;
      padding: 10px;
      background: var(--tg-surface);
      border-top: 1px solid var(--tg-border);
      border-bottom: 1px solid var(--tg-border);
      border-left: 1px solid var(--tg-border);
      text-align: left;
    }

    .telegram-compare__table thead th:last-child {
      border-right: 1px solid var(--tg-border);
    }

    .telegram-compare__table thead .telegram-compare__th {
      font-size: 14px;
      line-height: 16.8px;
    }

    .telegram-compare__table tbody tr {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
    }

    .telegram-compare__table tbody th {
      flex: 1 1 100%;
      width: 100%;
      max-width: 100%;
      padding: 10px;
      border-left: 1px solid var(--tg-border);
      border-right: 1px solid var(--tg-border);
      border-bottom: 1px solid var(--tg-border);
      text-align: left;
    }

    .telegram-compare__table tbody th .telegram-compare__td {
      font-size: 16px;
      line-height: 19.2px;
    }

    .telegram-compare__table tbody td {
      flex: 1 1 0;
      min-width: 0;
      padding: 10px;
      border-left: 1px solid var(--tg-border);
      border-bottom: 1px solid var(--tg-border);
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }

    .telegram-compare__table tbody td:last-child {
      border-right: 1px solid var(--tg-border);
    }

    .telegram-compare__table tbody tr:first-child td {
      padding: 20px;
      justify-content: center;
    }

    .telegram-compare__table tbody td:has(.telegram-compare__price),
    .telegram-compare__table tbody td:has(.telegram-compare__yes),
    .telegram-compare__table tbody td:has(.telegram-compare__no) {
      justify-content: center;
    }

    .telegram-compare__table .telegram-compare__price {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0;
    }

    .telegram-compare__table .telegram-compare__price-num {
      font-size: 20px;
      line-height: 1.2;
    }

    .telegram-compare__table .telegram-compare__price-suf {
      font-size: 14px;
    }

    .telegram-compare__table tbody td .telegram-compare__td {
      font-size: 12px;
      line-height: 14.4px;
    }

    .telegram-compare__table .telegram-compare__yes-text {
      font-size: 12px;
      line-height: 22px;
    }

    .telegram-compare__table .telegram-compare__mark-img {
      width: 10px;
      height: 10px;
    }

    .telegram-compare__table .telegram-compare__no .telegram-compare__td {
      font-size: 12px;
      line-height: 14.4px;
    }

    .telegram-digits__grid {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .telegram-digits__card {
      flex: none;
      width: 100%;
      max-width: 100%;
      min-width: 0;
    }

    .telegram-media__grid {
      grid-template-columns: 1fr;
    }

    .telegram-media__card {
      width: 100%;
      max-width: 100%;
      height: auto;
      min-height: 0;
    }

    .telegram-articles__grid {
      flex-direction: column;
    }

    .telegram-articles__card {
      flex: 1 1 auto;
      width: 100%;
      max-width: 100%;
    }

    .telegram-articles__body {
      width: 100%;
      max-width: 100%;
    }

    .telegram-articles__img {
      max-width: 100%;
      height: auto;
    }

    .telegram-int__grid {
      grid-template-columns: 1fr;
      justify-content: stretch;
    }

    .telegram-int__card {
      width: 100%;
      max-width: 100%;
    }

    .telegram-int__card--r2 {
      min-height: 0;
    }

    .telegram-security__card {
      width: 100%;
      max-width: 100%;
      height: auto;
      min-height: 0;
    }

    .telegram-security__stack {
      width: 100%;
      max-width: 100%;
    }

    .telegram-security__card-title--w314 {
      width: 100%;
    }

    .bh-landing-steps__row::before,
    .bh-landing-steps__row::after {
      display: none;
    }

    .bh-landing-steps__row {
      flex-direction: column;
      align-items: stretch;
      gap: 24px;
    }

    .bh-landing-steps__step {
      width: 100%;
      max-width: 100%;
      flex: 1 1 auto;
    }

    .bh-landing-slider-section .bh-case-slide {
      flex-direction: column;
      align-items: stretch;
      width: 100%;
      max-width: 100%;
    }

    .bh-landing-slider-section .bh-case-slide__body {
      max-width: 100%;
    }

    .bh-landing-section .bh-cards-grid {
      flex-direction: column;
      flex-wrap: nowrap;
      overflow-x: visible;
      overflow-y: visible;
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding: 0;
      scroll-snap-type: none;
    }

    .bh-landing-section .bh-cards-grid::before,
    .bh-landing-section .bh-cards-grid::after {
      display: none;
    }

    .bh-landing-section .bh-card {
      flex: 1 1 auto;
      width: 100%;
      max-width: 100%;
      min-width: 0;
    }

    .bh-landing-section .bh-card:nth-child(4),
    .bh-landing-section .bh-card:nth-child(5) {
      flex: 1 1 auto;
      max-width: 100%;
    }
  }

  @media (max-width: 991px) {
    .telegram-security__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 767px) {
    .telegram-security__grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 1200px) {
    .telegram-contractor-cta.bh-cta-block,
    .telegram-channel-cta.bh-cta-block {
      border-radius: 0;
      min-height: auto;
      margin-bottom: 40px;
    }

    .telegram-contractor-cta .bh-cta-block__inner,
    .telegram-channel-cta .bh-cta-block__inner {
      padding: 44px 16px 40px;
      align-items: flex-start;
      text-align: left;
      min-height: 0;
      gap: 16px;
    }

    .telegram-contractor-cta__title,
    .telegram-channel-cta__title {
      font-size: 30px;
      line-height: 40px;
    }

    .telegram-contractor-cta__lead,
    .telegram-contractor-cta__text,
    .telegram-channel-cta__lead,
    .telegram-channel-cta__note {
      text-align: left;
      max-width: none;
    }

    .telegram-contractor-cta__lead,
    .telegram-channel-cta__lead {
      font-size: 16px;
      line-height: 23.2px;
    }

    .telegram-contractor-cta .bh-cta-block__phone-wrap,
    .telegram-channel-cta .bh-cta-block__phone-wrap {
      position: relative;
      align-self: center;
      width: 100%;
      max-width: 370px;
      margin: 0 auto -16px;
      padding: 0;
    }

    .telegram-contractor-cta .bh-cta-block__phone-group,
    .telegram-channel-cta .bh-cta-block__phone-group {
      position: relative;
      right: auto;
      bottom: auto;
      width: 100%;
      max-width: 335px;
      height: 352px;
      margin: 0;
      padding: 0;
      justify-content: center;
    }

    .telegram-contractor-cta__btn-row,
    .telegram-channel-cta__btn-row {
      align-self: stretch;
      align-items: stretch;
    }

    .telegram-contractor-cta .bh-cta-block__btn.telegram-contractor-cta__btn,
    .telegram-channel-cta .bh-cta-block__btn.telegram-channel-cta__btn {
      width: 100%;
      min-width: 0;
      margin: 0;
    }

    .telegram-contractor-cta .bh-cta-block__polygon--r,
    .telegram-channel-cta .bh-cta-block__polygon--r {
      display: none;
    }

    .telegram-contractor-cta .bh-cta-block__polygon--l,
    .telegram-channel-cta .bh-cta-block__polygon--l {
      left: unset;
      right: 0;
      top: 0;
      height: 100%;
      width: auto;
    }

    .bh-case-slide__media.bh-case-slide__media--square {
      height: auto;
      aspect-ratio: 1 / 1;
    }
  }
