.voice-chat-hero {
  padding: 0 0 71px;
  background:
    url("../assets/images/voice_chat/hero_bg (1).png") center top / cover no-repeat,
    var(--bg-primary);
}

.voice-chat-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  padding-top: 128px;
}

.voice-chat-hero__main {
  display: grid;
  grid-template-columns: minmax(0, 583px) minmax(0, 416px);
  justify-content: space-between;
  align-items: start;
  gap: 73px;
  width: 100%;
}

.voice-chat-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.voice-chat-hero__tag {
  width: 178px;
}

.voice-chat-hero__title {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: var(--text-primary);
}

.voice-chat-hero__subtitle {
  margin: 0;
  white-space: pre-line;
  font-size: 24px;
  line-height: 32px;
  color: var(--text-primary);
}

.voice-chat-hero__button {
  width: 190px;
}

.voice-chat-hero__collage {
  display: flex;
  gap: 8px;
  padding: 8px;
  background: var(--bg-secondary);
  border-radius: 12px;
  width: 70%;
}

.voice-chat-hero__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 0;
}

.voice-chat-hero__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.voice-chat-hero__collage img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.voice-chat-hero__col:first-child > img:first-child,
.voice-chat-hero__col:last-child > img:last-child {
  min-height: 266px;
}

.voice-chat-hero__row img {
  min-height: 133px;
}

.voice-chat-hero__partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.voice-chat-hero__note {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--text-primary);
}

.voice-chat-hero__logos {
  display: grid;
  grid-template-columns: repeat(8, minmax(72px, 1fr));
  align-items: center;
  justify-items: center;
  gap: 32px;
  width: 100%;
}

.voice-chat-hero__logos img {
  width: 100px;
  max-width: 100%;
  object-fit: contain;
}

.voice-chat-channel,
.voice-chat-modes,
.voice-chat-health,
.voice-chat-governance {
  padding: 96px 0;
}

.voice-chat-channel {
  background: var(--bg-secondary);
}

.voice-chat-channel__inner,
.voice-chat-modes__inner,
.voice-chat-health__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.voice-chat-section-title {
  max-width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.voice-chat-channel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.voice-chat-channel__grid p,
.voice-chat-modes__card p,
.voice-chat-health__card p,
.voice-chat-trusted__card p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-secondary);
}

.voice-chat-modes__inner {
  gap: 32px;
}

.voice-chat-modes__tag {
  width: 184px;
}

.voice-chat-modes__grid,
.voice-chat-trusted__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.voice-chat-modes__card,
.voice-chat-trusted__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
}

.voice-chat-modes__card img,
.voice-chat-trusted__card img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.voice-chat-modes__card h3,
.voice-chat-trusted__card h4,
.voice-chat-health__card h3,
.voice-chat-dark-card h3,
.voice-chat-split__block h3 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.voice-chat-dark-card h3{
  color: #FBFCFC;
  margin-bottom: 20px;
}
.voice-chat-dark-card{
  background-color: #11272F;
  padding: 20px;
  border-radius: 10px;
}
.voice-chat-modes__card h3,
.voice-chat-trusted__card h4 {
  color: var(--text-primary);
  text-align: center;
}

.voice-chat-modes__card p,
.voice-chat-trusted__card p {
  text-align: center;
}

.voice-chat-records,
.voice-chat-visibility {
  background: var(--bg-dark);
}

.voice-chat-records {
  padding: 96px 0;
}

.voice-chat-visibility {
  padding: 96px 0;
  background:
    radial-gradient(circle, rgba(13, 52, 67, 0.7) 1.3px, transparent 1.5px) 0 0 / 12px 12px,
    var(--bg-dark);
}

.voice-chat-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr);
  align-items: center;
  gap: 32px;
}

.voice-chat-split__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.voice-chat-split__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.voice-chat-split__block h3 {
  font-size: 32px;
  line-height: 48px;
  color: var(--text-dark-secondary);
}

.voice-chat-split__block p,
.voice-chat-dark-card p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-dark-secondary);
}

.voice-chat-split__visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.voice-chat-split__visual img {
  width: min(584px, 100%);
  height: auto;
  object-fit: contain;
}

.understanding .section-lead {
  max-width: 760px;
}


.voice-chat-visibility__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.voice-chat-health {
  background: var(--bg-primary);
}

.voice-chat-health__tag {
  width: 176px;
}

.voice-chat-health__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: 32px;
  width: 100%;
  align-items: start;
}

.voice-chat-health__visual img {
  width: 100%;
  border-radius: 14px;
  object-fit: contain;
}

.voice-chat-health__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.voice-chat-health__card {
  min-height: 140px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg-secondary);
}

.voice-chat-health__card h3 {
  color: var(--text-primary);
  margin-bottom: 16px;
}

.voice-chat-governance {
  background: var(--bg-primary);
}

.voice-chat-split--governance {
  margin-bottom: 72px;
}

.voice-chat-split__content--light .voice-chat-split__block h3,
.voice-chat-split__heading-muted {
  color: var(--text-secondary);
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
}

.voice-chat-split__copy-light {
  white-space: pre-line;
  color: var(--text-secondary);
}

.voice-chat-trusted {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.voice-chat-trusted__title {
  margin: 0;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  color: var(--text-secondary);
}

.voice-chat-contact {
  padding: 96px 0;
  background:
    url("../assets/images/hero_bg.png") center top / cover no-repeat,
    var(--bg-primary);
}

.voice-chat-contact__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.voice-chat-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.voice-chat-contact__card {
  min-height: 236px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.voice-chat-contact__card--light {
  background: rgba(251, 251, 252, 0.98);
}

.voice-chat-contact__card--blue {
  background: #B6DDF8;
}

.voice-chat-contact__card h3 {
  margin: 0 0 24px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: var(--text-primary);
}

.voice-chat-contact__card p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-secondary);
}

.voice-chat-contact__button {
  margin-top: auto;
  align-self: flex-end;
  width: 190px;
}

.voice-chat-contact__button--white {
  width: 192px;
}

@media (max-width: 991.98px) {
  .voice-chat-hero__main,
  .voice-chat-split,
  .voice-chat-health__layout,
  .voice-chat-contact__grid,
  .voice-chat-channel__grid {
    grid-template-columns: 1fr;
  }

  .voice-chat-modes__grid,
  .voice-chat-trusted__grid,
  .voice-chat-visibility__grid {
    grid-template-columns: 1fr;
  }

  .voice-chat-hero__logos {
    grid-template-columns: repeat(4, minmax(72px, 1fr));
  }

  .voice-chat-contact__card {
    min-height: 220px;
  }

  .voice-chat-split__visual,
  .voice-chat-contact__button {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .voice-chat-hero__collage{
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .voice-chat-hero {
    padding: 0 0 48px;
    background:
      url("../assets/images/voice_chat/hero_bg_mobile (1).png") center top / cover no-repeat,
      var(--bg-primary);
  }

  .voice-chat-hero__inner {
    gap: 48px;
    padding-top: 104px;
  }

  .voice-chat-hero__title {
    font-size: 30px;
    line-height: 32px;
  }

  .voice-chat-hero__subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .voice-chat-hero__button{
    width: 100%;
  }
  .voice-chat-contact__button,
  .voice-chat-contact__button--white {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
   
  }

  .voice-chat-hero__collage {
    width: 100%;
  }

  .voice-chat-hero__logos {
    grid-template-columns: repeat(5, minmax(44px, 1fr));
    gap: 24px;
  }

  .voice-chat-hero__logos img {
    width: 48px;
  }

  .voice-chat-channel,
  .voice-chat-modes,
  .voice-chat-health,
  .voice-chat-governance,
  .voice-chat-records,
  .voice-chat-visibility,
  .voice-chat-contact {
    padding: 48px 0;
  }

  .voice-chat-split__block h3,
  .voice-chat-split__heading-muted,
  .voice-chat-trusted__title {
    font-size: 20px;
    line-height: 30px;
  }

  .voice-chat-health__cards {
    gap: 16px;
  }

  .voice-chat-health__card,
  .voice-chat-dark-card,
  .voice-chat-contact__card {
    min-height: unset;
    gap: 30px;
  }

.voice-chat-contact__card h3{
  margin: 0;
}


  .voice-chat-split__copy-light,
  .voice-chat-hero__subtitle {
    white-space: pre-line;
  }
}
