.voice-hero {
  background:
    radial-gradient(circle at 86% -12%, rgba(47, 107, 255, 0.17), transparent 36%),
    radial-gradient(circle at 5% 110%, rgba(255, 112, 102, 0.11), transparent 31%),
    linear-gradient(136deg, #fdfcf8 0%, #fbfaf6 56%, #f2f4fb 100%);
}

.voice-page .lists-eyebrow {
  border-color: rgba(47, 107, 255, 0.13);
  background: rgba(237, 242, 255, 0.8);
  color: var(--brand-blue-start);
}

.voice-page .lists-eyebrow span {
  background: #ff7066;
  box-shadow: 0 0 0 4px rgba(255, 112, 102, 0.15);
}

.voice-examples,
.voice-process,
.voice-capabilities {
  margin-top: 26px;
  padding: clamp(64px, 7vw, 92px) clamp(24px, 5.4vw, 68px);
  border: 1px solid var(--warm-line);
  border-radius: 36px;
  box-shadow: var(--warm-shadow);
}

.voice-examples {
  background:
    radial-gradient(circle at 95% 6%, rgba(255, 112, 102, 0.1), transparent 28rem),
    radial-gradient(circle at 5% 96%, rgba(47, 107, 255, 0.08), transparent 26rem),
    #f8f7f3;
}

.voice-process {
  background:
    radial-gradient(circle at 4% 90%, rgba(255, 207, 74, 0.13), transparent 25rem),
    rgba(251, 250, 246, 0.9);
}

.voice-capabilities {
  background:
    radial-gradient(circle at 95% 5%, rgba(47, 107, 255, 0.09), transparent 28rem),
    rgba(247, 248, 252, 0.9);
}

.voice-example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 48px;
}

.voice-example-card {
  min-width: 0;
  min-height: 330px;
  padding: 25px;
  border: 1px solid rgba(47, 107, 255, 0.11);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 36px rgba(26, 36, 67, 0.06);
}

.voice-example-card-smart {
  background:
    radial-gradient(circle at 100% 0, rgba(47, 107, 255, 0.09), transparent 58%),
    rgba(255, 255, 255, 0.82);
}

.voice-example-type {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--brand-blue-soft);
  color: var(--brand-blue);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.voice-example-card:nth-child(2) .voice-example-type {
  background: rgba(255, 207, 74, 0.25);
  color: #886713;
}

.voice-example-card blockquote {
  min-height: 82px;
  margin: 30px 0 0;
  color: var(--warm-ink);
  font-family: "Onest", "Inter", sans-serif;
  font-size: 23px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.voice-wave {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 13px;
  border: 1px solid rgba(255, 112, 102, 0.12);
  border-radius: 14px;
  background: rgba(255, 112, 102, 0.035);
}

.voice-wave i {
  display: block;
  width: 3px;
  height: 12px;
  border-radius: 999px;
  background: #ff8d86;
}

.voice-wave i:nth-child(2),
.voice-wave i:nth-child(6) {
  height: 19px;
}

.voice-wave i:nth-child(3),
.voice-wave i:nth-child(5) {
  height: 27px;
}

.voice-wave i:nth-child(4) {
  height: 34px;
  background: #ff7066;
}

.voice-result {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding: 11px;
  border-radius: 14px;
  background: var(--warm-sage-soft);
}

.voice-result > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--warm-sage);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.voice-result div {
  min-width: 0;
}

.voice-result strong,
.voice-result small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.voice-result strong {
  color: #41624e;
  font-size: 10px;
  font-weight: 750;
}

.voice-result small {
  margin-top: 3px;
  color: #708174;
  font-size: 8px;
}

.voice-process-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.36fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.voice-process-heading .label {
  padding-top: 9px;
}

.voice-process-heading h2 {
  max-width: 820px;
  margin: 0;
  color: var(--warm-ink);
  font-family: "Onest", "Inter", sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.062em;
}

.voice-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.voice-process-grid li {
  min-height: 235px;
  padding: 23px;
  border: 1px solid rgba(47, 107, 255, 0.1);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.7);
}

.voice-process-grid li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  background: var(--brand-blue-soft);
  color: var(--brand-blue);
  font-size: 10px;
  font-weight: 800;
}

.voice-process-grid li:nth-child(4) > span {
  background: rgba(255, 207, 74, 0.25);
  color: #886713;
}

.voice-process-grid h3 {
  margin: 48px 0 9px;
  color: var(--warm-ink);
  font-family: "Onest", "Inter", sans-serif;
  font-size: 21px;
  font-weight: 680;
  letter-spacing: -0.035em;
}

.voice-process-grid p {
  margin: 0;
  color: var(--warm-muted);
  font-size: 12px;
  line-height: 1.58;
}

.voice-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 48px;
}

.voice-capability-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(47, 107, 255, 0.1);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 12px 28px rgba(26, 36, 67, 0.04);
}

.voice-capability-grid article > span {
  display: inline-grid;
  min-width: 36px;
  height: 36px;
  place-items: center;
  padding: 0 8px;
  border-radius: 11px;
  background: rgba(255, 112, 102, 0.11);
  color: #d95750;
  font-family: "Onest", "Inter", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.voice-capability-grid article:nth-child(even) > span {
  background: var(--brand-blue-soft);
  color: var(--brand-blue);
}

.voice-capability-grid h3 {
  margin: 31px 0 8px;
  color: var(--warm-ink);
  font-family: "Onest", "Inter", sans-serif;
  font-size: 21px;
  font-weight: 680;
  letter-spacing: -0.035em;
}

.voice-capability-grid p {
  margin: 0;
  color: var(--warm-muted);
  font-size: 12px;
  line-height: 1.58;
}

.voice-final-cta {
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 112, 102, 0.12), transparent 24rem),
    radial-gradient(circle at 4% 110%, rgba(47, 107, 255, 0.13), transparent 25rem),
    linear-gradient(135deg, #fbfaf6, #f2f4fb 68%);
}

@media (prefers-reduced-motion: no-preference) {
  .voice-wave i {
    animation: voice-mini-wave 1.1s ease-in-out infinite alternate;
  }

  .voice-wave i:nth-child(2),
  .voice-wave i:nth-child(6) {
    animation-delay: -0.25s;
  }

  .voice-wave i:nth-child(3),
  .voice-wave i:nth-child(5) {
    animation-delay: -0.5s;
  }

  .voice-wave i:nth-child(4) {
    animation-delay: -0.75s;
  }
}

@keyframes voice-mini-wave {
  from {
    transform: scaleY(0.45);
  }
  to {
    transform: scaleY(1);
  }
}

@media (max-width: 980px) {
  .voice-example-grid,
  .voice-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .voice-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .voice-examples,
  .voice-process,
  .voice-capabilities {
    padding: 52px 18px;
    border-radius: 27px;
  }

  .voice-process-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .voice-process-heading .label {
    padding-top: 0;
  }

  .voice-process-heading h2 {
    font-size: 40px;
  }

  .voice-example-grid,
  .voice-process-grid,
  .voice-capability-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .voice-example-card {
    min-height: 310px;
    padding: 22px;
  }

  .voice-process-grid li,
  .voice-capability-grid article {
    min-height: 200px;
  }
}
