/* ============================================================
   Page: /solutions/transcription — расшифровка совещаний и созвонов.
   Тело из компонентов UI-кита (hero-2026, info-cards-2026,
   summary-checklist-2026, features-2026, results-band-2026,
   pricing-2026, cta-form-section, promo-gradient-2026, faq-2026).
   Здесь — override hero, блок трёх шагов (по образцу .os-journey
   с /solutions/online-school), варианты размещения (копия
   .deploy-option с /pricing) и split-CTA (копия .hrd-cta-split).
   Макет: glabix_content/seo-articles-pipeline/commercial-intent-research/
   transcription-landing-maket/.
   ============================================================ */

/* --- Hero: сетка из макета, зелёный blob справа --- */
.page-transcription .hero-2026 {
  --hero-bg-image: url("/images/solutions/transcription/hero-bg.svg");
  --hero-bg-image-sm: url("/images/solutions/transcription/hero-bg.svg");
  --hero-bg-image-lg: url("/images/solutions/transcription/hero-bg.svg");
}
.page-transcription .hero-2026-gradient {
  left: 45%;
  top: 10%;
  width: 70%;
  height: 90%;
  background: linear-gradient(201.42deg, #9de786 -1.41%, #c8f5a5 90.73%);
  opacity: 0.55;
  filter: blur(150px);
}
/* Вторая строка H1 — по Figma отдельным текстом: Onest Regular 36/43, не жирная. */
.page-transcription .tr-h1-sub {
  display: block;
  margin-top: 4px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;

  @media (min-width: 768px) {
    font-size: 30px;
    line-height: 36px;
  }
  @media (min-width: 1024px) {
    font-size: 36px;
    line-height: 43px;
  }
}
/* Отступ H1 → подзаголовок и его начертание — по Figma: 35px; Onest Medium 16/25.6, #111 80%. */
.page-transcription .hero-2026-title {
  margin-bottom: 0;
}
.page-transcription .hero-2026-subtitle {
  max-width: 576px;
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.16px;
  color: rgba(17, 17, 17, 0.8);

  @media (min-width: 1024px) {
    margin-top: 35px;
  }
}
.page-transcription .hero-2026-subtitle {
  margin-bottom: 0;
}
.page-transcription .hero-2026-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;

  @media (min-width: 1024px) {
    margin-top: 35px;
  }
}

/* --- Иллюстрация героя: по макету 1912 — 512px шириной, к правому краю, по центру текстового блока --- */
/* --- Иллюстрация героя. Замер по опорным точкам макета 1912 (кнопка записи и дорожка звука):
   картинка 640px, у PNG прозрачное поле справа ~61px — видимый край рисунка на краю контейнера,
   поэтому бокс выходит за контейнер на 61px; верх — 53px ниже крошек (≈ по верху H1). --- */
@media (min-width: 1024px) {
  .page-transcription .hero-2026-media {
    max-width: 640px;
    justify-self: end;
    align-self: start;
    margin: 53px 0 0;
  }
}
@media (min-width: 1280px) {
  .page-transcription .hero-2026--with-breadcrumb .hero-2026-container {
    grid-template-columns: minmax(0, 1fr) 640px;
  }
  .page-transcription .hero-2026-media {
    width: 640px;
    margin-right: -61px;
  }
}

/* --- Подзаголовок чек-листа «Протокол, к которому приложена встреча» --- */
.tr-checklist-subtitle {
  margin: 16px 0 0;
  max-width: 420px;
}
@media (max-width: 767px) {
  .tr-checklist-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}

/* --- Три шага: серая полоса с сеткой, белые круги с градиентной цифрой --- */
.tr-steps {
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
  margin: 64px 0;
  padding: 64px 0;

  @media (min-width: 768px) {
    margin: 80px 0;
    padding: 80px 0;
  }
  @media (min-width: 1280px) {
    margin: 120px 0;
    padding: 96px 0;
  }
}
.tr-steps-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("/images/online-school/hero-grid.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.9;
  mask-image: linear-gradient(to bottom, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
}
.tr-steps-gradient {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  right: -10%;
  bottom: -20%;
  width: 60%;
  height: 80%;
  background: linear-gradient(201.42deg, #9de786 -1.41%, #d6f7c0 90.73%);
  opacity: 0.5;
  filter: blur(150px);
}
.tr-steps .page-container {
  position: relative;
  z-index: 1;
}
.tr-steps-title {
  text-align: center;
  margin: 0 0 16px;

  @media (min-width: 1280px) {
    margin-bottom: 20px;
  }
}
.tr-steps-subtitle {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;

  @media (min-width: 1024px) {
    margin-bottom: 56px;
  }
}
.tr-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;

  @media (min-width: 768px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
  @media (min-width: 1280px) {
    gap: 60px;
  }
}
.tr-steps-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  @media (min-width: 768px) {
    align-items: flex-start;
    text-align: left;
  }
}
.tr-steps-card-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 24px;
  font-family: "Onest", sans-serif;
  font-weight: 900;
  font-size: 78px;
  line-height: 1;
  letter-spacing: -0.8px;

  @media (min-width: 768px) {
    width: 154px;
    height: 154px;
    font-size: 100px;
  }
  @media (min-width: 1280px) {
    margin-bottom: 40px;
  }
}
.tr-steps-card-num span {
  background: linear-gradient(-50deg, #3d9ff5 18.48%, #5ed08f 83.54%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.tr-steps-card-title {
  margin: 0 0 12px;

  @media (min-width: 1280px) {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
}
.tr-steps-card-text {
  margin: 0;
  color: var(--text-muted);
}

/* --- Цена: подзаголовок и кнопка под карточкой --- */
/* Секция тарифа: отступ от полосы цифр в ритме остальных секций (72/64/80/120). */
.page-transcription .tr-pricing {
  margin-top: 72px;

  @media (max-width: 575px) {
    margin-top: 64px;
  }
  @media (min-width: 768px) {
    margin-top: 80px;
  }
  @media (min-width: 1280px) {
    margin-top: 120px;
  }
}
.tr-pricing-subtitle {
  text-align: center;
  margin: -16px 0 32px;

  @media (min-width: 768px) {
    margin-bottom: 40px;
  }
}
.tr-pricing-actions {
  display: flex;
  justify-content: center;
  margin-top: 40px;

  @media (min-width: 1280px) {
    margin-top: 60px;
  }
}

/* --- Варианты размещения: копия .deploy-option с /pricing --- */
.deploy-options {
  padding: 0;
  margin: 72px 0;

  @media (min-width: 768px) {
    margin: 80px 0;
  }
  @media (min-width: 1280px) {
    margin: 120px 0;
  }
}
.deploy-options-title {
  margin: 0 0 32px;
  text-align: center;

  @media (min-width: 768px) {
    margin-bottom: 40px;
  }
}
.deploy-options-list {
  display: flex;
  flex-direction: column;
  gap: 16px;

  @media (min-width: 768px) {
    flex-direction: row;
    gap: 24px;
  }
  @media (min-width: 1280px) {
    gap: 80px;
  }
}
.deploy-option {
  position: relative;
  flex: 1 1 0;
  padding: 40px 24px;
  border-radius: 4px;
  background-color: #f6f6f6;
  color: #1a1a1a;
  overflow: clip;
  isolation: isolate;

  @media (min-width: 768px) {
    padding: 48px 32px;
  }
  @media (min-width: 1024px) {
    padding: 60px 50px;
  }
}
.deploy-option::before {
  content: "";
  position: absolute;
  width: 1440px;
  height: 432px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 1440px 432px;
  z-index: 0;
  pointer-events: none;
}
.deploy-option--onpremise::before {
  top: -73px;
  left: -62px;
  background-image: url("/images/pricing/v2/deploy-bg-onpremise.svg");
}
.deploy-option--saas::before {
  top: -132px;
  left: -649px;
  background-image: url("/images/pricing/v2/deploy-bg-saas.svg");
}
.deploy-option > * {
  position: relative;
  z-index: 1;
}
.deploy-option-title {
  margin: 0 0 16px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  color: #1a1a1a;

  @media (min-width: 1024px) {
    font-size: 36px;
    line-height: 48px;
  }
}
.deploy-option-subtitle {
  margin: 0 0 20px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #1a1a1a;
}
.deploy-option-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.deploy-option-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #1a1a1a;
}
.deploy-option-list li .i-check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 1;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* --- Split-CTA «Посмотрите, как это работает»: копия .hrd-cta-split --- */
.tr-cta-split {
  margin: 64px 0;

  @media (min-width: 768px) {
    margin: 80px 0;
  }
  @media (min-width: 1280px) {
    margin: 120px 0;
  }
}
.tr-cta-split-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;

  @media (min-width: 1024px) {
    grid-template-columns: minmax(0, 513px) minmax(0, 1fr);
    column-gap: 32px;
    align-items: start;
  }
}
.tr-cta-split-title {
  margin: 0;
}
.tr-cta-split-body {
  display: flex;
  flex-direction: column;
  gap: 24px;

  @media (min-width: 768px) {
    gap: 28px;
  }
  @media (min-width: 1280px) {
    gap: 35px;
  }
}
.tr-cta-split-text {
  margin: 0;
  max-width: 520px;
}
.tr-cta-split-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
}

/* --- Цифры: в макете чёрные, без градиента компонента --- */
.page-transcription .results-band-2026-value {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: #1a1a1a;
  color: #1a1a1a;
}
