.vc-modern {
  --vc-ink: #0a1024;
  --vc-ink-soft: #263552;
  --vc-muted: #5d6b83;
  --vc-blue: #1769ff;
  --vc-blue-dark: #0d55d7;
  --vc-blue-soft: #edf4ff;
  --vc-cyan: #08aabd;
  --vc-cyan-soft: #eafafc;
  --vc-paper: #f6f8fc;
  --vc-line: #dbe3ef;
  --vc-white: #ffffff;
  --vc-shadow: 0 18px 45px rgba(8, 20, 47, 0.08);
  --umx-primary: var(--vc-blue);
  overflow: hidden;
  color: var(--vc-ink);
  background: var(--vc-white);
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.vc-modern,
.vc-modern * {
  box-sizing: border-box;
}

.vc-modern h1,
.vc-modern h2,
.vc-modern h3,
.vc-modern p {
  margin-top: 0;
}

.vc-modern h1,
.vc-modern h2,
.vc-modern h3 {
  color: var(--vc-ink);
  font-family: inherit;
}

.vc-modern p {
  color: var(--vc-muted);
}

.vc-modern a {
  text-decoration: none;
}

.vc-shell {
  width: min(1240px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.vc-eyebrow,
.vc-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--vc-blue-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.vc-eyebrow {
  min-height: 36px;
  margin-bottom: 24px;
  padding: 8px 13px;
  border: 1px solid #d5dfed;
  border-radius: 12px;
  background: var(--vc-white);
  box-shadow: 0 7px 20px rgba(8, 20, 47, 0.04);
}

.vc-eyebrow svg,
.vc-section__eyebrow svg {
  width: 18px;
  height: 18px;
  color: var(--vc-blue);
}

.vc-hero {
  position: relative;
  padding: 148px 0 88px;
  overflow: hidden;
  border-bottom: 1px solid var(--vc-line);
  background: var(--vc-paper);
}

.vc-hero::before,
.vc-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.vc-hero::before {
  top: 118px;
  left: 5vw;
  width: 104px;
  height: 104px;
  border: 1px solid #d8e3f4;
  border-radius: 28px;
  opacity: 0.65;
  transform: rotate(18deg);
}

.vc-hero::after {
  right: 5vw;
  bottom: 70px;
  width: 76px;
  height: 76px;
  border: 1px solid #cae5ec;
  border-radius: 50%;
  opacity: 0.75;
}

.vc-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(520px, 1.06fr);
  gap: 66px;
  align-items: center;
}

.vc-hero__copy {
  min-width: 0;
}

.vc-hero h1 {
  max-width: 650px;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 3.8vw, 4rem);
  font-weight: 950;
  letter-spacing: -0.048em;
  line-height: 1.02;
}

.vc-hero h1 span {
  color: var(--vc-blue);
}

.vc-hero__lead {
  max-width: 650px;
  margin-bottom: 12px;
  color: var(--vc-ink-soft) !important;
  font-size: 1.06rem;
  line-height: 1.62;
}

.vc-hero__note {
  max-width: 620px;
  margin-bottom: 26px;
  color: #66758d !important;
  font-size: 0.9rem;
  line-height: 1.55;
}

.vc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease,
    transform 0.2s ease;
}

.vc-button svg {
  width: 18px;
  height: 18px;
}

.vc-button:hover {
  transform: translateY(-2px);
}

.vc-button--primary {
  color: var(--vc-white) !important;
  background: var(--vc-blue);
  box-shadow: 0 12px 25px rgba(23, 105, 255, 0.22);
}

.vc-button--primary:hover {
  color: var(--vc-white) !important;
  background: var(--vc-blue-dark);
}

.vc-button--secondary {
  border-color: #cad5e4;
  color: var(--vc-ink) !important;
  background: var(--vc-white);
}

.vc-button--secondary:hover {
  border-color: var(--vc-blue);
  color: var(--vc-blue) !important;
}

.vc-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.vc-hero__proof li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #4f607b;
  font-size: 11.5px;
  font-weight: 800;
}

.vc-hero__proof svg {
  width: 15px;
  height: 15px;
  color: var(--vc-blue);
}

.vc-hero-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #cbd8e9;
  border-radius: 22px;
  background: var(--vc-white);
  box-shadow: var(--vc-shadow);
}

.vc-hero-card__bar,
.vc-hero-card__foot {
  display: flex;
  align-items: center;
}

.vc-hero-card__bar {
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--vc-line);
}

.vc-hero-card__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vc-ink);
  font-size: 12px;
  font-weight: 900;
}

.vc-hero-card__brand svg {
  width: 18px;
  height: 18px;
  color: var(--vc-blue);
}

.vc-chip {
  padding: 6px 10px;
  border-radius: 8px;
  color: var(--vc-blue-dark);
  background: var(--vc-blue-soft);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vc-identity {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  margin: 18px;
  padding: 18px;
  border: 1px solid #cfdaea;
  border-radius: 16px;
  background: #f7f9fd;
}

.vc-identity__icon,
.vc-voice-icon,
.vc-usecase-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--vc-blue);
  background: var(--vc-blue-soft);
}

.vc-identity__icon {
  width: 56px;
  height: 56px;
  border: 1px solid #c5d8ff;
  border-radius: 15px;
}

.vc-identity__icon svg {
  width: 30px;
  height: 30px;
}

.vc-identity small,
.vc-identity strong,
.vc-identity em {
  display: block;
}

.vc-identity small {
  margin-bottom: 3px;
  color: #72819a;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vc-identity strong {
  color: var(--vc-ink);
  font-size: 19px;
  font-weight: 950;
}

.vc-identity em {
  margin-top: 2px;
  color: #60708a;
  font-size: 11px;
  font-style: normal;
}

.vc-identity > b {
  padding: 7px 10px;
  border: 1px solid #c8d9f7;
  border-radius: 999px;
  color: var(--vc-blue-dark);
  background: var(--vc-white);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vc-hero-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 0 18px 18px;
}

.vc-hero-compare article {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--vc-line);
  border-radius: 14px;
}

.vc-hero-compare article > div {
  min-width: 0;
}

.vc-hero-compare span,
.vc-hero-compare strong {
  display: block;
}

.vc-hero-compare article span {
  margin-bottom: 3px;
  color: #73819a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vc-hero-compare article strong {
  overflow: hidden;
  color: var(--vc-ink);
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vc-compare-arrow {
  color: var(--vc-blue);
  font-size: 22px;
  font-weight: 900;
}

.vc-compact-play,
.vc-player button {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 0;
  cursor: pointer;
  color: var(--vc-white);
  background: var(--vc-blue);
  box-shadow: 0 10px 22px rgba(23, 105, 255, 0.22);
}

.vc-compact-play {
  width: 46px;
  height: 46px;
  border-radius: 13px;
}

.vc-compact-play svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.vc-icon-pause {
  display: none;
}

.is-playing .vc-icon-play {
  display: none;
}

.is-playing .vc-icon-pause {
  display: block;
}

.vc-hero-card__foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 48px;
  border-top: 1px solid var(--vc-line);
  background: #f7f9fd;
}

.vc-hero-card__foot span {
  padding: 14px 10px;
  color: #5c6c84;
  font-size: 9.5px;
  font-weight: 800;
  text-align: center;
}

.vc-hero-card__foot span + span {
  border-left: 1px solid var(--vc-line);
}

.vc-trust {
  padding: 22px 0;
  border-bottom: 1px solid var(--vc-line);
  background: var(--vc-white);
}

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

.vc-trust article {
  padding: 11px 25px;
  border-right: 1px solid var(--vc-line);
}

.vc-trust article:first-child {
  padding-left: 0;
}

.vc-trust article:last-child {
  padding-right: 0;
  border-right: 0;
}

.vc-trust strong,
.vc-trust span {
  display: block;
}

.vc-trust strong {
  color: var(--vc-blue);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1;
}

.vc-trust span {
  margin-top: 5px;
  color: #617089;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.45;
}

.vc-section {
  position: relative;
  padding: 96px 0;
}

.vc-section--paper {
  border-bottom: 1px solid var(--vc-line);
  background: var(--vc-paper);
}

.vc-section--white {
  border-bottom: 1px solid var(--vc-line);
  background: var(--vc-white);
}

.vc-section__heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.vc-section__heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 70px;
  align-items: end;
  max-width: none;
}

.vc-section__heading h2,
.vc-consent h2,
.vc-final h2 {
  margin: 15px 0 14px;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  font-weight: 950;
  letter-spacing: -0.052em;
  line-height: 1.03;
}

.vc-section__heading p,
.vc-consent > div > p,
.vc-final p {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 1.02rem;
  line-height: 1.65;
}

.vc-stat-card {
  padding: 24px 26px;
  border: 1px solid #c8daf8;
  border-radius: 17px;
  background: var(--vc-blue-soft);
}

.vc-stat-card strong,
.vc-stat-card span {
  display: block;
}

.vc-stat-card strong {
  color: var(--vc-blue);
  font-size: 31px;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.vc-stat-card span {
  margin-top: 3px;
  color: #53627a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vc-answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 24px;
  padding: 17px 20px;
  border-left: 3px solid var(--vc-blue);
  border-radius: 0 13px 13px 0;
  background: #edf3fc;
}

.vc-answer svg {
  width: 19px;
  height: 19px;
  margin-top: 2px;
  color: var(--vc-blue);
}

.vc-answer p {
  margin: 0;
  color: #465772;
  font-size: 13px;
  line-height: 1.55;
}

.vc-answer strong {
  color: var(--vc-ink);
}

.vc-demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vc-audio-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--vc-line);
  border-radius: 18px;
  background: var(--vc-white);
  box-shadow: 0 10px 28px rgba(8, 20, 47, 0.045);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vc-audio-card:hover,
.vc-audio-card.is-playing {
  border-color: #9dbcff;
  box-shadow: 0 16px 34px rgba(23, 105, 255, 0.1);
  transform: translateY(-2px);
}

.vc-audio-card--original {
  border-color: #afd4dd;
  background: #fbfeff;
}

.vc-audio-card__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 11px;
  align-items: center;
}

.vc-voice-icon {
  width: 45px;
  height: 45px;
  border: 1px solid #c9dcff;
  border-radius: 13px;
}

.vc-voice-icon svg {
  width: 25px;
  height: 25px;
}

.vc-audio-card__top strong,
.vc-audio-card__top small {
  display: block;
}

.vc-audio-card__top strong {
  color: var(--vc-ink);
  font-size: 13px;
  font-weight: 950;
}

.vc-audio-card__top small {
  margin-top: 2px;
  color: #75839a;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.vc-audio-card__top > b {
  padding: 6px 9px;
  border: 1px solid #cbdcff;
  border-radius: 999px;
  color: var(--vc-blue-dark);
  background: var(--vc-blue-soft);
  font-size: 8.5px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vc-audio-card--original .vc-audio-card__top > b {
  border-color: #c4e2e8;
  color: #08798a;
  background: var(--vc-cyan-soft);
}

.vc-audio-card h3 {
  margin: 20px 0 8px;
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.vc-audio-card > p {
  min-height: 66px;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.55;
}

.vc-player {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #e4eaf3;
}

.vc-player button {
  width: 50px;
  height: 50px;
  border-radius: 14px;
}

.vc-player button svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.vc-wave-track {
  position: relative;
  display: block;
  height: 25px;
  overflow: hidden;
  background: repeating-linear-gradient(
    90deg,
    #dbe3ef 0 3px,
    transparent 3px 7px
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0,
    #000 20%,
    #000 80%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0,
    #000 20%,
    #000 80%,
    transparent 100%
  );
}

.vc-wave-track i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--vc-progress, 0%);
  background: repeating-linear-gradient(
    90deg,
    var(--vc-blue) 0 3px,
    transparent 3px 7px
  );
  transition: width 0.1s linear;
}

.vc-player time {
  color: #53627b;
  font-size: 10px;
  font-weight: 900;
}

.vc-section__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--vc-line);
}

.vc-section__cta p {
  margin: 0;
  color: #63728a;
  font-size: 12.5px;
  line-height: 1.55;
}

.vc-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vc-steps article {
  overflow: hidden;
  border: 1px solid var(--vc-line);
  border-radius: 19px;
  background: var(--vc-white);
  box-shadow: 0 12px 30px rgba(8, 20, 47, 0.05);
}

.vc-step__media {
  display: grid;
  place-items: center;
  height: 235px;
  padding: 18px;
  overflow: hidden;
  border-bottom: 1px solid var(--vc-line);
  background: #f3f6fb;
}

.vc-step-symbol {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #d4dfed;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(8, 20, 47, 0.07);
}

.vc-step-symbol svg {
  display: block;
  width: 100%;
  height: 100%;
}

.vc-symbol-panel {
  fill: #f7f9fd;
  stroke: #dbe3ef;
  stroke-width: 1.5;
}

.vc-symbol-halo,
.vc-symbol-core-inner,
.vc-symbol-globe-halo {
  fill: #edf4ff;
}

.vc-symbol-primary,
.vc-symbol-core,
.vc-symbol-badge {
  fill: #1769ff;
}

.vc-symbol-line,
.vc-symbol-wave,
.vc-symbol-badge-line,
.vc-symbol-connector,
.vc-symbol-node-line,
.vc-symbol-voice,
.vc-symbol-lock,
.vc-symbol-globe-line,
.vc-symbol-global-wave,
.vc-symbol-orbit,
.vc-symbol-orbit-arrow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vc-symbol-line,
.vc-symbol-wave,
.vc-symbol-connector,
.vc-symbol-globe-line,
.vc-symbol-orbit,
.vc-symbol-orbit-arrow {
  stroke: #1769ff;
  stroke-width: 3;
}

.vc-symbol-line--heavy {
  stroke-width: 4;
}

.vc-symbol-badge-line,
.vc-symbol-voice {
  stroke: #ffffff;
  stroke-width: 3;
}

.vc-symbol-node {
  fill: #ffffff;
  stroke: #bed2f7;
  stroke-width: 2;
}

.vc-symbol-node-line {
  stroke: #1769ff;
  stroke-width: 2.5;
}

.vc-symbol-core-inner {
  stroke: rgba(255, 255, 255, 0.55);
  stroke-width: 2;
  fill: rgba(255, 255, 255, 0.14);
}

.vc-symbol-lock {
  fill: #ffffff;
  stroke: #1769ff;
  stroke-width: 2.5;
}

.vc-symbol-globe {
  fill: #ffffff;
  stroke: #1769ff;
  stroke-width: 3;
}

.vc-symbol-globe-line {
  stroke-width: 2;
  opacity: 0.65;
}

.vc-symbol-global-wave {
  stroke: #08aabd;
  stroke-width: 4;
}

.vc-symbol-orbit {
  stroke: #87aef5;
  stroke-width: 2;
  stroke-dasharray: 5 7;
}

.vc-symbol-orbit-arrow {
  stroke: #87aef5;
  stroke-width: 2;
}

.vc-symbol-language rect {
  fill: #ffffff;
  stroke: #bad0f8;
  stroke-width: 2;
}

.vc-symbol-language text {
  fill: #0d55d7;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-anchor: middle;
}

.vc-steps article > span,
.vc-steps article > h3,
.vc-steps article > p {
  margin-right: 22px;
  margin-left: 22px;
}

.vc-steps article > span {
  display: block;
  margin-top: 21px;
  color: var(--vc-blue);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vc-steps h3 {
  margin-top: 7px;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.vc-steps p {
  margin-bottom: 22px;
  font-size: 12.5px;
  line-height: 1.58;
}

.vc-usecases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vc-usecases > a {
  display: block;
  min-height: 270px;
  padding: 24px;
  border: 1px solid var(--vc-line);
  border-radius: 18px;
  color: var(--vc-ink);
  background: var(--vc-white);
  box-shadow: 0 10px 28px rgba(8, 20, 47, 0.045);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vc-usecases > a:hover {
  border-color: #a7c4ff;
  box-shadow: 0 16px 34px rgba(23, 105, 255, 0.09);
  transform: translateY(-3px);
}

.vc-usecase-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.vc-usecase-icon svg {
  width: 24px;
  height: 24px;
}

.vc-usecases small {
  display: block;
  margin-top: 18px;
  color: var(--vc-blue);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vc-usecases h3 {
  margin: 7px 0 8px;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.vc-usecases p {
  min-height: 62px;
  margin-bottom: 17px;
  font-size: 12.5px;
  line-height: 1.58;
}

.vc-usecases a > b {
  color: var(--vc-blue);
  font-size: 11.5px;
  font-weight: 900;
}

.vc-consent {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 70px;
  align-items: start;
}

.vc-consent__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.vc-consent__cards article {
  min-height: 210px;
  padding: 21px;
  border: 1px solid var(--vc-line);
  border-radius: 17px;
  background: #fafbfe;
}

.vc-consent__cards > article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: var(--vc-blue);
  background: var(--vc-blue-soft);
}

.vc-consent__cards > article > span svg {
  width: 22px;
  height: 22px;
}

.vc-consent__cards h3 {
  margin: 18px 0 8px;
  font-size: 16px;
  font-weight: 950;
}

.vc-consent__cards p {
  margin-bottom: 0;
  font-size: 11.5px;
  line-height: 1.58;
}

.vc-related {
  padding: 90px 0;
  border-bottom: 1px solid var(--vc-line);
  background: var(--vc-paper);
}

.vc-related .vc-section__heading {
  margin-bottom: 34px;
}

.vc-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.vc-related__grid a {
  display: block;
  min-height: 135px;
  padding: 21px;
  border: 1px solid var(--vc-line);
  border-radius: 16px;
  color: var(--vc-ink);
  background: var(--vc-white);
}

.vc-related__grid a:hover {
  border-color: #9dbfff;
}

.vc-related__grid strong,
.vc-related__grid span {
  display: block;
}

.vc-related__grid strong {
  font-size: 14px;
  font-weight: 950;
}

.vc-related__grid span {
  margin-top: 7px;
  color: #66758c;
  font-size: 11.5px;
  line-height: 1.55;
}

.vc-final {
  padding: 100px 0 110px;
  background: #edf4ff;
}

.vc-final__inner {
  max-width: 900px;
  text-align: center;
}

.vc-final .vc-section__eyebrow {
  justify-content: center;
}

.vc-final h2 {
  margin-top: 17px;
}

.vc-final p {
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
}

.vc-final .vc-button {
  min-width: 230px;
}

.vc-modern button:focus-visible,
.vc-modern a:focus-visible {
  outline: 3px solid rgba(23, 105, 255, 0.32);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .vc-hero__grid,
  .vc-consent {
    grid-template-columns: 1fr;
  }

  .vc-hero__copy {
    max-width: 760px;
  }

  .vc-hero-card {
    width: 100%;
    max-width: 840px;
  }

  .vc-section__heading--split {
    grid-template-columns: 1fr 220px;
    gap: 40px;
  }

  .vc-consent {
    gap: 38px;
  }

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

@media (max-width: 820px) {
  .vc-shell {
    width: min(100% - 36px, 1240px);
  }

  .vc-demo-grid,
  .vc-steps,
  .vc-usecases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vc-section__heading--split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vc-stat-card {
    max-width: 270px;
  }

  .vc-consent__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 620px) {
  .vc-shell {
    width: min(100% - 30px, 1240px);
  }

  .vc-hero {
    padding: 118px 0 68px;
  }

  .vc-hero::before,
  .vc-hero::after {
    display: none;
  }

  .vc-hero__grid {
    gap: 44px;
  }

  .vc-hero h1 {
    font-size: clamp(1.8rem, 8.4vw, 3.4rem);
  }

  .vc-hero__lead {
    font-size: 0.98rem;
  }

  .vc-actions {
    display: grid;
  }

  .vc-button {
    width: 100%;
  }

  .vc-hero__proof {
    display: grid;
  }

  .vc-identity {
    grid-template-columns: auto 1fr;
    margin: 14px;
    padding: 14px;
  }

  .vc-identity > b {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .vc-hero-compare {
    grid-template-columns: 1fr;
    padding: 0 14px 14px;
  }

  .vc-compare-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .vc-hero-card__foot {
    grid-template-columns: 1fr;
  }

  .vc-hero-card__foot span + span {
    border-top: 1px solid var(--vc-line);
    border-left: 0;
  }

  .vc-trust__grid,
  .vc-demo-grid,
  .vc-steps,
  .vc-usecases,
  .vc-consent__cards,
  .vc-related__grid {
    grid-template-columns: 1fr;
  }

  .vc-trust article,
  .vc-trust article:first-child,
  .vc-trust article:last-child {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--vc-line);
  }

  .vc-trust article:last-child {
    border-bottom: 0;
  }

  .vc-section {
    padding: 72px 0;
  }

  .vc-section__heading {
    margin-bottom: 32px;
  }

  .vc-section__heading h2,
  .vc-consent h2,
  .vc-final h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .vc-answer {
    grid-template-columns: 1fr;
  }

  .vc-audio-card > p {
    min-height: 0;
  }

  .vc-section__cta {
    align-items: stretch;
    flex-direction: column;
  }

  .vc-step__media {
    height: 210px;
  }

  .vc-related {
    padding: 72px 0;
  }

  .vc-final {
    padding: 80px 0 90px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vc-modern *,
  .vc-modern *::before,
  .vc-modern *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

}
