:root {
  --page-bg: #111111;
  --white: #fafafa;
  --red: #e71414;
  --red-border: #fe2020;
  --button-dark: #111111;
  --button-border: rgba(250, 250, 250, 0.05);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  background: #111111;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--white);
  font-family: "Host Grotesk", Arial, sans-serif;
}

body.is-download-modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

picture {
  display: block;
}

.about-hero__tile picture,
.about-interface-card picture,
.calls-card picture,
.conference-card picture,
.streaming-card picture,
.contact-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

button {
  border: 0;
  font: inherit;
  cursor: pointer;
}

[data-reveal] {
  opacity: 0;
  filter: blur(6px);
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 1400ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1400ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1400ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

[data-reveal].is-revealed {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

.speechka-page {
  width: 100%;
  min-height: 100vh;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 128px;
}

.speechka-page > .hero + section {
  margin-top: -64px;
}

.speechka-page p {
  font-weight: 300 !important;
}

.speechka-page h2,
.speechka-page h3 {
  font-weight: 500 !important;
}

.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 32px);
  min-height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 24px 24px 64px;
  border-radius: 16px;
  background: #410d11;
}

.about-hero {
  height: calc(100vh - 32px);
  max-height: 800px;
  min-height: min(760px, calc(100vh - 32px));
  padding: 24px;
  border: 1px solid #232323;
  background: #111111;
}

.use-cases-hero {
  border: 0;
  background: #111111;
}

.use-cases-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: #111111;
  opacity: 0;
  filter: blur(12px);
  transform: scale(1.015);
  animation: use-cases-hero-image-reveal 1000ms cubic-bezier(0.16, 1, 0.3, 1) 80ms forwards;
  will-change: opacity, filter, transform;
}

.use-cases-hero .about-hero__content {
  z-index: 2;
  padding-bottom: 0;
}

.use-cases-hero .about-hero__content p {
  color: rgba(250, 250, 250, 0.92);
}

.use-cases-logos-section {
  width: 100%;
}

.use-cases-logos-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  overflow: hidden;
}

.use-cases-logos-section__inner p {
  margin: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.use-cases-page .streaming-section__content {
  order: 1;
  padding: 120px 120px 120px 0;
}

.use-cases-page .streaming-card {
  order: 2;
}

.use-cases-page .streaming-section__layout {
  align-items: center;
  gap: 24px;
}

.use-cases-page .about-quality-card--right {
  justify-content: center;
  overflow: hidden;
}

.use-cases-page .about-quality-card .language-cloud {
  width: 100%;
  margin-left: 0;
  padding: 0;
}

.use-cases-page .about-quality-section:not(.use-cases-modes-section) .about-quality-card--left .about-quality-card__copy {
  gap: 48px;
}

.use-cases-page .about-quality-section:not(.use-cases-modes-section) .about-quality-card__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.use-cases-page .about-quality-section:not(.use-cases-modes-section) .about-quality-card--right .language-cloud {
  gap: 8px;
}

.use-cases-page .about-quality-section:not(.use-cases-modes-section) .about-quality-card--right .language-chip,
.use-cases-page .about-quality-section:not(.use-cases-modes-section) .about-quality-card--right .language-chip--sm,
.use-cases-page .about-quality-section:not(.use-cases-modes-section) .about-quality-card--right .language-chip--md,
.use-cases-page .about-quality-section:not(.use-cases-modes-section) .about-quality-card--right .language-chip--xl {
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
}

@keyframes use-cases-hero-image-reveal {
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}


.about-hero__content {
  position: relative;
  z-index: 2;
  width: min(100%, 1156px);
  flex: 1 1 auto;
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.about-hero__content h1 {
  width: 100%;
  margin: 0;
  color: var(--white);
  font-size: clamp(72px, 8.52vw, 120px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.about-hero__content h1 .heading-line {
  line-height: 1;
}

.about-hero__content p {
  width: min(100%, 692px);
  margin: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.about-hero__gallery {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  pointer-events: none;
  display: grid;
  grid-template-columns:
    minmax(210px, 1.23fr)
    minmax(168px, 0.9fr)
    minmax(220px, 1.22fr)
    minmax(104px, 0.54fr)
    minmax(210px, 1.14fr);
  grid-template-rows: 1fr 1fr;
  align-items: end;
  gap: 24px;
}

.about-hero__tile {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #1a1a1a;
  opacity: 0;
  filter: blur(12px);
  animation: about-hero-image-reveal 1300ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--about-hero-image-delay, 180ms);
  will-change: opacity, filter;
}

.about-hero__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero__tile--left {
  --about-hero-image-delay: 180ms;
}

.about-hero__tile--left {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 100%;
  aspect-ratio: 290 / 357;
}

.about-hero__tile--small-left {
  --about-hero-image-delay: 280ms;
}

.about-hero__tile--left img {
  object-position: 52% center;
}

.about-hero__tile--small-left {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100%;
  aspect-ratio: 213 / 213;
}

.about-hero__tile--center {
  --about-hero-image-delay: 360ms;
}

.about-hero__tile--small-left img {
  object-position: 48% center;
}

.about-hero__tile--center {
  grid-column: 3;
  grid-row: 1 / span 2;
  width: 100%;
  aspect-ratio: 287 / 290;
}

.about-hero__tile--stack-top {
  --about-hero-image-delay: 440ms;
}

.about-hero__tile--stack-bottom {
  --about-hero-image-delay: 520ms;
}

.about-hero__tile--center img {
  object-position: 0% 42%;
  transform: scale(1.16);
  transform-origin: left center;
}

.about-hero__tile--stack-top,
.about-hero__tile--stack-bottom {
  width: 100%;
  aspect-ratio: 1;
}

.about-hero__stack {
  grid-column: 4;
  grid-row: 1 / span 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: end;
  gap: 24px;
}

.about-hero__tile--stack-top img {
  transform: scale(1.42);
  object-position: 54% 30%;
}

.about-hero__tile--stack-bottom img {
  transform: scale(1.42);
  object-position: 48% 28%;
}

.about-hero__tile--right {
  grid-column: 5;
  grid-row: 1 / span 2;
  width: 100%;
  aspect-ratio: 269 / 357;
}

.about-hero__tile--right {
  --about-hero-image-delay: 600ms;
}

.about-hero__tile--right img {
  object-position: 52% center;
}

@keyframes about-hero-image-reveal {
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero__tile,
  .use-cases-hero__image {
    opacity: 1;
    filter: none;
    animation: none;
  }
}

.about-interface-section {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.about-interface-section__layout {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.about-interface-section__content {
  flex: 1 1 0;
  min-width: 0;
  padding: 120px 120px 120px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.about-interface-section__heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-interface-section__heading span {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.about-interface-section__heading h2 {
  margin: 0;
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.about-interface-mode {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-interface-mode__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-interface-mode__copy h3 {
  margin: 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.about-interface-mode__copy p {
  margin: 0;
  color: #868686;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.about-interface-chips {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.about-interface-chips span {
  padding: 8px 12px;
  border-radius: 200px;
  background: #1e1e1e;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.about-interface-card {
  position: relative;
  flex: 0 0 692px;
  width: 692px;
  height: 692px;
  overflow: hidden;
  border-radius: 8px;
  background: #0c0c0c;
  clip-path: inset(0 round 8px);
}

.about-interface-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.hero__media,
.hero__static-picture,
.hero__static-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__media,
.hero__static-media {
  object-fit: cover;
  object-position: center center;
  transition:
    opacity 260ms ease,
    filter 420ms ease,
    transform 420ms ease;
}

.hero__media {
  opacity: 1;
}

.hero.is-video-pending .hero__media {
  filter: blur(6px);
  transform: scale(1.015);
}

.hero__static-media {
  opacity: 0;
  pointer-events: none;
}

.hero__static-picture {
  pointer-events: none;
}

.hero.is-static .hero__media {
  opacity: 0;
}

.hero.is-static .hero__static-media {
  opacity: 1;
}

.hero__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px 200px;
  opacity: 0.56;
}

.hero__header,
.hero__content {
  position: relative;
  z-index: 2;
}

.hero__header {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.hero__logo {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.hero__logo img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.hero__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.hero__nav > a {
  text-underline-offset: 3px;
}

.hero__nav > a:hover,
.hero__nav > a:focus-visible {
  text-decoration: underline;
}

.hero__nav-dropdown {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero__nav-dropdown img {
  width: 16px;
  height: 16px;
}

.hero__actions {
  position: relative;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-menu {
  position: relative;
  display: none;
}

.hero-menu__trigger {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--button-border);
  border-radius: 6px;
  background: var(--button-dark);
  color: var(--white);
  transition:
    background-color 180ms ease,
    border-color 180ms ease;
}

.hero-menu__trigger:hover,
.hero-menu.is-open .hero-menu__trigger {
  background: #1d1d1d;
  border-color: #3a3a3a;
}

.hero-menu__trigger:active {
  background: #282828;
  border-color: #3a3a3a;
}

.hero-menu__trigger img {
  width: 24px;
  height: 24px;
}

.hero-menu__panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 10;
  width: 220px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: 1px solid #232323;
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.94);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.hero-menu.is-open .hero-menu__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.hero-menu__panel > a {
  min-height: 36px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: background-color 160ms ease;
}

.hero-menu__panel > a:hover {
  background: #282828;
}

.hero-menu__actions {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
  margin-top: 6px;
  border-top: 1px solid #232323;
}

.hero-menu__actions .button {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 24px;
  gap: 8px;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  outline: 1px solid transparent;
  outline-offset: 1px;
  transition:
    background-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    filter 180ms ease,
    backdrop-filter 180ms ease,
    outline-color 180ms ease;
}

.button__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 16px;
}

.button--primary {
  background-color: #e71414;
  box-shadow: 0 2px 4px rgba(17, 17, 17, 0.28);
}

.button--primary:hover {
  background-color: #ff2323;
}

.button--primary:active {
  background-color: #b11313;
}

.button--secondary {
  background: var(--button-dark);
  border: 1px solid var(--button-border);
  box-shadow: none;
}

.button--secondary:hover,
.button--tertiary:hover {
  background: #1d1d1d;
  border-color: #3a3a3a;
}

.button--secondary:active,
.button--tertiary:active {
  background: #282828;
  border-color: #3a3a3a;
}

.button--tertiary {
  background: var(--button-dark);
  border-color: transparent;
  box-shadow: none;
}

.button--compact {
  padding-right: 16px;
  padding-left: 16px;
}

.button--glass {
  width: 166px;
  height: auto;
  min-height: 50px;
  padding: 16px 24px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid transparent;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 72%) padding-box,
    rgba(255, 255, 255, 0.04) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    box-shadow 180ms ease,
    backdrop-filter 180ms ease,
    -webkit-backdrop-filter 180ms ease,
    outline-color 180ms ease;
}

.button--glass::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 46%),
    radial-gradient(90% 130% at 0% 0%, rgba(255, 255, 255, 0.08), transparent 50%);
  opacity: 0.38;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.button--glass::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  padding: 1px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.34) 30%, rgba(255, 255, 255, 0.1) 64%, rgba(255, 255, 255, 0.22) 100%),
    radial-gradient(80% 120% at 12% 0%, rgba(255, 255, 255, 0.62), transparent 52%),
    radial-gradient(90% 120% at 92% 100%, rgba(255, 255, 255, 0.22), transparent 62%);
  filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.16));
  opacity: 0.86;
  transition:
    opacity 180ms ease,
    filter 180ms ease;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
}

.button--glass:hover {
  border-color: transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.button--glass:hover::before {
  opacity: 0.56;
}

.button--glass:hover::after {
  opacity: 1;
  filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.22));
}

.button--glass:active {
  border-color: transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

.button--glass:active::before {
  opacity: 0.28;
}

.button--glass:active::after {
  opacity: 0.72;
  filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.12));
}

.button:focus-visible {
  outline-color: var(--white);
}

.download-modal[hidden] {
  display: none;
}

.download-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: var(--white);
}

.download-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.64);
  opacity: 0;
  transition: opacity 180ms ease;
}

.download-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border: 1px solid #232323;
  border-radius: 8px;
  background: #111111;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.download-modal.is-open .download-modal__backdrop {
  opacity: 1;
}

.download-modal.is-open .download-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.download-modal__header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.download-modal__header h2 {
  flex: 1 1 0;
  margin: 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.download-modal__close {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--white);
}

.download-modal__close:focus-visible {
  outline: 1px solid var(--white);
  outline-offset: 2px;
}

.download-modal__panel p {
  margin: 0;
  color: #868686;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.download-modal__actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.download-modal__actions .button {
  width: 100%;
}

.hero__content {
  width: min(100%, 1156px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.hero__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.hero__text h1 {
  width: 100%;
  min-height: var(--hero-heading-height, 252px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  font-size: var(--hero-heading-size, 84px);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
}

.hero.is-static .hero__text h1 {
  max-width: 1440px;
  min-height: var(--hero-heading-height, 230px);
  font-size: var(--hero-heading-size, clamp(48px, 5vw, 72px));
  line-height: 0.96;
}

.hero.is-static .heading-line {
  line-height: 1.02;
}

.dynamic-heading {
  transition: opacity 240ms ease;
}

.dynamic-heading--intro {
  gap: 12px;
}

.heading-line {
  display: block;
  overflow: hidden;
  line-height: 0.98;
  white-space: nowrap;
}

.heading-line > span {
  display: block;
  line-height: inherit;
  white-space: nowrap;
  transform: translateY(105%);
  animation: heading-line-reveal 1100ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.dynamic-heading.is-changing {
  opacity: 0;
}

@keyframes heading-line-reveal {
  to {
    transform: translateY(0);
  }
}

.hero__text p {
  width: min(100%, 692px);
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.hero__controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

.language-dropdown {
  position: relative;
}

.control-button,
.language-button {
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.control-button {
  width: 44px;
  border-radius: 200px;
}

.control-button img,
.language-button img {
  width: 24px;
  height: 24px;
}

.control-button--glass {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(93.24deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}

.control-button--glass:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: linear-gradient(93.24deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.control-button--glass:active {
  border-color: rgba(255, 255, 255, 0.3);
  background: linear-gradient(93.24deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.control-button--danger {
  border: 1px solid var(--red);
  background: linear-gradient(93.14deg, rgba(231, 20, 20, 0.5) 0%, rgba(231, 20, 20, 0) 99.25%);
}

.control-button--danger:hover {
  border-color: #ff2323;
  background: linear-gradient(93.14deg, rgba(255, 35, 35, 0.62) 0%, rgba(231, 20, 20, 0.08) 99.25%);
}

.control-button--danger:active {
  border-color: #ff4a4a;
  background: linear-gradient(93.14deg, rgba(255, 35, 35, 0.72) 0%, rgba(231, 20, 20, 0.12) 99.25%);
}

.control-button {
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.control-button--danger.is-call-ended {
  border-color: rgba(255, 255, 255, 0.15);
  background: linear-gradient(93.24deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}

.control-button--danger.is-call-ended:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: linear-gradient(93.24deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.control-button--danger.is-call-ended:active {
  border-color: rgba(255, 255, 255, 0.3);
  background: linear-gradient(93.24deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.hero.is-static .call-toggle.is-call-ended {
  animation: call-ring 4.8s ease-in-out infinite;
  transform-origin: 50% 50%;
}

@keyframes call-ring {
  0%,
  78%,
  100% {
    transform: rotate(0deg);
  }

  81% {
    transform: rotate(-9deg);
  }

  84% {
    transform: rotate(8deg);
  }

  87% {
    transform: rotate(-6deg);
  }

  90% {
    transform: rotate(5deg);
  }

  93% {
    transform: rotate(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero.is-static .call-toggle.is-call-ended {
    animation: none;
  }
}

.hero.is-static .sound-toggle {
  display: none;
}

.language-button {
  gap: 10px;
  padding: 0 12px 0 16px;
  border: 1px solid var(--button-border);
  border-radius: 6px;
  background: var(--button-dark);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition:
    background-color 180ms ease,
    border-color 180ms ease;
}

.language-button:hover,
.language-dropdown.is-open .language-button {
  background: #1d1d1d;
  border-color: #3a3a3a;
}

.language-button img {
  transition: transform 180ms ease;
}

.language-dropdown.is-open .language-button img {
  transform: scaleY(-1);
}

.language-menu {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 5;
  width: 100%;
  min-width: 190px;
  padding: 6px;
  border: 1px solid #232323;
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.92);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  transform: translate(-50%, 8px);
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.language-dropdown.is-open .language-menu {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  pointer-events: auto;
}

.language-menu button {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--white);
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  transition: background-color 160ms ease;
}

.language-menu button:hover,
.language-menu button[aria-selected="true"] {
  background: #282828;
}

.translation-section {
  width: 100%;
  padding: 0;
  color: var(--white);
}

.translation-section__intro {
  max-width: 1400px;
  margin: 0 auto 48px;
}

.translation-section__intro h2 {
  width: min(100%, 1169px);
  margin: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
}

.translation-section__intro h2 span {
  color: rgba(250, 250, 250, 0.42);
}

.translation-section__intro h2 span {
  color: rgba(250, 250, 250, 0.42);
}

.translation-section__intro h2 .headline-lead,
.tunes-section__intro h2 .headline-lead,
.languages-section h2 .headline-lead,
.pricing-section__intro h2 .headline-lead {
  color: rgba(250, 250, 250, 0.44);
  display: inline;
  background-image: linear-gradient(
    90deg,
    var(--white) 0%,
    var(--white) 50%,
    rgba(250, 250, 250, 0.44) 50%,
    rgba(250, 250, 250, 0.44) 100%
  );
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: background-position 2200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.translation-section__intro h2.is-headline-lit .headline-lead,
.tunes-section__intro h2.is-headline-lit .headline-lead,
.languages-section h2.is-headline-lit .headline-lead,
.pricing-section__intro h2.is-headline-lit .headline-lead {
  background-position: 0 0;
}

.features-grid {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(250, 250, 250, 0.08);
  border-radius: 8px;
  background: #111111;
}

.feature-panel {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
}

.feature-panel + .feature-panel {
  border-left: 1px solid rgba(250, 250, 250, 0.08);
}

.feature-panel--text {
  justify-content: center;
  padding: 48px;
}

.feature-panel__inner {
  width: min(100%, 420px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-panel h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.feature-panel p {
  margin: 0;
  color: rgba(250, 250, 250, 0.42);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.42;
}

.feature-panel--visual {
  flex-direction: column;
  justify-content: center;
  gap: 56px;
  padding: 48px;
  text-align: left;
  background: #0c0c0c;
}

.feature-panel--visual img {
  width: min(100%, 380px);
  height: auto;
  margin: 0 auto;
}

.feature-panel--visual p {
  width: min(100%, 440px);
  font-size: 18px;
}

.feature-panel__line {
  display: block;
  overflow: hidden;
}

.feature-panel__line > h3,
.feature-panel__line > p {
  transform: translateY(115%);
  transition: transform 1500ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.feature-panel__line:nth-child(2) > h3,
.feature-panel__line:nth-child(2) > p {
  transition-delay: 180ms;
}

.features-grid.is-features-open .feature-panel__line > h3,
.features-grid.is-features-open .feature-panel__line > p {
  transform: translateY(0);
}

.about-wave-section {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.about-wave-section__stage {
  position: relative;
  width: min(2048px, 100vw);
  height: clamp(360px, 46vw, 640px);
  margin: 0 auto;
  overflow: hidden;
}

.about-wave {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.65vw, 34px);
  transform: translateY(-50%);
}

.about-wave span {
  display: block;
  width: clamp(4px, 0.34vw, 7px);
  height: var(--h);
  border-radius: 999px;
}

.about-wave--source {
  left: max(-120px, -6vw);
}

.about-wave--source span {
  background: #232323;
}

.about-wave--translated {
  left: 51%;
}

.about-wave--translated span {
  background: #f11313;
  box-shadow: 0 0 16px rgba(241, 19, 19, 0.5);
}

.about-wave-bubble {
  position: absolute;
  margin: 0;
  border-radius: 20px;
  color: var(--white);
  font-size: clamp(24px, 1.65vw, 34px);
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

.about-wave-bubble::after {
  content: "";
  position: absolute;
  left: 13%;
  bottom: -25px;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 26px solid currentColor;
}

.about-wave-bubble--source {
  top: 17%;
  left: 13.4%;
  padding: 34px 30px 36px;
  background: #232323;
  color: var(--white);
}

.about-wave-bubble--source::after {
  color: #232323;
}

.about-wave-bubble--translated {
  right: 10.3%;
  bottom: 14%;
  padding: 36px 30px;
  background: #f11313;
}

.about-wave-bubble--translated::after {
  left: 11%;
  top: -25px;
  bottom: auto;
  border-top: 0;
  border-bottom: 26px solid #f11313;
}

.about-points-section {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.about-points-section__grid {
  width: min(100%, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.about-point {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-point__header {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-point__icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid #232323;
  border-radius: 8px;
}

.about-point__icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

.about-point h2 {
  margin: 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.about-point p {
  margin: 0;
  color: #868686;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
}

.calls-section {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.calls-section__layout {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.calls-section__content {
  flex: 1 1 0;
  min-width: 0;
  padding: 120px 120px 120px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.calls-section__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.calls-section__text span {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.calls-section__text h2 {
  margin: 0;
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.calls-section__text p {
  margin: 0;
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.calls-section__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.calls-card {
  position: relative;
  flex: 0 0 692px;
  width: 692px;
  height: 692px;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
  clip-path: inset(0 round 8px);
}

.calls-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.about-personal-card img {
  object-position: center center;
}

.interface-section {
  width: 100%;
  padding: 0;
}

.interface-hero {
  max-width: 1400px;
  margin: 0 auto;
  padding: 64px 120px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  overflow: hidden;
  border: 1px solid #232323;
  border-radius: 8px;
  background: #0c0c0c;
}

.interface-hero__top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 48px;
}

.interface-hero__copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.interface-hero__copy h2 {
  margin: 0;
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.interface-hero__copy p {
  margin: 0;
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.interface-card {
  width: 100%;
  background: transparent;
}

.interface-card img {
  display: block;
  width: 100%;
  height: auto;
}

.interface-hero__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  overflow: hidden;
}

.interface-hero__bottom p {
  margin: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.interface-logos {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 64px;
  flex-wrap: nowrap;
  animation: interface-logos-marquee 56s linear infinite;
  will-change: transform;
}

.interface-logos__group {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 64px;
}

.interface-logos img {
  flex: 0 0 auto;
  display: block;
  max-height: 28px;
  width: auto;
}

@keyframes interface-logos-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-33.333333% - 21.333333px), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .translation-section__intro h2 span {
    opacity: 1;
    filter: none;
    transition: none;
  }

  .features-grid .feature-panel,
  .features-grid .feature-panel--text {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .interface-logos {
    animation: none;
    transform: none;
  }
}

.about-sound-section {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.about-sound-section img {
  display: block;
  width: 100%;
  max-width: 1400px;
  min-width: 0;
  height: auto;
}

.conference-section {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.conference-section__layout {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.conference-card {
  flex: 0 0 692px;
  width: 692px;
  height: 692px;
  overflow: visible;
  border-radius: 8px;
  background: transparent;
}

.conference-card img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  transform: translateX(-10.82%);
}

.conference-section__content {
  flex: 1 1 0;
  min-width: 0;
  padding: 120px 0 120px 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.conference-section__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.conference-section__text span {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.conference-section__text h2 {
  margin: 0;
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.conference-section__text p {
  margin: 0;
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.conference-section__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tunes-section {
  width: 100%;
  padding: 0;
  color: var(--white);
}

.tunes-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.tunes-section__intro {
  width: min(100%, 1169px);
}

.tunes-section__intro h2 {
  margin: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.tunes-section__intro h2 span {
  color: #868686;
}

.tunes-feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tunes-stats {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.tunes-stat {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.tunes-stat strong {
  color: var(--white);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  font-variant-numeric: slashed-zero tabular-nums;
  font-feature-settings: "zero" 1, "tnum" 1;
}

.stat-digit {
  display: inline-block;
  height: 1.25em;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 1.25;
}

.stat-digit__track {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 2100ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--stat-delay, 0ms);
  will-change: transform;
}

.stat-digit__track span {
  display: block;
  height: 1.25em;
  line-height: 1.25;
}

.tunes-stat.is-counting .stat-digit__track {
  transform: translateY(calc(var(--stat-steps, 0) * -1.25em));
}

.tunes-stat > span {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.tunes-stat-divider {
  width: 1px;
  height: 100px;
  background: #232323;
}

.about-quality-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.about-quality-card {
  min-width: 0;
  padding: 48px;
  border: 1px solid #232323;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.about-quality-card--left {
  border-radius: 8px 0 0 8px;
}

.about-quality-card--right {
  margin-left: -1px;
  border-radius: 0 8px 8px 0;
  background: #0c0c0c;
}

.about-quality-card__copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-quality-card__copy .tunes-panel__line {
  width: 100%;
}

.about-quality-card__copy h3 {
  margin: 0;
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.about-quality-card__copy p {
  margin: 0;
  color: #868686;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.tunes-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.tunes-panel {
  min-width: 0;
  padding: 48px;
  border: 1px solid #232323;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.tunes-panel + .tunes-panel {
  border-left: 0;
}

.tunes-panel--left {
  justify-content: center;
  border-radius: 8px 0 0 8px;
}

.tunes-panel--visual {
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding: 48px;
  background: #0c0c0c;
}

.tunes-panel--right {
  justify-content: center;
  border-radius: 0 8px 8px 0;
}

.tunes-panel__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tunes-panel h3 {
  margin: 0;
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.tunes-panel p {
  margin: 0;
  color: #868686;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.tunes-panel--visual img {
  width: min(100%, 380px);
  height: auto;
  margin: 0 auto;
}

.tunes-panel--visual p {
  width: min(100%, 440px);
  font-size: 18px;
  line-height: 27px;
}

.tunes-panel__line {
  display: block;
  overflow: hidden;
}

.tunes-panel__line > h3,
.tunes-panel__line > p {
  transform: translateY(115%);
  transition: transform 1500ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.tunes-panel__line:nth-child(2) > h3,
.tunes-panel__line:nth-child(2) > p {
  transition-delay: 180ms;
}

.tunes-grid.is-features-open .tunes-panel__line > h3,
.tunes-grid.is-features-open .tunes-panel__line > p,
.about-quality-grid.is-features-open .tunes-panel__line > h3,
.about-quality-grid.is-features-open .tunes-panel__line > p {
  transform: translateY(0);
}

.languages-section {
  width: 100%;
  padding: 0;
  color: var(--white);
}

.languages-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.languages-section__inner h2 {
  align-self: stretch;
  margin: 0;
  color: var(--white);
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.languages-section__inner h2 span {
  color: #868686;
  font-weight: 300;
}

.language-cloud {
  width: calc(100vw - 32px);
  margin-left: 0;
  padding: 0 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 16px;
  flex-wrap: wrap;
  overflow: visible;
}

.language-chip {
  --push-x: 0px;
  --push-y: 0px;
  --push-scale: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 200px;
  background: #1e1e1e;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  will-change: transform;
  transform: translate3d(var(--push-x), var(--push-y), 0) scale(var(--push-scale));
  transition:
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 220ms ease;
}

.language-chip--sm {
  font-size: 12px;
}

.language-chip--md {
  font-size: 18px;
}

.language-chip--xl {
  font-size: 24px;
}

.streaming-section {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.streaming-section__layout {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.streaming-card {
  flex: 0 0 692px;
  width: 692px;
  height: 692px;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
  clip-path: inset(0 round 8px);
}

.streaming-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.streaming-section__content {
  flex: 1 1 0;
  min-width: 0;
  padding: 120px 0 120px 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.streaming-section__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.streaming-section__text span {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.streaming-section__text h2 {
  margin: 0;
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.streaming-section__text p {
  margin: 0;
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.streaming-section__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-section {
  width: calc(100% + 32px);
  margin-left: -16px;
  padding: 128px 16px;
  overflow: hidden;
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
  background: #0c0c0c;
}

.faq-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.faq-section__title {
  width: 688px;
  padding-right: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.faq-section__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-section__copy h2 {
  margin: 0;
  color: var(--white);
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
}

.faq-section__copy p {
  margin: 0;
  color: #868686;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.faq-list {
  width: 688px;
  border-bottom: 1px solid #232323;
}

.faq-item {
  border-top: 1px solid #232323;
}

.faq-item summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary span:first-child {
  flex: 1 1 0;
}

.faq-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background: var(--white);
  clip-path: polygon(50% 65%, 25% 40%, 31% 34%, 50% 53%, 69% 34%, 75% 40%);
  transition: transform 160ms ease;
}

.faq-item[open] .faq-icon {
  transform: scaleY(-1);
}

.faq-answer {
  padding: 0 64px 24px 0;
  overflow: hidden;
  transition:
    max-height 460ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 340ms ease;
}

.faq-answer p {
  margin: 0;
  color: #868686;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.pricing-section {
  width: 100%;
  padding: 0;
  color: var(--white);
}

.pricing-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.pricing-section__intro {
  width: min(100%, 1169px);
}

.pricing-section__intro h2 {
  margin: 0;
  color: var(--white);
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
}

.pricing-section__intro h2 span {
  color: #868686;
}

.pricing-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-card {
  position: relative;
  min-height: 364px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  border: 1px solid #232323;
  overflow: hidden;
}

.pricing-card + .pricing-card {
  border-left: 0;
}

.pricing-card--trial {
  border-radius: 8px 0 0 8px;
}

.pricing-card--pro {
  background:
    radial-gradient(ellipse 72% 88% at -9% 8%, rgba(255, 35, 35, 0.98) 0%, rgba(231, 20, 20, 0.88) 19%, rgba(147, 19, 19, 0.52) 39%, rgba(32, 14, 14, 0.2) 58%, rgba(12, 12, 12, 0) 76%),
    radial-gradient(ellipse 66% 122% at 5% 55%, rgba(231, 20, 20, 0.56) 0%, rgba(114, 18, 18, 0.28) 35%, rgba(12, 12, 12, 0) 70%),
    linear-gradient(92deg, rgba(231, 20, 20, 0.2) 0%, rgba(12, 12, 12, 0.76) 52%, #0c0c0c 82%),
    #0c0c0c;
}

.pricing-card--pro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.42 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 160px 160px;
  opacity: 0.36;
  mix-blend-mode: overlay;
}

.pricing-card--credits {
  border-radius: 0 8px 8px 0;
}

.pricing-card__glow {
  position: absolute;
  left: -286px;
  top: -268px;
  z-index: 0;
  width: 820px;
  height: 960px;
  background:
    radial-gradient(ellipse 46% 62% at 34% 24%, rgba(255, 35, 35, 1) 0%, rgba(231, 20, 20, 0.9) 30%, rgba(105, 18, 18, 0.38) 58%, rgba(12, 12, 12, 0) 80%);
  filter: blur(42px);
  opacity: 0.96;
  pointer-events: none;
  transform: rotate(-18deg);
  transform-origin: top left;
  animation: pricing-glow-drift 12s ease-in-out infinite alternate;
}

@keyframes pricing-glow-drift {
  0% {
    transform: translate3d(-10px, -8px, 0) rotate(-20deg) scale(1.02);
    opacity: 0.9;
  }

  50% {
    transform: translate3d(92px, 34px, 0) rotate(-12deg) scale(1.1);
    opacity: 1;
  }

  100% {
    transform: translate3d(138px, -18px, 0) rotate(-24deg) scale(1.04);
    opacity: 0.94;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-card__glow {
    animation: none;
  }

  .language-chip {
    transition: background-color 220ms ease;
    transform: none;
  }
}

.pricing-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

.pricing-card__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pricing-card__header span,
.pricing-card__header h3 {
  font-variant-numeric: slashed-zero tabular-nums;
  font-feature-settings: "zero" 1, "tnum" 1;
}

.pricing-card__eyebrow {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.pricing-card__header h3 {
  margin: 0;
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 200px;
  background: #1e1e1e;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: slashed-zero tabular-nums;
  font-feature-settings: "zero" 1, "tnum" 1;
}

.pricing-pill--pro {
  background: #0c0c0c;
}

.pricing-card p {
  margin: 0;
  color: #868686;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.pricing-card--pro p {
  color: var(--white);
}

.pricing-card__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-card__content--credits {
  gap: 24px;
}

.pricing-credits {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-credit-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #232323;
}

.pricing-credit-row span {
  flex: 1 1 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-variant-numeric: slashed-zero tabular-nums;
  font-feature-settings: "zero" 1, "tnum" 1;
}

.pricing-credit-row strong {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 22.5px;
  font-variant-numeric: slashed-zero tabular-nums;
  font-feature-settings: "zero" 1, "tnum" 1;
}

.contact-section {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.contact-section__layout {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.contact-section__content {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 24px) / 2);
  width: calc((100% - 24px) / 2);
  min-width: 0;
  padding-right: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.contact-section__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.contact-section__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-section__text span {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.contact-section__text h2 {
  margin: 0;
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.contact-section__text p {
  margin: 0;
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.contact-section__text .contact-section__support {
  font-size: 14px;
  line-height: 21px;
}

.contact-section__support a {
  color: #868686;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 160ms ease;
}

.contact-section__support a:hover,
.contact-section__support a:focus-visible,
.contact-section__support a:active {
  color: var(--white);
}

.contact-form {
  width: 100%;
  box-sizing: border-box;
  padding: 1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.contact-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-field__label {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.contact-field__label::after {
  content: " *";
  color: var(--white);
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid #313131;
  border-radius: 6px;
  background: #0c0c0c;
  color: var(--white);
  font: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  outline: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease;
}

.contact-field input {
  height: 44px;
  padding: 11px 12px;
}

.contact-field textarea {
  min-height: 160px;
  padding: 12px;
  resize: vertical;
}

.contact-field input:hover,
.contact-field textarea:hover {
  border-color: #666666;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #fafafa;
  background: #111111;
}

.contact-field__error {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e71414;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.contact-field__error::after {
  content: none;
}

.contact-field__error::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: url("assets/error.svg") center / contain no-repeat;
}

.contact-form__submit {
  padding-right: 16px;
  padding-left: 16px;
  color: var(--white);
  font-weight: 600;
}

.contact-success {
  align-self: stretch;
  width: 100%;
  padding: 16px 32px;
  border-radius: 6px;
  outline: 1px solid #232323;
  outline-offset: -1px;
  background: #0c0c0c;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.contact-success[hidden] {
  display: none;
}

.contact-success strong {
  align-self: stretch;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.contact-success p {
  align-self: stretch;
  margin: 0;
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.contact-visual {
  flex: 0 0 calc((100% - 24px) / 2);
  min-width: 0;
  width: calc((100% - 24px) / 2);
  height: 692px;
  overflow: hidden;
  border-radius: 8px;
  background: #0c0c0c;
  clip-path: inset(0 round 8px);
  position: relative;
}

.contact-visual--mobile {
  display: none;
}

.contact-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.contact-visual__prompt {
  position: absolute;
  left: 50%;
  top: 53.5%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 64px);
  min-height: 56px;
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(231, 20, 20, 0.78);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(231, 20, 20, 0.56) 0%, rgba(231, 20, 20, 0.08) 72%),
    rgba(17, 17, 17, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(17, 17, 17, 0.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: none;
}

.contact-visual__prompt::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  border-right: 12px solid transparent;
  border-bottom: 16px solid #e71414;
  border-left: 12px solid transparent;
}

.contact-visual__type {
  position: relative;
  z-index: 1;
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.contact-visual__type::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.9em;
  margin-left: 3px;
  transform: translateY(0.12em);
  background: currentColor;
  animation: contact-caret 900ms steps(1, end) infinite;
}

@keyframes contact-caret {
  50% {
    opacity: 0;
  }
}

.footer-section {
  width: 100%;
  padding: 64px 0 24px;
  border-top: 1px solid #232323;
  color: var(--white);
}

.footer-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.footer-section__top {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.footer-brand {
  width: 692px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-brand a {
  color: var(--white);
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.footer-brand p {
  width: 571px;
  margin: 0;
  color: #868686;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.footer-links {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-links h2 {
  margin: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.footer-links a {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 160ms ease;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-section__bottom {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-section__bottom p {
  margin: 0;
  color: #868686;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.footer-socials {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.footer-socials a {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 160ms ease;
}

.footer-socials a:hover {
  color: var(--white);
}

.policy-page {
  gap: 64px;
}

.policy-hero {
  width: 100%;
  min-height: 520px;
  padding: 24px 24px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  border: 1px solid #232323;
  border-radius: 8px;
  background: #111111;
  color: var(--white);
}

.policy-hero__header {
  padding-bottom: 24px;
  border-bottom: 1px solid #232323;
}

.policy-hero__content {
  width: min(100%, 1156px);
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.policy-hero__eyebrow {
  margin: 0;
  color: #868686;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.policy-hero__content h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(72px, 8.52vw, 120px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.policy-hero__content > p:not(.policy-hero__eyebrow) {
  width: min(100%, 692px);
  margin: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.policy-hero__content > span {
  color: #868686;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.policy-section {
  width: 100%;
  color: var(--white);
}

.policy-section__layout {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 334px minmax(0, 787px);
  align-items: start;
  justify-content: start;
  gap: 48px;
}

.policy-toc {
  position: sticky;
  top: 24px;
  padding: 32px;
  border: 1px solid #232323;
  border-radius: 8px;
  background: #111111;
}

.policy-toc__details summary {
  min-height: 32px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  list-style: none;
  cursor: default;
}

.policy-toc__details summary::-webkit-details-marker {
  display: none;
}

.policy-toc .faq-icon {
  display: none;
}

.policy-toc nav {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.policy-toc a {
  color: #868686;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  text-underline-offset: 2px;
  transition: color 160ms ease;
}

.policy-toc a:hover,
.policy-toc a.is-active {
  color: var(--white);
}

.policy-toc a.is-active {
  text-decoration: underline;
}

.policy-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.policy-content section {
  scroll-margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.policy-content h2,
.policy-content h3,
.policy-content p,
.policy-content ul {
  margin: 0;
}

.policy-content h2 {
  color: var(--white);
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.policy-content h3 {
  padding-top: 12px;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.policy-content p,
.policy-content li {
  color: #868686;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.policy-content ul {
  padding-left: 18px;
}

.policy-content a {
  color: #868686;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 160ms ease;
}

.policy-content a:hover,
.policy-content a:focus-visible,
.policy-content a:active {
  color: var(--white);
}

@media (max-width: 1432px) {
  .about-interface-section__content {
    padding-right: 24px;
  }

  .calls-section__content {
    padding-right: 24px;
  }

  .conference-section__content,
  .streaming-section__content {
    padding-left: 24px;
  }

  .use-cases-page .streaming-section__content {
    padding-right: 24px;
  }

  .contact-section__content {
    padding-right: 24px;
  }

  .conference-card {
    overflow: hidden;
    clip-path: inset(0 round 8px);
  }

  .conference-card img {
    width: 100%;
    height: 100%;
    content: image-set(
      url("assets/conferences.avif") type("image/avif"),
      url("assets/conferences.jpg") type("image/jpeg")
    );
    object-fit: cover;
    transform: none;
  }

  .faq-section__title {
    padding-right: 24px;
  }
}

@media (max-width: 1320px) {
  .hero__header {
    grid-template-columns: 1fr auto;
  }

  .hero__nav {
    display: none;
  }

  .hero-menu {
    display: block;
  }

  .hero__logo {
    font-size: 28px;
  }

  .hero__actions {
    min-width: 0;
  }

  .pricing-card__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .pricing-card__actions .button {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .about-interface-section__layout,
  .calls-section__layout,
  .conference-section__layout,
  .streaming-section__layout,
  .contact-section__layout {
    gap: 16px;
  }

  .about-interface-section__content,
  .calls-section__content,
  .conference-section__content,
  .streaming-section__content {
    flex: 1 1 calc((100% - 16px) / 2);
  }

  .about-interface-section__content {
    padding: 0 24px 0 0;
  }

  .calls-section__content {
    padding: 0 24px 0 0;
  }

  .conference-section__content,
  .streaming-section__content {
    padding: 0 0 0 24px;
  }

  .use-cases-page .streaming-section__content {
    padding: 0 24px 0 0;
  }

  .contact-section__content {
    flex-basis: calc((100% - 16px) * 0.44);
    width: calc((100% - 16px) * 0.44);
    padding-right: 24px;
  }

  .contact-visual {
    flex-basis: calc((100% - 16px) * 0.56);
    width: calc((100% - 16px) * 0.56);
    height: auto;
    aspect-ratio: 1;
  }

  .about-interface-card,
  .calls-card,
  .conference-card,
  .streaming-card {
    flex: 1 1 calc((100% - 16px) / 2);
    width: auto;
    height: auto;
    aspect-ratio: 1;
  }

}

@media (max-width: 1180px) {
  .faq-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero {
    min-height: 640px;
  }

  .about-hero {
    min-height: 720px;
  }

  .about-hero__content {
    width: min(100%, 900px);
    padding-bottom: 180px;
  }

  .about-hero__content h1 {
    font-size: clamp(56px, 8vw, 88px);
  }

  .about-hero__gallery {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 0.82fr)
      minmax(0, 1.22fr)
      minmax(0, 0.58fr);
    grid-template-rows: 1fr 1fr;
  }

  .about-hero__tile--left {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .about-hero__tile--small-left {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
  }

  .about-hero__tile--center {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .about-hero__tile--right {
    display: none;
  }

  .about-hero__stack {
    grid-column: 4;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    align-self: end;
    gap: 24px;
  }

  .hero__text h1 {
    max-width: min(100%, 900px);
    min-height: var(--hero-heading-height, 196px);
    font-size: var(--hero-heading-size, clamp(52px, 5.2vw, 64px));
  }

  .hero.is-static .hero__text h1 {
    max-width: min(100%, 900px);
    min-height: var(--hero-heading-height, 188px);
    font-size: var(--hero-heading-size, clamp(48px, 5vw, 60px));
    line-height: 0.98;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-panel {
    min-height: auto;
  }

  .feature-panel--text {
    justify-content: stretch;
    padding: 64px 48px;
  }

  .feature-panel__inner {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: 32px;
  }

  .feature-panel--visual {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.9fr);
    align-items: center;
    gap: 32px;
    padding: 64px 48px;
  }

  .feature-panel--visual img {
    order: 2;
    width: min(100%, 320px);
  }

  .feature-panel--visual p {
    width: 100%;
  }

  .feature-panel + .feature-panel {
    border-left: 0;
    border-top: 1px solid rgba(250, 250, 250, 0.08);
  }

  .calls-section__layout {
    gap: 16px;
  }

  .calls-section__content {
    flex: 1 1 calc((100% - 16px) / 2);
    padding: 0 24px 0 0;
  }

  .calls-card,
  .conference-card,
  .streaming-card {
    flex: 1 1 calc((100% - 16px) / 2);
    width: auto;
    height: auto;
    aspect-ratio: 1;
  }

  .conference-section__layout,
  .streaming-section__layout {
    gap: 16px;
  }

  .conference-card img {
    width: 100%;
    height: 100%;
    content: image-set(
      url("assets/conferences.avif") type("image/avif"),
      url("assets/conferences.jpg") type("image/jpeg")
    );
    object-fit: cover;
    transform: none;
  }

  .conference-section__content {
    flex: 1 1 calc((100% - 16px) / 2);
    padding: 0 0 0 24px;
  }

  .tunes-section__intro h2,
  .pricing-section__intro h2,
  .translation-section__intro h2 {
    font-size: 40px;
  }

  .tunes-section__inner,
  .pricing-section__inner {
    gap: 48px;
  }

  .about-quality-grid {
    grid-template-columns: 1fr;
  }

  .about-quality-card {
    padding: 64px 48px;
  }

  .about-quality-card--left,
  .about-quality-card--right {
    margin-left: 0;
    border-left: 1px solid #232323;
    border-radius: 0;
  }

  .about-quality-card--left {
    border-radius: 8px 8px 0 0;
  }

  .about-quality-card--right {
    margin-top: -1px;
    border-radius: 0 0 8px 8px;
  }

  .tunes-grid {
    grid-template-columns: 1fr;
  }

  .tunes-panel {
    min-height: auto;
    padding: 64px 48px;
  }

  .tunes-panel h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .tunes-panel--left .tunes-panel__text,
  .tunes-panel--right .tunes-panel__text {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: 32px;
  }

  .tunes-panel--visual {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.9fr);
    align-items: center;
    gap: 32px;
    padding: 64px 48px;
  }

  .tunes-panel--visual img {
    order: 2;
    width: min(100%, 320px);
  }

  .tunes-panel--visual p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .tunes-panel,
  .tunes-panel + .tunes-panel {
    border-left: 1px solid #232323;
    border-top: 0;
    border-radius: 0;
  }

  .tunes-panel:first-child {
    border-top: 1px solid #232323;
    border-radius: 8px 8px 0 0;
  }

  .tunes-panel:last-child {
    border-radius: 0 0 8px 8px;
  }

  .streaming-section__content {
    flex: 1 1 calc((100% - 16px) / 2);
    padding: 0 0 0 24px;
  }

  .faq-section__title {
    flex: 1 1 42%;
    width: auto;
    padding-right: 24px;
  }

  .faq-list {
    flex: 1 1 58%;
    width: auto;
  }

  .pricing-card {
    padding: 64px 48px;
    gap: 32px;
  }

  .pricing-card__header h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .pricing-card__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .pricing-card__actions .button {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .pricing-credit-row {
    gap: 8px;
  }

  .contact-section__layout {
    gap: 16px;
  }

  .contact-section__content {
    flex-basis: calc((100% - 16px) * 0.44);
    width: calc((100% - 16px) * 0.44);
    padding-right: 24px;
  }

  .contact-section__box {
    width: 100%;
  }

  .contact-visual {
    flex-basis: calc((100% - 16px) * 0.56);
    width: calc((100% - 16px) * 0.56);
    height: auto;
    aspect-ratio: 1;
  }

  .footer-section__top {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-brand {
    width: 100%;
    grid-column: 1 / -1;
  }

  .footer-brand p {
    width: min(100%, 571px);
  }

  .interface-hero {
    padding: 64px 56px;
  }

  .interface-hero__top {
    gap: 48px;
  }
}

@media (max-width: 960px) {
  .policy-section__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .policy-toc {
    position: static;
    padding: 32px;
  }

  .policy-toc__details summary {
    cursor: pointer;
  }

  .policy-toc .faq-icon {
    display: block;
  }

  .policy-toc nav {
    transition:
      max-height 460ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 300ms ease;
  }

  .about-interface-section__layout {
    flex-direction: column;
    align-items: stretch;
  }

  .about-interface-section__content {
    width: 100%;
    flex: 0 1 auto;
    box-sizing: border-box;
    padding: 0;
  }

  .about-interface-card {
    width: 100%;
    flex: 0 1 auto;
  }

  .hero__text h1 {
    min-height: var(--hero-heading-height, 0);
    font-size: var(--hero-heading-size, clamp(48px, 10vw, 76px));
  }

  .hero.is-static .hero__text h1 {
    min-height: var(--hero-heading-height, 0);
    font-size: var(--hero-heading-size, clamp(40px, 8vw, 58px));
  }

  .languages-section__inner {
    padding: 0;
    gap: 48px;
  }

  .language-cloud {
    padding: 0;
  }

  .faq-section__inner {
    flex-direction: column;
    gap: 48px;
  }

  .faq-section__title {
    width: min(100%, calc((100% - 24px) * 2 / 3));
    padding-right: 0;
  }

  .faq-list {
    width: 100%;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card,
  .pricing-card + .pricing-card {
    border-left: 1px solid #232323;
    border-top: 0;
    border-radius: 0;
  }

  .pricing-card {
    min-height: auto;
  }

  .pricing-card:first-child {
    border-top: 1px solid #232323;
    border-radius: 8px 8px 0 0;
  }

  .pricing-card:last-child {
    border-radius: 0 0 8px 8px;
  }

  .pricing-card__actions {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .pricing-card__actions .button {
    width: auto;
    padding-right: 24px;
    padding-left: 24px;
  }

  .contact-section__box {
    width: 100%;
  }

  .interface-hero__top {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    gap: 32px;
  }

  .interface-hero__copy,
  .interface-card {
    width: 100%;
  }

  .interface-hero__copy {
    align-items: center;
    text-align: center;
  }

  .interface-card {
    max-width: 560px;
    align-self: center;
  }

  .interface-hero {
    gap: 36px;
  }

  .interface-hero__bottom {
    gap: 24px;
  }

  .about-points-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 24px;
  }
}

@media (max-width: 760px) {
  .policy-hero {
    min-height: 420px;
    padding: 24px 16px 48px;
    gap: 40px;
  }

  .policy-hero__content h1 {
    font-size: clamp(48px, 13vw, 72px);
  }

  .policy-toc {
    padding: 24px;
  }

  .policy-content h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .speechka-page {
    padding: 16px;
  }

  .about-interface-section__layout {
    gap: 24px;
  }

  .about-interface-section__content {
    gap: 24px;
  }

  .about-interface-section__heading h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .about-interface-mode__copy h3,
  .about-interface-mode__copy p {
    font-size: 16px;
    line-height: 24px;
  }

  .hero {
    height: calc(100vh - 32px);
    min-height: 680px;
    padding: 20px 16px 48px;
  }

  .about-hero {
    height: auto;
    max-height: none;
    min-height: 0;
    gap: 40px;
    padding: 20px 16px 16px;
  }

  .about-hero__content {
    padding: 64px 0 0;
    gap: 20px;
  }

  .about-hero__content h1 {
    font-size: clamp(44px, 14vw, 72px);
  }

  .about-hero__content p {
    text-align: center;
  }

  .about-hero__gallery {
    position: relative;
    inset: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 16px;
  }

  .about-hero__tile {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1;
  }

  .about-hero__stack {
    display: none;
  }

  .about-hero__tile--left,
  .about-hero__tile--right {
    aspect-ratio: 1 / 1.12;
  }

  .about-hero__tile--center {
    grid-column: span 2;
    aspect-ratio: 2 / 1;
  }

  .about-hero__tile--center img {
    object-position: 68% 42%;
    width: 112%;
    transform: translateX(-10%);
  }

  .about-points-section__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-point__icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .about-point__icon svg {
    width: 28px;
    height: 28px;
  }

  .about-point p {
    font-size: 16px;
    line-height: 1.5;
  }

  .hero__header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .hero__actions {
    justify-self: end;
    flex-wrap: nowrap;
  }

  .hero-menu {
    order: 2;
  }

  .hero__media {
    object-position: center top;
  }

  .hero__text h1 {
    font-size: var(--hero-heading-size, clamp(42px, 12vw, 58px));
  }

  .hero.is-static .hero__text h1 {
    font-size: var(--hero-heading-size, clamp(34px, 10vw, 48px));
  }

  .feature-panel--text {
    padding: 40px 24px;
  }

  .feature-panel__inner,
  .feature-panel--visual,
  .tunes-panel--left .tunes-panel__text,
  .tunes-panel--right .tunes-panel__text,
  .tunes-panel--visual {
    display: flex;
    flex-direction: column;
  }

  .feature-panel--visual,
  .tunes-panel--visual {
    gap: 56px;
    padding: 40px 24px;
  }

  .feature-panel--visual img,
  .tunes-panel--visual img {
    order: 0;
  }

  .calls-section__layout,
  .conference-section__layout,
  .streaming-section__layout,
  .contact-section__layout {
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
  }

  .calls-section__content,
  .conference-section__content,
  .streaming-section__content,
  .contact-section__content {
    flex-basis: auto;
    width: 100%;
    padding: 0;
  }

  .calls-card,
  .conference-card,
  .streaming-card,
  .contact-visual {
    flex-basis: auto;
    width: 100%;
    aspect-ratio: 1;
  }

  .conference-card img {
    width: 100%;
    height: 100%;
    content: image-set(
      url("assets/conferences.avif") type("image/avif"),
      url("assets/conferences.jpg") type("image/jpeg")
    );
    object-fit: cover;
    transform: none;
  }

  .contact-visual--desktop {
    display: none;
  }

  .contact-visual--mobile {
    display: block;
  }

  .conference-section__content,
  .streaming-section__content {
    order: -1;
  }

  .hero__text p {
    font-size: 15px;
  }

  .hero__controls {
    gap: 10px;
  }

  .button,
  .language-button {
    font-size: 16px;
  }

  .hero-menu__panel {
    width: min(220px, calc(100vw - 64px));
  }

  .translation-section__intro {
    margin-bottom: 48px;
  }

  .feature-panel--text,
  .feature-panel--visual {
    padding: 40px 24px;
  }

  .calls-section__actions {
    flex-wrap: wrap;
  }

  .conference-section__actions {
    flex-wrap: wrap;
  }

  .tunes-section__intro h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .tunes-stats {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
  }

  .tunes-stat-divider {
    width: 100%;
    height: 1px;
  }

  .about-quality-card {
    padding: 40px 24px;
  }

  .tunes-panel {
    min-height: auto;
    padding: 40px 24px;
  }

  .languages-section__inner h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .language-chip,
  .language-chip--sm,
  .language-chip--md,
  .language-chip--xl {
    font-size: 16px;
  }

  .streaming-section__actions {
    flex-wrap: wrap;
  }

  .faq-section__copy h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .faq-answer {
    padding-right: 0;
  }

  .pricing-section__intro h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .pricing-card {
    min-height: auto;
    padding: 40px 24px;
  }

  .pricing-card__actions {
    flex-wrap: wrap;
  }

  .footer-section__top {
    grid-template-columns: 1fr;
  }

  .footer-section__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .interface-hero {
    padding: 64px 24px;
  }

  .interface-hero__copy p {
    font-size: 18px;
    line-height: 27px;
  }

  .contact-visual__prompt {
    max-width: calc(100% - 32px);
    min-height: 48px;
    padding: 12px 18px;
  }

  .contact-visual__type {
    font-size: clamp(16px, 4.2vw, 18px);
  }

}

@media (min-width: 620px) and (max-width: 760px) {
  .about-hero__gallery {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 0.82fr)
      minmax(0, 1.22fr)
      minmax(0, 0.58fr);
    grid-template-rows: 1fr 1fr;
    align-items: end;
  }

  .about-hero__tile--left {
    grid-column: 1;
    grid-row: 1 / span 2;
    aspect-ratio: 290 / 357;
  }

  .about-hero__tile--small-left {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
    aspect-ratio: 1;
  }

  .about-hero__tile--center {
    grid-column: 3;
    grid-row: 1 / span 2;
    aspect-ratio: 287 / 290;
  }

  .about-hero__tile--center img {
    width: 100%;
    object-position: 58% 42%;
    transform: none;
  }

  .about-hero__stack {
    grid-column: 4;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    align-self: end;
    gap: 16px;
  }

  .about-hero__tile--stack-top,
  .about-hero__tile--stack-bottom {
    aspect-ratio: 1;
  }
}

@media (max-width: 520px) {
  .about-hero__tile--left,
  .about-hero__tile--right {
    aspect-ratio: 1 / 1.22;
  }
}

@media (max-width: 760px) {
  .hero__action-link {
    display: none;
  }

  .hero-menu__actions {
    display: flex;
  }
}
