@charset "UTF-8";
/* "It sits underneath the conversation" — Figma "VIVA 2.5 LP / Desktop 1440".
   Dark band with the VIVA stage highlighted inside the audio pipeline. */
.viva_pipeline {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: #14141a;
  text-align: center;
  /* base_new's `body * { color: … }` would repaint every descendant. */
}
.viva_pipeline * {
  color: inherit;
}
.viva_pipeline {
  /* Faint 40px lattice, fading out toward the bottom of the band. */
}
.viva_pipeline__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: radial-gradient(130% 95% at 50% 0%, #000000 0%, rgba(0, 0, 0, 0) 88%);
  mask-image: radial-gradient(130% 95% at 50% 0%, #000000 0%, rgba(0, 0, 0, 0) 88%);
}
.viva_pipeline .container {
  position: relative;
  z-index: 1;
}
.viva_pipeline__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c9b8ff;
}
.viva_pipeline__title {
  margin: 16px 0 0;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #f7f7f8;
}
.viva_pipeline__subtitle {
  margin: 12px auto 0;
  max-width: 720px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #d0d0d8;
}
.viva_pipeline {
  /* ---- pipeline ---- */
}
.viva_pipeline__flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}
.viva_pipeline__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 0 0 157px;
  width: 157px;
  height: 104px;
  padding: 0 12px;
  border: 1px solid #2c2f30;
  border-radius: 16px;
  background: #1c1f20;
}
.viva_pipeline__stage-label {
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #65658a;
}
.viva_pipeline__stage-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #b8b8d0;
}
.viva_pipeline__stage--krisp {
  flex: 0 0 221px;
  width: 221px;
  height: 110px;
  gap: 8px;
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, #6250f7 0%, #5836dd 45%, #4d20c3 100%);
  box-shadow: 0 6px 24px rgba(97, 78, 250, 0.28);
}
.viva_pipeline__stage--krisp .viva_pipeline__stage-label {
  color: #e5e0ff;
}
.viva_pipeline__stage--krisp .viva_pipeline__stage-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #ffffff;
}
.viva_pipeline__stage-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 12px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #ffffff;
}
.viva_pipeline__link {
  flex: 0 0 44px;
  width: 44px;
  height: 4px;
  border-radius: 2px;
  background: var(--c, #444374);
}
.viva_pipeline {
  /* ---- runs-where-you-run ---- */
}
.viva_pipeline__runs {
  margin: 32px 0 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #65658a;
}
.viva_pipeline__chips {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.viva_pipeline__chips li {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  border: 1px solid #343438;
  border-radius: 15px;
  background: #25252a;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #b8b8d0;
}

@media screen and (max-width: 1280px) {
  .viva_pipeline__flow {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .viva_pipeline__title {
    font-size: 34px;
    line-height: 42px;
  }
  .viva_pipeline {
    /* Wrapped rows read better without dangling connectors. */
  }
  .viva_pipeline__link {
    display: none;
  }
  .viva_pipeline__flow {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .viva_pipeline {
    padding: 72px 0;
  }
  .viva_pipeline__title {
    font-size: 30px;
    line-height: 40px;
  }
  .viva_pipeline__flow {
    flex-direction: column;
    gap: 8px;
  }
  .viva_pipeline__stage, .viva_pipeline__stage--krisp {
    flex: 0 0 auto;
    width: 100%;
    max-width: 320px;
  }
  .viva_pipeline__link {
    display: none;
  }
  .viva_pipeline__chips li {
    font-size: 12px;
    padding: 0 12px;
  }
  .viva_pipeline__subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .viva_pipeline__title {
    font-size: 26px;
    line-height: 34px;
  }
}
