/*! src: fed39985665579471045419b0f2e9e18 */

  

	.bh-tabs__tab-text {
		word-wrap: normal;
		overflow-wrap: normal;
	}

  /* Reset h3 browser/theme defaults */
  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }

  /* ── Font utility classes ── */
  .ai-agent-font--roboto-16 {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 23.2px;
  }

  .ai-agent-font--roboto-18 {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 26.1px;
  }

  .ai-agent-font--roboto-18-lh28 {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 28px;
  }

  .ai-agent-font--roboto-14 {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 24px;
  }

  .ai-agent-font--ubuntu-24 {
    font-size: 24px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 700;
    line-height: 28.8px;
  }

  .ai-agent-font--ubuntu-36 {
    font-size: 36px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 700;
    line-height: 40px;
  }

  #top.screen.mod--1-red {
    background: url("/wp-content/themes/bothelp.io/assets/images/ai-agent-hero-bg.svg")
      bottom center / cover no-repeat;
    position: relative;
    min-height: 587px;
  }

  .ai-agent-hero-badge {
    display: inline-block;
    padding: 0 10px;
    background: #f2f2f2;
    border-radius: 8px;
    color: #e6363e;
    font-size: 18px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -1px;
  }

  #top .button.w-inline-block {
    background: linear-gradient(180deg, #e6363e 0%, #f5464d 100%);
  }

  #top .button.w-inline-block .mod--button {
    color: #fff;
  }

  /* Кнопка «Инструкция по подключению» — светлый фон #F8FAFF */
  #top .ai-agent-hero__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #f8faff;
    border-radius: 8px;
    color: #e6363e;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: opacity 0.2s;
  }

  #top .ai-agent-hero__btn-secondary:hover {
    opacity: 0.9;
  }

  /* H1 из Figma: 60px, line-height 60px */
  #top .text--h1.mod--screen-1 {
    font-size: 60px;
    line-height: 60px;
  }

  #top .content.mod--main-1 {
    position: relative;
    z-index: 1;
  }

  .ai-agent-hero__phone {
    display: block;
    height: 577px;
    width: auto;
    max-width: 100%;
  }

  .ai-agent-hero__img-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 1;
  }

  @media (max-width: 1200px) {
    .ai-agent-hero__phone {
      height: 483px;
    }
  }

  @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;
    }

    .ai-agent-hero__img-wrap {
      position: static;
      width: 100%;
      margin: 0 auto;
      overflow: visible;
    }

    .ai-agent-hero__phone {
      height: 460px;
      width: auto;
      max-width: 100%;
      transform: rotate(-7deg);
    }

    .hero-footer {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    .ai-agent-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 .ai-agent-hero__btn-secondary {
      width: 100%;
      text-align: center;
    }
  }

  /* ── Секция «И многое другое» + «Результат для бизнеса» ── */
  .ai-agent-cta-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    max-width: 1200px;
  }

  .ai-agent-cta-card {
    flex: 1 1 calc(50% - 6px);
    min-width: 280px;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .ai-agent-cta-card--light {
    background: #f8faff;
  }

  .ai-agent-cta-card--red {
    background: #ff4d4d;
    justify-content: center;
  }

  .ai-agent-cta-card__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    object-fit: contain;
  }

  .ai-agent-cta-card__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .ai-agent-cta-card__title {
    color: #212121;
    margin: 0;
  }

  .ai-agent-cta-card--red .ai-agent-cta-card__title {
    color: #fff;
  }

  .ai-agent-cta-card__desc {
    color: #212121;
    opacity: 0.8;
    margin: 0;
  }

  .ai-agent-cta-card--red .ai-agent-cta-card__desc {
    color: #fff;
    opacity: 1;
  }

  .ai-agent-cta-card__footer {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    flex-wrap: nowrap;
  }

  @media (max-width: 768px) {
    .ai-agent-cta-card__footer {
      flex-direction: column;
      align-items: stretch;
    }

    .ai-agent-cta-card__btn {
      width: 100%;
    }

    .ai-agent-cta-card__note {
      text-align: center;
    }
  }

  .ai-agent-cta-card__note {
    color: #fff;
    display: block;
  }

  .ai-agent-cta-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: #fff;
    border-radius: 8px;
    color: #ff4d4d;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: opacity 0.2s;
  }

  .ai-agent-cta-card__btn:hover {
    opacity: 0.9;
  }

  .ai-agent-cta-card__note .muted {
    color: rgba(255, 255, 255, 0.7);
  }

  @media (max-width: 768px) {
    .ai-agent-cta-cards {
      flex-direction: column;
      padding: 0 16px;
    }

    .ai-agent-cta-card {
      flex: 1 1 100%;
      min-width: 100%;
    }
  }

  /* ── Секция «Ручная обработка диалогов» ── */
  .ai-agent-limits {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
  }

  .ai-agent-limits__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .ai-agent-limits__title {
    color: #212121;
    margin: 0;
  }

  .ai-agent-limits__subtitle {
    color: #212121;
    margin: 0;
    max-width: 1022px;
  }

  .ai-agent-limits__blocks {
    display: flex;
    gap: 20px;
    align-items: stretch;
    width: 100%;
  }

  .ai-agent-limits__block {
    flex: 1 1 0;
    min-width: 0;
    border-radius: 20px;
    padding: 30px;
  }

  .ai-agent-limits__block--light {
    background: #f8faff;
  }

  .ai-agent-limits__block--dark {
    background: #212121;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  .ai-agent-limits__polygon {
    position: absolute;
    pointer-events: none;
    z-index: 0;
  }

  .ai-agent-limits__polygon--r {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    pointer-events: none;
    z-index: 0;
  }

  .ai-agent-limits__dark-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 360px;
    flex-shrink: 0;
    padding: 41px 41px 41px 41px;
  }

  .ai-agent-limits__block-title {
    color: #212121;
    margin: 0;
  }

  .ai-agent-limits__block--dark .ai-agent-limits__block-title {
    color: #fff;
  }

  .ai-agent-limits__result-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 24px 0 15px;
  }

  .ai-agent-limits__result-badge {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    object-fit: contain;
  }

  .ai-agent-limits__list {
    margin: 0;
    padding-left: 24px;
    color: #212121;
  }

  .ai-agent-limits__list li {
    margin-bottom: 0.25em;
  }

  .ai-agent-limits__list li:last-child {
    margin-bottom: 0;
  }

  .ai-agent-limits__block-desc {
    color: #212121;
    margin: 0;
  }

  .ai-agent-limits__block--dark .ai-agent-limits__block-desc {
    color: #fff;
    margin: 0 0 10px;
  }

  .ai-agent-limits__robot {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 219px;
    height: auto;
  }

  @media (max-width: 768px) {
    .ai-agent-limits__blocks {
      flex-direction: column;
      padding: 0 16px;
    }

    .ai-agent-limits__header {
      padding: 0 16px;
    }

    .ai-agent-limits__title {
      font-size: 30px;
      line-height: 40px;
    }

    .ai-agent-limits__subtitle {
      font-size: 16px;
      line-height: 23.2px;
    }

    .ai-agent-limits__block {
      padding: 20px 30px;
    }

    .ai-agent-limits__block--dark {
      flex: none;
      padding: 0;
      border-radius: 12px;
      min-height: 400px;
      flex-direction: column;
      gap: 0;
      align-items: stretch;
    }

    .ai-agent-limits__dark-body {
      max-width: 100%;
      padding: 20px;
    }

    .ai-agent-limits__polygon--r {
      right: auto;
      top: unset;
      bottom: 60px;
      height: 60%;
      width: auto;
      transform: rotate(90deg);
      transform-origin: bottom;
    }

    .ai-agent-limits__robot {
      position: relative;
      right: auto;
      bottom: auto;
      width: 186px;
      margin: 0 auto;
      margin-top: auto;
      align-self: center;
    }
  }

  /* ── Секция «Как AI-агент помогает бизнесу зарабатывать больше» (как в max) ── */
  .ai-agent-benefits {
    padding: 50px 0;
    background: #212121;
    overflow: hidden;
  }

  .ai-agent-benefits .content {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    gap: 50px;
  }

  .ai-agent-benefits__title {
    color: #fff;
    font-size: 36px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin: 0;
  }

  .ai-agent-benefits__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
  }

  .ai-agent-benefits__card {
    flex: 1 1 calc(50% - 6px);
    min-width: 280px;
    padding: 30px;
    background: #f8faff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .ai-agent-benefits__num {
    width: 56px;
    height: 56px;
    background: linear-gradient(236deg, #ff4d4d 0%, #ff9191 100%);
    box-shadow: 0 10px 15px -3px rgba(249, 97, 81, 0.1),
      0 4px 6px -4px rgba(249, 97, 81, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 28px;
    flex-shrink: 0;
  }

  .ai-agent-benefits__card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .ai-agent-benefits__card-title {
    color: #212121;
    margin: 0;
  }

  .ai-agent-benefits__card-desc {
    color: #212121;
    opacity: 0.8;
    margin: 0;
  }

  @media (max-width: 768px) {
    .ai-agent-benefits {
      padding: 32px 0;
    }

    .ai-agent-benefits .content {
      gap: 24px;
      padding: 0 16px;
      overflow: visible;
    }

    .ai-agent-benefits__title {
      font-size: 30px;
      line-height: 40px;
    }

    .ai-agent-benefits__grid {
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: visible;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      scroll-padding-left: 16px;
      align-items: stretch;
      scrollbar-width: none;
      padding: 0 0 8px;
      margin-left: -5vw;
      margin-right: -5vw;
      width: calc(100% + 10vw);
      box-sizing: border-box;
    }

    .ai-agent-benefits__grid::-webkit-scrollbar {
      display: none;
    }

    .ai-agent-benefits__grid::before,
    .ai-agent-benefits__grid::after {
      content: '';
      flex: 0 0 16px;
      display: block;
    }

    .ai-agent-benefits__card {
      flex: 0 0 280px;
      min-width: 280px;
      scroll-snap-align: start;
    }
  }

  /* ── Секция «Результаты для бизнеса» (как gc-results в get-course) ── */
  .ai-agent-results {
    padding: 50px 0 50px;
    background: #fff;
  }

  .ai-agent-results .content {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    gap: 50px;
  }

  .ai-agent-results__header {
    text-align: center;
  }

  .ai-agent-results-cards {
    display: flex;
    gap: 12px;
    width: 100%;
  }

  .ai-agent-results-card {
    flex: 1 1 0;
    min-width: 0;
    padding: 30px;
    background: #fff;
    border: 1px solid #d3daec;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .ai-agent-results-card__title {
    color: #212121;
    font-size: 24px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 700;
    line-height: 28.8px;
    margin: 0;
  }

  .ai-agent-results-card__desc {
    color: #212121;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 23.2px;
    opacity: 0.8;
    margin: 0;
  }

  .ai-agent-results__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .ai-agent-results__buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .ai-agent-results__btn {
    height: 56px;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
  }

  .ai-agent-results__btn--primary {
    background: #ff4d4d;
    color: #fff;
  }

  .ai-agent-results__btn--outline {
    background: transparent;
    color: #ff4d4d;
    border: 1px solid #ff4d4d;
  }

  .ai-agent-results__trial {
    text-align: center;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 22.75px;
    margin: 0;
  }

  .ai-agent-results__trial .red {
    color: #ff4d4d;
  }

  .ai-agent-results__trial .muted {
    color: rgba(33, 33, 33, 0.7);
  }

  @media (max-width: 768px) {
    .ai-agent-results {
      padding: 32px 0;
    }

    .ai-agent-results .content {
      gap: 24px;
      padding: 0;
      overflow: visible;
    }

    .ai-agent-results__header {
      padding: 0 16px;
    }

    .ai-agent-results .bh-section-title {
      font-size: 30px;
      line-height: 40px;
    }

    .ai-agent-results-cards {
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      scroll-padding-left: 16px;
      padding: 0 0 8px;
      margin-left: -5vw;
      margin-right: -5vw;
      width: calc(100% + 10vw);
      box-sizing: border-box;
    }

    .ai-agent-results-cards::-webkit-scrollbar {
      display: none;
    }

    .ai-agent-results-cards::before,
    .ai-agent-results-cards::after {
      content: "";
      flex: 0 0 16px;
      display: block;
    }

    .ai-agent-results-card {
      flex: 0 0 280px;
      min-width: 280px;
      scroll-snap-align: start;
    }

    .ai-agent-results-card__title {
      font-size: 20px;
      line-height: 24px;
    }

    .ai-agent-results__cta {
      gap: 20px;
      width: 100%;
      padding: 0 16px;
    }

    .ai-agent-results__buttons {
      flex-direction: column;
      width: 100%;
    }

    .ai-agent-results__btn {
      width: 100%;
    }
  }

  /* ── CTA «Подключите AI-агента» (как gc-cta в get-course) ── */
  .ai-agent-cta {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    min-height: 422px;
    margin: 0 auto;
    max-width: 1440px;
    background: linear-gradient(185deg, #ff4d4d 1.62%, #ff9191 92.8%);
  }

  .ai-agent-cta__bg {
    position: absolute;
    inset: -22% -12% -2% -4%;
    background: #212121;
    border-radius: 30px;
    z-index: 0;
  }

  .ai-agent-cta__polygon {
    position: absolute;
    pointer-events: none;
    z-index: 0;
  }

  .ai-agent-cta__polygon--l {
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
  }

  .ai-agent-cta__polygon--r {
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
  }

  .ai-agent-cta__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 120px;
    gap: 0;
    min-height: 422px;
  }

  .ai-agent-cta__title {
    color: #fff;
    font-size: 45px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 700;
    line-height: 50px;
    max-width: 888px;
    margin: 0 0 16px;
  }

  .ai-agent-cta__desc {
    color: #fff;
    max-width: 742px;
    margin: 0 0 16px;
  }

  .ai-agent-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: #ff4d4d;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin-bottom: 16px;
  }

  .ai-agent-cta__trial {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }

  .ai-agent-cta__trial .red {
    color: #ff4d4d;
  }

  .ai-agent-cta__trial .muted {
    color: rgba(255, 255, 255, 0.7);
  }

  .ai-agent-cta .bh-cta-block__phone-group {
    width: 345px;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .ai-agent-cta__phone {
    width: 345px;
    height: auto;
    transform-origin: bottom right;
  }

  @media (max-width: 1200px) {
    .ai-agent-cta {
      border-radius: 0;
      min-height: auto;
      background: #212121;
    }

    .ai-agent-cta__bg {
      display: none;
    }

    .ai-agent-cta__polygon--l,
    .ai-agent-cta__polygon--r {
      display: none;
    }

    .ai-agent-cta__inner {
      padding: 44px 16px 40px;
      align-items: flex-start;
      text-align: left;
    }

    .ai-agent-cta__title {
      font-size: 30px;
      line-height: 40px;
      margin: 0 0 10px;
    }

    .ai-agent-cta__desc {
      font-size: 16px;
      line-height: 23.2px;
      margin: 0 0 24px;
    }

    .ai-agent-cta .bh-cta-block__phone-group {
      width: 100%;
      max-width: 345px;
    }

    .ai-agent-cta__phone {
      position: relative;
      top: 5px;
      transform: none;
      width: 345px;
      max-width: 100%;
      margin: 0 auto;
      display: block;
    }

    .ai-agent-cta__btn {
      width: 100%;
      margin-bottom: 16px;
    }

    .ai-agent-cta__trial {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  }

  /* ── Section: FAQ ── */
  .ai-agent-faq {
    padding: 80px 0;
  }

  .ai-agent-faq .content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  @media (max-width: 768px) {
    .ai-agent-faq {
      padding: 40px 0;
    }

    .ai-agent-faq .content {
      padding: 0;
    }
  }
