/*! src: 002973de44ee7bff02734c46e824bfc9 */

  

  /* Hero — dlya-blogerov (по Figma node 2307-139, блок контента + CTA) */
  #top.screen.mod--1-red {
    background: url("/wp-content/themes/bothelp.io/assets/images/dlya-blogerov-hero-bg.svg")
      bottom center / cover no-repeat;
    position: relative;
    min-height: 724px;
  }

  #top .button.w-inline-block {
    background: linear-gradient(180deg, #e6363e 0%, #f5464d 100%);
  }

  #top .button.w-inline-block .mod--button {
    color: #fff;
  }

  #top .hero-badge {
    color: #e6363e;
  }

  #top .text--h1.mod--screen-1 {
    font-size: 60px;
    line-height: 60px;
    max-width: 792px;
  }

  #top .mod--screen-1-text .text--md.mod--screen-1 {
    max-width: 792px;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 26.1px;
  }

  #top .content.mod--main-1 {
    position: relative;
    z-index: 1;
  }

  #top .mod--screen-1-img {
    overflow: visible;
  }

  #top .dlya-blogerov-hero__cta.button-container.mod--first {
    max-width: 592px;
    flex-wrap: nowrap;
    align-items: center;
  }

  #top .dlya-blogerov-hero__trial {
    flex: 1 1 0;
    min-width: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 20.3px;
  }

  #top .dlya-blogerov-hero__trial-strong {
    font-weight: 700;
  }

  .dlya-blogerov-hero__robot {
    display: block;
    height: 517px;
    width: auto;
    max-width: unset;
  }

  .dlya-blogerov-hero__img-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 1;
  }

  /* Карточки — разметка как у онлайн-школы, классы с префиксом blogerov; табы — dlya-blogerov-tabs-section + общие bh-tabs */
  .bh-blogerov-benefits {
    padding: 50px 120px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 0;
  }

  .bh-blogerov-benefits__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .bh-blogerov-benefits__title {
    width: 100%;
    max-width: 892px;
    margin: 0;
    text-align: center;
    color: #212121;
    font-size: 36px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 700;
    line-height: 36px;
  }

  .bh-cards-grid--blogerov {
    align-self: stretch;
    justify-content: flex-start;
  }

  .bh-cards-grid--blogerov .bh-card--blogerov {
    flex: 1 1 calc(50% - 6px);
    width: auto;
    min-width: 0;
    max-width: 594px;
    box-sizing: border-box;
    padding: 30px;
    margin: 0;
    background: #fff;
    border: 1px solid #d3daec;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    min-height: 0;
    overflow: visible;
  }

  .bh-card--blogerov--h374 {
    min-height: 374px;
    height: auto;
  }

  .bh-card--blogerov--h338 {
    min-height: 338px;
    height: auto;
  }

  .bh-card-blogerov__head {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 20px;
  }

  .bh-card-blogerov__head--start {
    align-items: flex-start;
  }

  .bh-card-blogerov__icon-wrap {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: conic-gradient(
      from 280deg at 38.7% 41.7%,
      var(--bh-red) 0deg,
      var(--bh-red-light) 360deg
    );
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bh-card-blogerov__icon {
    display: block;
    width: 24px;
    height: 24px;
    max-width: unset;
  }

  .bh-card-blogerov__icon--invert {
    filter: brightness(0) invert(1);
  }

  .bh-card-blogerov__title {
    margin: 0;
    color: #212121;
    font-size: 24px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 700;
    line-height: 28.8px;
    min-width: 0;
  }

  .bh-card-blogerov__title--w325 {
    max-width: min(325px, 100%);
  }

  .bh-card-blogerov__title--w394 {
    max-width: min(394px, 100%);
  }

  .bh-card-blogerov__body {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 10px;
    flex: 1;
    min-height: 0;
    overflow: visible;
  }

  .bh-card-blogerov__body--end {
    justify-content: flex-end;
  }

  .bh-card-blogerov__stack {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 16px;
    height: 100%;
  }

  .bh-card-blogerov__text {
    margin: 0;
    color: #212121;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 23.2px;
    opacity: 0.8;
    overflow-wrap: break-word;
  }

  .bh-card-blogerov__result {
    padding: 15px;
    background: #ff4d4d;
    border-radius: 8px;
    align-self: stretch;
    margin-top: auto;
  }

  .bh-card-blogerov__result-text {
    margin: 0;
    opacity: 0.8;
    color: #fff;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 23.2px;
  }

  .bh-card-blogerov__result-label {
    display: block;
    font-weight: 700;
  }

  .bh-card-blogerov__result-value {
    display: block;
  }

  .dlya-blogerov-tabs-section {
    position: relative;
    overflow: hidden;
  }

  .dlya-blogerov-tabs-section__polygon {
    position: absolute;
    pointer-events: none;
    z-index: 0;
  }

  .dlya-blogerov-tabs-section__polygon--l {
    left: 0;
    top: 0;
  }

  .dlya-blogerov-tabs-section__polygon--r {
    right: 0;
    bottom: 0;
  }

  .dlya-blogerov-tabs-section .content {
    position: relative;
    z-index: 1;
  }

  /* Платформа: колонка текста на всю высоту карточки; «Результат» — margin-top: auto к низу */
  .dlya-blogerov-tabs-section--platform .bh-tabs__split-card {
    align-items: stretch;
  }

  .dlya-blogerov-tabs-section--platform .bh-tabs__split-text-stack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    flex: 0 1 564px;
    min-width: 0;
    min-height: 0;
    width: 100%;
    max-width: 564px;
    gap: 0;
    box-sizing: border-box;
  }

  /* Внутри колонки у .bh-tabs__panels flex-basis — по главной оси (высота); сбрасываем */
  .dlya-blogerov-tabs-section--platform
    .bh-tabs__split-text-stack
    .bh-tabs__panels {
    flex: 0 1 auto;
    width: 100%;
    max-width: 564px;
    min-width: 0;
    align-self: stretch;
  }

  .dlya-blogerov-tabs-section--platform .bh-tabs__split-results {
    margin-top: auto;
    padding-top: 24px;
    width: 100%;
    max-width: 100%;
    align-items: stretch;
    align-self: stretch;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .dlya-blogerov-tabs-section--platform
    .bh-tabs__split-results
    .bh-tabs__result-strip--gray.bh-tabs__result-strip--active,
  .dlya-blogerov-tabs-section--platform
    .bh-tabs__split-results
    .bh-tabs__result-strip--gray {
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
  }

  .dlya-blogerov-tabs-section--platform
    .bh-tabs__split-results
    .bh-tabs__result-strip--gray
    strong {
    font-weight: 700;
  }

  .dlya-blogerov-platform-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 1200px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .dlya-blogerov-platform-cta .button.w-inline-block {
    background: linear-gradient(180deg, #e6363e 0%, #f5464d 100%);
  }

  .dlya-blogerov-platform-cta .button.w-inline-block .mod--button {
    color: #fff;
  }

  .dlya-blogerov-platform-cta__trial {
    margin: 0;
    text-align: center;
    color: #212121;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 20.3px;
  }

  .dlya-blogerov-platform-cta__trial-strong {
    font-weight: 700;
  }

  /* Figma node 2307-390 — «Готовые шаблоны» (значения из HTML плагина) */
  .bh-blogerov-templates {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 0;
    box-sizing: border-box;
  }

  .bh-blogerov-templates__inner {
    align-self: stretch;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    box-sizing: border-box;
  }

  .bh-blogerov-templates__title-wrap {
    width: 100%;
    max-width: 1200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .bh-blogerov-templates__title {
    flex: 1 1 0;
    margin: 0;
    text-align: center;
    color: #212121;
    font-size: 36px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 700;
    line-height: 40px;
    overflow-wrap: break-word;
  }

  .bh-blogerov-templates__grid {
    align-self: stretch;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    justify-items: stretch;
  }

  .bh-blogerov-templates__card {
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #d3daec;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }

  .bh-blogerov-templates__card--h354 {
    height: 354px;
  }

  .bh-blogerov-templates__num-wrap {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: conic-gradient(
      from 280deg at 38.7% 41.71%,
      #ff4d4d 0deg,
      #ff9191 360deg
    );
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .bh-blogerov-templates__num {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 28px;
    overflow-wrap: break-word;
  }

  .bh-blogerov-templates__body {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }

  .bh-blogerov-templates__body--tall {
    justify-content: flex-start;
    height: 226px;
  }

  .bh-blogerov-templates__card-title {
    align-self: stretch;
    margin: 0;
    color: #212121;
    font-size: 24px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 700;
    line-height: 28.8px;
    overflow-wrap: break-word;
  }

  .bh-blogerov-templates__text {
    align-self: stretch;
    margin: 0;
    opacity: 0.8;
    color: #212121;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 23.2px;
    overflow-wrap: break-word;
  }

  .bh-blogerov-templates__text--h122 {
    height: 122px;
  }

  .bh-blogerov-templates__btn {
    height: 56px;
    padding: 16px 32px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    border: 1px solid #ff4d4d;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ff4d4d;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    overflow-wrap: break-word;
  }

  .bh-blogerov-templates__btn--end {
    align-items: flex-end;
  }

  /* Кейсы-слайдер: квадратное превью (как dlya-onlajn-shkol + bh-slider.css) */
  .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;
  }

  /* vk-section — как dlya-onlajn-shkol (bh-pills / bh-marquee в bothelp-pages.css, бегущая строка в bothelp-pages.js) */
  .vk-section {
    padding-top: 50px;
    padding-bottom: 54px;
  }

  .vk-section .content {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    gap: 50px;
  }

  /* CTA — как dlya-onlajn-shkol (dlya-blogerov-cta / bh-cta-block), робот dlya-blogerov-cta-robot.png */
  .dlya-blogerov-cta {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    min-height: 422px;
    margin: 0 auto 0;
    max-width: 1440px;
    background: linear-gradient(185deg, #ff4d4d 1.62%, #ff9191 92.8%);
  }

  .dlya-blogerov-cta__bg {
    position: absolute;
    inset: -22% -12% -2% -4%;
    background: #212121;
    border-radius: 30px;
    z-index: 0;
  }

  .dlya-blogerov-cta__polygon {
    position: absolute;
    pointer-events: none;
    z-index: 0;
  }

  .dlya-blogerov-cta__polygon--l {
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
  }

  .dlya-blogerov-cta__polygon--r {
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
  }

  .dlya-blogerov-cta__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0;
    min-height: 422px;
  }

  .dlya-blogerov-cta__title {
    color: #fff;
    font-size: 45px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 700;
    line-height: 50px;
    max-width: 804px;
    margin: 0 0 24px;
  }

  .dlya-blogerov-cta__desc {
    color: #fff;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 28px;
    max-width: 518px;
    margin: 0 0 24px;
  }

  .dlya-blogerov-cta__desc strong {
    font-weight: 700;
  }

  .dlya-blogerov-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    height: 56px;
    background: linear-gradient(180deg, #e6363e 0%, #f5464d 100%);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: opacity 0.2s;
    margin-bottom: 16px;
    box-sizing: border-box;
  }

  .dlya-blogerov-cta__btn:hover {
    opacity: 0.92;
  }

  .dlya-blogerov-cta__trial {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }

  .dlya-blogerov-cta .bh-cta-block__phone-group {
    width: auto;
    height: 340px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .dlya-blogerov-cta__robot {
    width: auto;
    height: 340px;
    max-width: unset;
    transform-origin: bottom center;
  }

  /* Адаптив: все @media в конце; от большего max-width к меньшему, ниже — перекрывает выше при совпадении */
  @media (max-width: 1200px) {
    .dlya-blogerov-hero__robot {
      height: 440px;
    }

    .dlya-blogerov-cta {
      border-radius: 0;
      min-height: auto;
      background: #212121;
      margin-bottom: 40px;
    }

    .dlya-blogerov-cta__bg {
      display: none;
    }

    .dlya-blogerov-cta__polygon--l,
    .dlya-blogerov-cta__polygon--r {
      display: none;
    }

    .dlya-blogerov-cta__inner {
      padding: 44px 16px 40px;
      align-items: flex-start;
      text-align: left;
    }

    .dlya-blogerov-cta__title {
      font-size: 30px;
      line-height: 40px;
      margin: 0 0 15px;
    }

    .dlya-blogerov-cta__desc {
      font-size: 16px;
      line-height: 23.2px;
      margin: 0 0 24px;
    }

    .dlya-blogerov-cta .bh-cta-block__phone-group {
      width: 100%;
      max-width: 335px;
      height: 352px;
    }

    .dlya-blogerov-cta__btn {
      width: 100%;
    }

    .dlya-blogerov-cta__trial {
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media (max-width: 991px) {
    .bh-blogerov-benefits {
      padding-left: 40px;
      padding-right: 40px;
    }

    .dlya-blogerov-tabs-section--platform .bh-tabs__split-text-stack {
      flex: 1 1 auto;
      flex-basis: auto;
      max-width: none;
    }

    .dlya-blogerov-tabs-section--platform .bh-tabs__split-results {
      padding: 24px 0 0;
    }
  }

  @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 32px;
    }

    #top .mod--screen-1-img {
      order: 2;
      justify-content: center;
      position: static;
    }

    .dlya-blogerov-hero__img-wrap {
      position: static;
      width: 100%;
      margin: 0 auto;
      overflow: visible;
    }

    .dlya-blogerov-hero__robot {
      height: 460px;
      width: auto;
      max-width: unset;
    }

    #top .text--h1.mod--screen-1 {
      font-size: 33px;
      line-height: 1.2;
    }

    #top .hero-badge {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0;
    }

    #top .dlya-blogerov-hero__cta.button-container.mod--first {
      flex-direction: column;
      align-items: stretch;
      width: 100%;
      max-width: 100%;
      flex-wrap: wrap;
    }

    #top
      .dlya-blogerov-hero__cta.button-container.mod--first
      .button.w-inline-block {
      width: 100%;
      display: flex;
      justify-content: center;
    }

    #top .dlya-blogerov-hero__trial {
      flex: none;
      text-align: center;
      width: 100%;
    }

    .dlya-blogerov-tabs-section__polygon--r {
      display: none;
    }

    .bh-blogerov-benefits {
      padding: 32px 16px;
    }

    .bh-blogerov-benefits__title {
      font-size: 26px;
      line-height: 32px;
    }

    .bh-cards-grid--blogerov .bh-card--blogerov {
      flex: 0 0 min(300px, 80vw);
      width: min(300px, 80vw);
      max-width: none;
      min-width: 0;
      padding: 20px;
      scroll-snap-align: start;
      height: auto !important;
    }

    .bh-cards-grid--blogerov .bh-card-blogerov__stack {
      flex: 1;
      min-height: 0;
    }

    .bh-card--blogerov--h374,
    .bh-card--blogerov--h338 {
      height: auto !important;
      min-height: 0;
    }

    .bh-card-blogerov__title {
      font-size: 18px;
      line-height: 1.2;
      max-width: none !important;
    }

    .bh-blogerov-templates__title-wrap {
      height: auto;
    }

    .bh-blogerov-templates {
      padding-left: 16px;
      padding-right: 16px;
    }

    .bh-blogerov-templates__inner {
      padding-left: 0;
      padding-right: 0;
    }

    .bh-blogerov-templates__grid {
      grid-template-columns: 1fr;
      max-width: none;
      margin-left: 0;
      margin-right: 0;
    }

    .bh-blogerov-templates__card {
      width: 100%;
    }

    .bh-blogerov-templates__card--h354 {
      height: auto;
    }

    .bh-blogerov-templates__body--tall {
      height: auto;
    }

    .bh-blogerov-templates__text--h122 {
      height: auto;
    }

    .bh-case-slide__media.bh-case-slide__media--square {
      height: auto;
      aspect-ratio: 1 / 1;
    }
  }
