@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700&family=Ubuntu+Sans:wght@400;600;700&display=swap");
@import url("/wp-content/themes/bothelp.io/assets/css/bh-tabs.css");

:root {
  --bh-border: #d3daec;
  --bh-border-light: #e8ecf4;
  --bh-bg-card: #f8faff;
  --bh-bg-footnote: #d3daec;
  --bh-white: #fff;
  --bh-text: #212121;
  --bh-text-muted: #4b5563;
  --bh-red: #ff4d4d;
  --bh-red-light: #ff9191;
  --bh-font-title: "Ubuntu Sans", sans-serif;
  --bh-font-body: Roboto, sans-serif;
  --bh-fs-h1: 36px;
  --bh-fs-h2: 24px;
  --bh-fs-md: 18px;
  --bh-fs-sm: 16px;
  --bh-lh-tight: 36px;
  --bh-lh-h1: 40px;
  --bh-lh-h2: 29px;
  --bh-lh-md: 28px;
  --bh-lh-body: 24px;
  --bh-lh-faq: 26px;
  --bh-lh-tab: 22px;
  --bh-hero-bg: url(/wp-content/themes/bothelp.io/assets/images/bg-9.svg);
}

/* Видео с прозрачным фоном (alpha): без этого браузер показывает чёрный фон */
.bh-video-transparent,
.bh-video-transparent video {
  background-color: transparent;
}

.bh-section-header {
  width: 100%;
  text-align: center;
}

.bh-section-title {
  color: #212121;
  font-size: 36px;
  font-family: "Ubuntu Sans", sans-serif;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin: 0 0 16px;
}

.bh-section-subtitle {
  color: #212121;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.8;
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}

.bh-landing-section {
  padding-top: 50px;
  padding-bottom: 54px;
}

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

@media (max-width: 991px) {
  .bh-landing-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bh-landing-section .content {
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .bh-landing-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .bh-landing-section .content {
    gap: 24px;
    padding: 0;
    overflow: visible;
  }

  .bh-landing-section .bh-section-header {
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .bh-landing-section .bh-section-title:not(.bh-faq__title) {
    padding: 0 16px;
  }
}

.bh-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  justify-content: flex-start;
}

.bh-card {
  padding: 30px;
  background: #f8faff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  flex: 1 1 calc(33.333% - 8px);
  min-width: 280px;
  max-width: 391px;
}

.bh-card:nth-child(4) {
  flex: 1 1 calc(50% - 6px);
  max-width: 592px;
}

.bh-card:nth-child(5) {
  flex: 1 1 calc(50% - 6px);
  max-width: 596px;
}

.bh-card__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
}

.bh-card__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bh-card__title {
  color: #212121;
  font-size: 24px;
  font-family: "Ubuntu Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.bh-card__desc {
  color: #212121;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  opacity: 0.8;
  margin: 0;
}

.bh-cards-grid--6 .bh-card:nth-child(4),
.bh-cards-grid--6 .bh-card:nth-child(5) {
  flex: 1 1 calc(33.333% - 8px);
  max-width: 391px;
}

.bh-card--bordered {
  background: transparent;
  border: 1px solid var(--bh-border);
}

.bh-numbered-badge {
  width: 48px;
  height: 48px;
  background: conic-gradient(from 280deg at 38.7% 41.7%, var(--bh-red) 0deg, var(--bh-red-light) 360deg);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-family: var(--bh-font-body);
  font-weight: 700;
  line-height: 28px;
  flex-shrink: 0;
}

/* ── Result card (как gc-result-card «Что это даёт бизнесу») ── */
/* Полигон через background right top — не съезжает в середину */
.bh-result-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bh-result-card--dark {
  background: url(/wp-content/themes/bothelp.io/assets/images/mini-apps-limits-polygon.svg) right top / auto 100% no-repeat, #212121;
}

.bh-result-card--gradient {
  padding: 59px 34px;
  background: url(/wp-content/themes/bothelp.io/assets/images/vk-slide-deco.svg) right top / auto 100% no-repeat,
    linear-gradient(180deg, #e6363e 0%, #f5464d 100%);
}

.bh-result-card .bh-result-block__title,
.bh-result-card .bh-result-block__desc {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .bh-result-card {
    padding: 32px 26px;
  }
}

/* ── Result block (dark block: «Результат», «AI-агент снимает эти ограничения») ── */
.bh-result-block__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bh-result-block__title {
  color: #fff;
  font-size: 24px;
  font-family: var(--bh-font-title);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.bh-result-block__desc {
  color: #fff;
  font-size: 18px;
  font-family: var(--bh-font-body);
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}

/* ── Benefits grid (dark section, 4 cards) ── */
.bh-benefits {
  padding: 50px 0;
  background: #212121;
  overflow: hidden;
  position: relative;
}

.bh-benefits__polygon {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.bh-benefits__polygon--l {
  left: 0;
  top: 0;
}

.bh-benefits__polygon--r {
  right: 0;
  bottom: 0;
}

.bh-benefits .content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  gap: 50px;
}

.bh-benefits__title {
  color: #fff;
  font-size: 36px;
  font-family: var(--bh-font-title);
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin: 0;
}

.bh-benefits__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.bh-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;
}

.bh-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: var(--bh-font-body);
  font-weight: 700;
  line-height: 28px;
  flex-shrink: 0;
}

.bh-benefits__card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bh-benefits__card-title {
  color: #212121;
  font-size: 24px;
  font-family: var(--bh-font-title);
  font-weight: 700;
  line-height: 28.8px;
  margin: 0;
}

.bh-benefits__card-desc {
  color: #212121;
  font-size: 16px;
  font-family: var(--bh-font-body);
  font-weight: 400;
  line-height: 23.2px;
  opacity: 0.8;
  margin: 0;
}

@media (max-width: 768px) {
  .bh-benefits {
    padding: 32px 0;
  }

  .bh-benefits .content {
    gap: 24px;
    padding: 0;
    overflow: visible;
  }

  .bh-benefits__title {
    font-size: 30px;
    line-height: 40px;
  }

  .bh-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;
  }

  .bh-benefits__grid::-webkit-scrollbar {
    display: none;
  }

  .bh-benefits__polygon--r {
    display: none;
  }

  .bh-benefits__grid::before,
  .bh-benefits__grid::after {
    content: '';
    flex: 0 0 16px;
    display: block;
  }

  .bh-benefits__card {
    flex: 0 0 280px;
    min-width: 280px;
    scroll-snap-align: start;
  }
}

.hero-badge {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-family: "Ubuntu Sans", sans-serif;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -1px;
}

.hero-footer {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.45;
}

.screen {
  margin-bottom: 0;
}

#top.screen.mod--1-red {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 0;
}

#top .mod--screen-1-text {
  gap: 20px;
  padding-bottom: 40px;
}

#top .text--h1.mod--screen-1 {
  margin-bottom: 0;
}

#top .text--md.mod--screen-1 {
  margin-bottom: 0;
}

#top .button-container {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 10px;
}

#top .button.w-inline-block {
  box-shadow: none;
  padding: 16px 32px;
  border-radius: 8px;
}

#top .mod--link-text-partners {
  color: rgba(255, 255, 255, 0.9);
  padding: 16px 32px;
  height: 56px;
  box-sizing: border-box;
}

#top .mod--link-text-partners::after {
  content: "\2192";
  margin-left: 8px;
}

#top .mod--screen-1-img {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  overflow: hidden;
}

/* Blue screen hero (mini-apps и др.): --bh-hero-screen-bg задаётся в <style> страницы */
#top.screen.mod--1-red.bh-hero-screen--blue {
  background: var(--bh-hero-screen-bg) bottom center / cover no-repeat;
  position: relative;
  min-height: 618px;
}

#top.screen.mod--1-red.bh-hero-screen--blue .content.mod--main-1 {
  position: relative;
  z-index: 1;
}

#top.screen.mod--1-red.bh-hero-screen--blue .hero-badge {
  color: #0080ff;
}

#top.screen.mod--1-red.bh-hero-screen--blue .button.w-inline-block {
  background: #fff;
}

#top.screen.mod--1-red.bh-hero-screen--blue .button.w-inline-block .mod--button {
  color: #0080ff;
}

#top.screen.mod--1-red.bh-hero-screen--blue .text--h1.mod--screen-1 {
  font-size: 60px;
  line-height: 60px;
}

#top.screen.mod--1-red.bh-hero-screen--blue .bh-hero-screen__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: Roboto, sans-serif;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: opacity 0.2s;
}

#top.screen.mod--1-red.bh-hero-screen--blue .bh-hero-screen__btn-secondary:hover {
  opacity: 0.9;
}

#top.screen.mod--1-red.bh-hero-screen--blue .bh-hero-screen__btn-secondary::after {
  content: "\2192";
  margin-left: 8px;
}

.bh-hero-screen__visual {
  display: block;
  height: 517px;
  width: auto;
  max-width: unset;
}

.bh-hero-screen__img-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
}

@media (max-width: 1200px) {
  .bh-hero-screen__visual {
    height: 440px;
  }
}

@media (max-width: 768px) {
  #top.screen.mod--1-red.bh-hero-screen--blue {
    min-height: auto;
    background-size: auto 100%;
  }

  #top.screen.mod--1-red.bh-hero-screen--blue .content.mod--main-1 {
    flex-direction: column;
    gap: 0;
  }

  #top.screen.mod--1-red.bh-hero-screen--blue .box-50 {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  #top.screen.mod--1-red.bh-hero-screen--blue .mod--screen-1-text {
    padding: 0 16px 32px;
  }

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

  .bh-hero-screen__img-wrap {
    position: static;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
  }

  .bh-hero-screen__visual {
    height: 460px;
    width: auto;
    max-width: unset;
    transform: rotate(5deg);
  }

  #top.screen.mod--1-red.bh-hero-screen--blue .hero-footer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  #top.screen.mod--1-red.bh-hero-screen--blue .hero-badge {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
  }

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

  #top.screen.mod--1-red.bh-hero-screen--blue .button-container.mod--first {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  #top.screen.mod--1-red.bh-hero-screen--blue .button-container.mod--first .button.w-inline-block {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #top.screen.mod--1-red.bh-hero-screen--blue .button-container.mod--first .bh-hero-screen__btn-secondary {
    width: 100%;
    text-align: center;
  }
}

.bh-hero,
.bh-hero.mod--1-red {
  margin-bottom: 0;
}

.bh-hero.mod--1-red {
  background-image: var(--bh-hero-bg);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.bh-hero .content.mod--main-1 {
  position: relative;
  z-index: 1;
}

.bh-hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bh-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}

.bh-hero__visual-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bh-hero__phone {
  display: block;
  max-height: 560px;
  width: auto;
  object-fit: contain;
}

.bh-hero__gradient {
  position: absolute;
  left: -50px;
  bottom: -20px;
  width: 140px;
  height: 140px;
  object-fit: contain;
  pointer-events: none;
}

.bh-hero__badge {
  display: inline-block;
  padding: 4px 10px;
  background: var(--bh-white);
  border-radius: 8px;
  color: var(--bh-red);
  font-size: var(--bh-fs-md);
  font-family: var(--bh-font-title);
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}

.bh-hero__title {
  color: var(--bh-white);
  font-size: 60px;
  font-family: var(--bh-font-title);
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  max-width: 729px;
}

.bh-hero__title-suffix {
  color: var(--bh-white);
  font-size: 60px;
  font-family: var(--bh-font-title);
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 24px;
  max-width: 729px;
}

.bh-hero__desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--bh-fs-md);
  font-family: var(--bh-font-body);
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 15px;
  max-width: 592px;
}

.bh-hero__sub {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-family: var(--bh-font-body);
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 32px;
  max-width: 592px;
}

.bh-hero__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.bh-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: var(--bh-fs-sm);
  font-family: var(--bh-font-body);
  font-weight: 600;
  line-height: var(--bh-lh-body);
  text-decoration: none;
  transition: opacity 0.2s;
}

.bh-hero__btn:hover {
  opacity: 0.9;
}

.bh-hero__btn--primary {
  min-width: 218px;
  background: var(--bh-white);
  color: var(--bh-red);
}

.bh-hero__btn--secondary {
  background: transparent;
  color: var(--bh-white);
}

.bh-hero__btn--secondary::after {
  content: "→";
  margin-left: 8px;
}

.bh-hero__footer {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-family: var(--bh-font-body);
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.bh-tabs__footnote {
  width: 100%;
  max-width: 1069px;
  margin: 0;
  padding: 15px;
  background: var(--bh-bg-footnote);
  border-radius: 8px;
  letter-spacing: -1px;
  color: var(--bh-text);
  font-size: var(--bh-fs-md);
  font-family: var(--bh-font-title);
  font-weight: 600;
  line-height: var(--bh-lh-body);
  text-align: center;
}

/* Landing FAQ: центрируем колонку с заголовком и аккордеоном */
.bh-faq-section .content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.bh-faq__title {
  color: var(--bh-text);
  font-size: var(--bh-fs-h1);
  font-family: var(--bh-font-title);
  font-weight: 700;
  line-height: var(--bh-lh-tight);
  text-align: center;
  margin: 0 0 50px;
}

.bh-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 848px;
}

.bh-faq__item {
  background: var(--bh-white);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.bh-faq__trigger {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font: inherit;
}

.bh-faq__question {
  margin: 0;
  color: var(--bh-text);
  font-size: var(--bh-fs-md);
  font-family: var(--bh-font-title);
  font-weight: 600;
  line-height: var(--bh-lh-md);
  flex: 1;
  min-width: 0;
}

.bh-faq__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--bh-text-muted);
  transition: transform 0.2s;
}

.bh-faq__item--open .bh-faq__icon {
  transform: rotate(180deg);
}

.bh-faq__answer {
  padding: 0 24px 20px;
  color: var(--bh-text-muted);
  font-size: var(--bh-fs-sm);
  font-family: var(--bh-font-body);
  font-weight: 400;
  line-height: var(--bh-lh-faq);
  display: none;
}

.bh-faq__item--open .bh-faq__answer {
  display: block;
}

.bh-faq__answer a {
  color: #FF4D4D;
  text-decoration: underline;
}

.bh-faq__answer a:hover {
  text-decoration: none;
}

.bh-marquee {
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.bh-marquee__track {
  display: inline-flex;
  gap: 60px;
  align-items: center;
  animation: bh-marquee 27s linear infinite;
  white-space: nowrap;
}

.bh-marquee__track:hover {
  animation-play-state: paused;
}

@keyframes bh-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.bh-marquee__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.bh-marquee__item img {
  height: 48px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.6;
  transition: opacity 0.2s, filter 0.2s;
}

.bh-marquee__item img:hover {
  filter: grayscale(0);
  opacity: 1;
}

@media (max-width: 768px) {
  .bh-section-title {
    font-size: 26px;
    line-height: 32px;
  }

  .bh-section-subtitle {
    font-size: 15px;
    line-height: 1.5;
  }

  .bh-card__title {
    font-size: 18px;
  }

  .bh-card__desc {
    font-size: 14px;
  }

  .bh-faq__question {
    font-size: 16px;
  }

  .bh-faq__title {
    margin-bottom: 22px;
  }

  .bh-pills {
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .bh-cards-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;
  }

  .bh-cards-grid::-webkit-scrollbar {
    display: none;
  }

  .bh-cards-grid::before,
  .bh-cards-grid::after {
    content: '';
    flex: 0 0 16px;
    display: block;
  }

  .bh-card {
    flex: 0 0 300px;
    min-width: 0;
    max-width: none;
    scroll-snap-align: start;
  }

  .bh-card:nth-child(4),
  .bh-card:nth-child(5),
  .bh-cards-grid--6 .bh-card:nth-child(4),
  .bh-cards-grid--6 .bh-card:nth-child(5) {
    flex: 0 0 300px;
    max-width: none;
    min-width: 0;
  }
}

/* ── Pills (tags / badges) ── */

.bh-pills {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 48px;
}

.bh-pill {
  background: #212121;
  color: #fff;
  font-size: 14px;
  font-family: "Ubuntu Sans", sans-serif;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  letter-spacing: -1px;
  white-space: nowrap;
}

/* ── Feature cards (numbered steps with images) ── */

.bh-feature-steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.bh-feature-card {
  padding: 30px;
  background: #f8faff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.bh-feature-card--reverse {
  flex-direction: row-reverse;
  gap: 80px;
}

.bh-feature-card__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1 1 auto;
  min-width: 0;
}

.bh-feature-card--reverse .bh-feature-card__content {
  gap: 18px;
}

.bh-feature-card__header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bh-feature-card__title {
  color: #212121;
  font-size: 24px;
  font-family: "Ubuntu Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.bh-feature-card__desc {
  color: #212121;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}

.bh-feature-card__img {
  width: 546px;
  height: auto;
  flex-shrink: 0;
  border-radius: 10px;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .bh-feature-card__img {
    width: auto;
    max-width: 380px;
    flex: 1 1 auto;
  }

  .bh-feature-card--reverse {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .bh-feature-steps {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .bh-feature-card,
  .bh-feature-card.bh-feature-card--reverse {
    flex-direction: column;
    gap: 20px;
  }

  .bh-feature-card__img {
    width: 100%;
    max-width: 100%;
  }

  .bh-feature-card__title {
    font-size: 20px;
  }
}

/* Case slider: bh-slider--case, bh-case-slide — см. bh-slider.css */

/* ── CTA block with phone (shared: gc-cta, ai-agent-cta) ── */
.bh-cta-block {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  min-height: 374px;
  margin: 0 auto;
  max-width: 1440px;
}

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

.bh-cta-block__polygon {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.bh-cta-block__polygon--l {
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
}

.bh-cta-block__polygon--r {
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}

.bh-cta-block__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 120px;
  gap: 0;
}

.bh-cta-block__phone-wrap {
  position: static;
}

.bh-cta-block__phone-group {
  position: absolute;
  width: 394px;
  height: 370px;
  right: 60px;
  bottom: 0;
  z-index: 3;
}

.bh-cta-block__phone-polygon {
  display: none;
}

@media (max-width: 1200px) {
  .bh-cta-block {
    border-radius: 0;
    min-height: auto;
    background: #212121;
  }

  .bh-cta-block__bg {
    display: none;
  }

  .bh-cta-block__polygon--l {
    transform: scaleX(-1);
  }

  .bh-cta-block__polygon--r {
    display: none;
  }

  .bh-cta-block__phone-polygon {
    display: none;
  }

  .bh-cta-block__inner {
    padding: 44px 16px 0;
    align-items: flex-start;
    text-align: left;
    gap: 15px;
  }

  .bh-cta-block__phone-wrap {
    position: relative;
    width: calc(100% + 32px);
    margin-left: -16px;
    height: 351px;
    overflow: hidden;
    margin-top: 10px;
  }

  .bh-cta-block__inner {
    gap: 0;
  }

  .bh-cta-block__phone-group {
    position: relative;
    height: 100%;
    width: 410px;
    right: auto;
    bottom: auto;
    margin: auto;
    margin-bottom: 20px;
  }

  .bh-cta-block__phone {
    width: 396px;
    height: auto;
  }

  .bh-cta-block__btn {
    position: relative;
    z-index: 5;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 40px;
  }
}

