.voc-hero {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.voc-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.voc-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 94%), linear-gradient(270deg, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.5) 100%), rgba(0, 0, 0, 0.2);
}
.voc-hero .navbar {
  position: relative;
  z-index: 10;
}
.voc-hero__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 54px 0 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  color: #fff;
}
.voc-hero__content h1 {
  margin: 0;
  max-width: 642px;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.16px;
  text-transform: capitalize;
}
.voc-hero__content p {
  margin: 0;
  max-width: 527px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.voc-hero__cta {
  margin-top: 14px;
  width: auto;
  padding: 12px 16px;
}
.voc-hero__services {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  width: 420px;
  margin: 40px 60px 48px 0;
}
.voc-hero__services p {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.voc-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.voc-hero__chips span {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 4px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(250, 254, 227, 0.1);
  backdrop-filter: blur(20px);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
}

.voc-why {
  background: #fff;
  padding: 80px;
  display: flex;
  justify-content: center;
}
.voc-why__inner {
  width: min(1280px, 100%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.voc-why__header {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 44px;
}
.voc-why__header h2 {
  margin: 0;
  max-width: 581px;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.76px;
  text-transform: capitalize;
  color: #000;
}
.voc-why__header p {
  margin: 0;
  max-width: 569px;
  font-size: 18px;
  line-height: 28px;
  color: #6f6f6f;
}
.voc-why__cards {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}
.voc-why__cards article {
  flex: 1;
  max-width: 408px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.voc-why__cards article img {
  width: 100%;
  height: 394px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}
.voc-why__cards article h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
.voc-why__cards article p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #6f6f6f;
}

.voc-discover {
  background: #fff;
  padding: 40px 80px 70px;
  display: flex;
  justify-content: center;
}
.voc-discover__panel {
  width: min(1280px, 100%);
  border-radius: 18px;
  background: linear-gradient(180deg, #f5f5fb 0%, #ccc3f8 100%);
  padding: 60px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.voc-discover__panel h2 {
  margin: 0 0 48px;
  font-size: 34px;
  font-weight: 700;
  text-transform: capitalize;
  background: linear-gradient(0deg, #db1aff -5%, #2da9ff 120%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.voc-discover__browser {
  width: min(1082px, 100% - 80px);
  background: rgba(252, 252, 252, 0.44);
  border: 1px solid #dfdfdf;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  padding: 10px 10px 0;
}
.voc-discover__browser img {
  display: block;
  width: 100%;
  border: 1px solid #dfdfdf;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
.voc-discover__dots {
  display: flex;
  gap: 8px;
  padding: 4px 8px 12px;
}
.voc-discover__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dfdfdf;
}

.voc-split {
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  background: #fff;
}
.voc-split--gray {
  background: #f9fbfc;
}
.voc-split__text {
  max-width: 579px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.voc-split__text h2 {
  margin: 0 0 8px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.5px;
  color: #000;
}
.voc-split__text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #363435;
}
.voc-split__text p strong {
  font-weight: 600;
}
.voc-split__btn {
  margin-top: 12px;
  gap: 6px;
}
.voc-split__btn svg {
  flex-shrink: 0;
}
.voc-split__media {
  flex-shrink: 0;
  width: min(609px, 46%);
}
.voc-split__media img {
  display: block;
  width: 100%;
  height: 484px;
  object-fit: cover;
  border-radius: 16px;
}
.voc-split__media--tall img {
  height: 668px;
}

.voc-genesys {
  background: #fff;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.voc-genesys__collage {
  flex-shrink: 0;
  width: min(584px, 46%);
  display: grid;
  grid-template-columns: 55.5% 1fr;
  grid-template-rows: 276fr 220fr;
  gap: 12px;
}
.voc-genesys__collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.voc-genesys__collage-img-wide {
  grid-column: 1/-1;
}
.voc-genesys__img-wide {
  grid-column: 1/-1;
}
.voc-genesys__text {
  max-width: 607px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
.voc-genesys__text h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.96px;
  text-transform: capitalize;
  color: #000;
}
.voc-genesys__text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #6f6f6f;
}

.voc-cta {
  position: relative;
  min-height: 558px;
  display: flex;
  align-items: center;
  background: radial-gradient(150% 260% at 6% -60%, #8c3fe8 0%, #6c2fb4 25%, #4b2081 50%, #3b1867 62%, #2b104d 75%, #1a0833 87%, #0a0019 100%);
  overflow: hidden;
}
.voc-cta::after {
  content: "";
  position: absolute;
  inset: 0 0 0 40%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1.4px);
  background-size: 26px 26px;
  pointer-events: none;
}
.voc-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 846px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  color: #fff;
}
.voc-cta__inner h2 {
  margin: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
}
.voc-cta__inner p {
  margin: 0;
  max-width: 715px;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.voc-cta__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.voc-cta__actions .btn--secondary {
  width: auto;
  padding: 12px 16px;
}

@media (max-width: 1240px) {
  .voc-hero__content h1 {
    font-size: 46px;
  }
  .voc-genesys__text h2 {
    font-size: 38px;
  }
  .voc-cta__inner h2 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .voc-hero {
    min-height: 0;
  }
  .voc-hero__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.85) 90%), rgba(0, 0, 0, 0.35);
  }
  .voc-hero__content {
    margin: 40px 32px 0;
  }
  .voc-hero__services {
    align-self: flex-start;
    margin: 40px 32px 48px;
    width: auto;
  }
  .voc-why {
    padding: 64px 40px;
  }
  .voc-why__header {
    flex-direction: column;
    gap: 16px;
  }
  .voc-why__cards {
    flex-direction: column;
  }
  .voc-why__cards article {
    max-width: none;
  }
  .voc-why__cards article img {
    height: 320px;
  }
  .voc-discover {
    padding: 32px 40px 56px;
  }
  .voc-split,
  .voc-genesys {
    flex-direction: column;
    align-items: flex-start;
    padding: 56px 40px;
  }
  .voc-split__media, .voc-split__collage,
  .voc-genesys__media,
  .voc-genesys__collage {
    width: 100%;
  }
  .voc-split__media--tall img,
  .voc-genesys__media--tall img {
    height: 480px;
  }
  .voc-split--flip {
    flex-direction: column-reverse;
  }
}
@media (max-width: 720px) {
  .voc-hero__content {
    margin: 32px 20px 0;
  }
  .voc-hero__content h1 {
    font-size: 32px;
    letter-spacing: -0.6px;
  }
  .voc-hero__content p {
    font-size: 16px;
  }
  .voc-hero__services {
    margin: 32px 20px 40px;
  }
  .voc-hero__services p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .voc-hero__chips span {
    height: 38px;
    padding: 4px 16px;
    font-size: 14px;
  }
  .voc-why {
    padding: 48px 20px;
  }
  .voc-why__header h2 {
    font-size: 28px;
    line-height: 1.25;
  }
  .voc-why__cards article img {
    height: 240px;
  }
  .voc-discover {
    padding: 24px 20px 40px;
  }
  .voc-discover__panel {
    padding-top: 36px;
  }
  .voc-discover__panel h2 {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .voc-discover__browser {
    width: calc(100% - 32px);
  }
  .voc-split,
  .voc-genesys {
    padding: 48px 20px;
  }
  .voc-split__text h2 {
    font-size: 26px;
    letter-spacing: -0.8px;
  }
  .voc-split__text p {
    font-size: 16px;
  }
  .voc-split__media img {
    height: 320px;
  }
  .voc-split__media--tall img {
    height: 380px;
  }
  .voc-split__btn {
    white-space: normal;
    height: auto;
    min-height: 48px;
    text-align: left;
  }
  .voc-genesys__text h2 {
    font-size: 28px;
  }
  .voc-genesys__text p {
    font-size: 16px;
  }
  .voc-cta {
    min-height: 0;
  }
  .voc-cta__inner {
    padding: 56px 20px;
  }
  .voc-cta__inner h2 {
    font-size: 27px;
    letter-spacing: -1px;
  }
  .voc-cta__inner p {
    font-size: 16px;
  }
}
.voc-sub-hero {
  position: relative;
  min-height: 606px;
  overflow: hidden;
  background: #fff;
}
.voc-sub-hero__glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 900px;
  max-width: none;
  pointer-events: none;
}
.voc-sub-hero .navbar {
  position: relative;
  z-index: 10;
}
.voc-sub-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 56px auto 80px;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
}
.voc-sub-hero__content h1 {
  margin: 0;
  max-width: 833px;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #000;
}
.voc-sub-hero__content p {
  margin: -10px 0 0;
  max-width: 628px;
  font-size: 18px;
  line-height: 1.5;
  color: #6f6f6f;
}
.voc-sub-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 34px;
  padding: 5px 6px 5px 14px;
  border: 1px solid #dbd4ff;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 3px 3px 17.8px rgba(0, 0, 0, 0.11);
  font-size: 14px;
}
.voc-sub-hero__badge span {
  font-weight: 500;
  color: #000;
}
.voc-sub-hero__badge em {
  font-style: normal;
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 20px;
  background: #ece8ff;
  color: #671ee3;
  text-transform: capitalize;
}
.voc-sub-hero--dark {
  background: radial-gradient(120% 100% at 75% 0%, #3b1d75 0%, #1c0b36 48%, #0a0512 100%);
}
.voc-sub-hero--dark .voc-sub-hero__glow {
  display: none;
}
.voc-sub-hero--dark .voc-sub-hero__content h1 {
  color: #fff;
}
.voc-sub-hero--dark .voc-sub-hero__content p {
  color: rgba(255, 255, 255, 0.72);
}
.voc-sub-hero--dark .voc-sub-hero__badge {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}
.voc-sub-hero--dark .voc-sub-hero__badge span {
  color: #fff;
}

.voc-chgrid {
  background: linear-gradient(180deg, #fff 2.4%, #f5f3ff 30%, #ece8ff 100%);
  padding: 80px;
  display: flex;
  justify-content: center;
}
.voc-chgrid__inner {
  width: min(1280px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.voc-chgrid__inner .chip {
  align-self: center;
}
.voc-chgrid__inner h2 {
  margin: 0;
  max-width: 826px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  text-align: center;
  color: #000;
}
.voc-chgrid__sub {
  margin: 0 0 40px;
  max-width: 846px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
  text-align: center;
  color: #363435;
}
.voc-chgrid__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.voc-chcard {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  padding: 20px;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.voc-chcard__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: #f4f2ff;
  border: 0.7px solid #fff;
}
.voc-chcard__icon img {
  width: 24px;
  height: 24px;
}
.voc-chcard h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  color: #020617;
}
.voc-chcard p {
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #363435;
}

.voc-sta {
  background: #fff;
  padding: 80px;
  display: flex;
  justify-content: center;
}
.voc-sta__inner {
  width: min(1280px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.voc-sta__inner h2 {
  margin: 0;
  max-width: 826px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  text-align: center;
  color: #000;
}
.voc-sta__sub {
  margin: 0 0 40px;
  max-width: 846px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
  text-align: center;
  color: #6f6f6f;
}
.voc-sta__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.voc-stacard {
  background: #f4f2ff;
  border: 1px solid #f3f4f6;
  border-radius: 18px;
  padding: 32px 28px;
  min-height: 298px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.voc-stacard__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #fff;
}
.voc-stacard__icon img {
  width: 24px;
  height: 24px;
}
.voc-stacard h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.48px;
  color: #000;
}
.voc-stacard p {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #6b6b78;
}

.voc-persona {
  background: #fff;
  padding: 80px;
  display: flex;
  justify-content: center;
}
.voc-persona__inner {
  width: min(1280px, 100%);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.voc-persona__inner h2 {
  margin: 0;
  max-width: 500px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #000;
}
.voc-persona__sub {
  margin: 0 0 48px;
  max-width: 763px;
  font-size: 18px;
  line-height: 28px;
  color: #6f6f6f;
}
.voc-persona__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.voc-persona__cards article {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  box-shadow: 0 4px 11px -1px rgba(10, 10, 10, 0.04);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.voc-persona__text {
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}
.voc-persona__text h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  color: #0a0a0a;
}
.voc-persona__text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #363435;
}
.voc-persona__btn {
  margin-top: auto;
  height: 40px;
  font-size: 14px;
}
.voc-persona__ill {
  position: relative;
  height: 350px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voc-persona__ill-voc {
  width: 267px;
  aspect-ratio: 267/270;
  object-fit: fill;
}
.voc-persona__ill-phone {
  position: absolute;
  width: 494px;
  top: 60px;
  left: -1px;
}
.voc-persona__ill-phone--front {
  left: auto;
  right: -1px;
  top: -1px;
}

.voc-triggers {
  background: #000;
  padding: 80px;
  display: flex;
  justify-content: center;
}
.voc-triggers__inner {
  width: min(1280px, 100%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.voc-triggers__header {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 70px;
}
.voc-triggers__header h2 {
  margin: 0;
  max-width: 572px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.voc-triggers__header p {
  margin: 0;
  max-width: 484px;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}
.voc-triggers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 88px 60px;
}

.voc-trigger {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.voc-trigger__head {
  display: flex;
  align-items: center;
  gap: 24px;
}
.voc-trigger__head img {
  width: 24px;
  height: 24px;
}
.voc-trigger__head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #dbd4ff;
}
.voc-trigger p {
  margin: 0;
  padding-left: 48px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.74);
}

.voc-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.voc-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.25;
  color: #363435;
}
.voc-checklist li img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.voc-freq {
  background: #f9fbfc;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.voc-freq__text {
  max-width: 509px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.voc-freq__text h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #000;
}
.voc-freq__text > p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.4;
  color: #6f6f6f;
}
.voc-freq__media {
  flex-shrink: 0;
  width: min(609px, 46%);
}
.voc-freq__media img {
  display: block;
  width: 100%;
  height: 484px;
  object-fit: cover;
  border-radius: 16px;
}

.voc-buildrow {
  background: #fff;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(60px, 9vw, 172px);
}
.voc-buildrow__text {
  max-width: 499px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.voc-buildrow__text h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -2px;
  color: #000;
}
.voc-buildrow__media {
  flex-shrink: 0;
  width: min(609px, 44%);
}
.voc-buildrow__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px;
}

.voc-cta__big {
  font-size: 64px !important;
}

@media (max-width: 1240px) {
  .voc-chgrid__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .voc-triggers__grid {
    gap: 48px 40px;
  }
  .voc-persona__ill-phone {
    width: 400px;
  }
  .voc-cta__big {
    font-size: 48px !important;
  }
}
@media (max-width: 1024px) {
  .voc-sub-hero__content {
    margin: 40px auto 64px;
    padding: 0 40px;
  }
  .voc-sub-hero__content h1 {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .voc-chgrid, .voc-sta, .voc-persona, .voc-triggers, .voc-freq, .voc-buildrow {
    padding: 56px 40px;
  }
  .voc-chgrid__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .voc-sta__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .voc-triggers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .voc-triggers__header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }
  .voc-persona__cards {
    grid-template-columns: 1fr;
  }
  .voc-freq, .voc-buildrow {
    flex-direction: column;
    align-items: flex-start;
  }
  .voc-freq__media, .voc-buildrow__media {
    width: 100%;
  }
  .voc-buildrow--flip {
    flex-direction: column-reverse;
  }
  .voc-chgrid h2, .voc-sta h2 {
    font-size: 36px;
  }
}
@media (max-width: 720px) {
  .voc-sub-hero__content {
    padding: 0 20px;
    margin: 32px auto 48px;
  }
  .voc-sub-hero__content h1 {
    font-size: 30px;
    letter-spacing: -0.6px;
  }
  .voc-sub-hero__content p {
    font-size: 16px;
  }
  .voc-sub-hero__badge {
    height: auto;
    flex-wrap: wrap;
    padding: 6px 10px;
  }
  .voc-chgrid, .voc-sta, .voc-persona, .voc-triggers, .voc-freq, .voc-buildrow {
    padding: 48px 20px;
  }
  .voc-chgrid__cards, .voc-sta__cards, .voc-triggers__grid {
    grid-template-columns: 1fr;
  }
  .voc-chgrid h2, .voc-sta h2 {
    font-size: 28px;
    letter-spacing: -1px;
  }
  .voc-chcard, .voc-stacard {
    min-height: 0;
  }
  .voc-persona h2, .voc-triggers__header h2 {
    font-size: 28px;
    letter-spacing: -1px;
  }
  .voc-persona__ill-phone {
    width: 300px;
    top: 30px;
  }
  .voc-freq__text h2 {
    font-size: 28px;
    letter-spacing: -1px;
  }
  .voc-freq__media img {
    height: 320px;
  }
  .voc-checklist li {
    font-size: 16px;
  }
  .voc-buildrow__text h2 {
    font-size: 30px;
  }
  .voc-cta__big {
    font-size: 32px !important;
  }
}