.vv-license-prototype {
  --vv-ink: #17131f;
  --vv-muted: #666173;
  --vv-purple: #7139e8;
  --vv-purple-dark: #5823ca;
  --vv-lilac: #f7f4ff;
  --vv-line: #e8e2f1;
  --vv-soft: #fbfaff;
  background: #fff;
  color: var(--vv-ink);
  padding: 118px 0 112px !important;
}

.vv-license-prototype .et_pb_row {
  width: min(1120px, calc(100% - 48px));
  max-width: 1120px;
  padding: 0;
}

.vv-license-prototype h1,
.vv-license-prototype h2,
.vv-license-prototype h3,
.vv-license-prototype p,
.vv-license-prototype li,
.vv-license-prototype a {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vv-license-prototype h1 {
  max-width: 830px;
  margin: 16px auto 24px;
  color: var(--vv-ink);
  font-size: clamp(48px, 6.1vw, 82px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-align: center;
}

.vv-license-prototype h2 {
  margin: 0 0 18px;
  color: var(--vv-ink);
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.vv-license-prototype h3 {
  margin: 0 0 12px;
  color: var(--vv-ink);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.vv-license-prototype p,
.vv-license-prototype li {
  color: var(--vv-muted);
  font-size: 17px;
  line-height: 1.7;
}

.vv-license-prototype .vv-eyebrow {
  margin: 0;
  color: var(--vv-purple);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.vv-license-prototype .vv-hero-copy {
  max-width: 750px;
  margin: 0 auto;
  color: var(--vv-muted);
  font-size: 20px;
  line-height: 1.55;
  text-align: center;
}

.vv-license-prototype .vv-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
}

.vv-license-prototype .vv-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--vv-line);
  border-radius: 12px;
  padding: 0 24px;
  color: var(--vv-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.vv-license-prototype .vv-btn:hover,
.vv-license-prototype .vv-btn:focus-visible {
  border-color: #d2c6e9;
  background: var(--vv-lilac);
  color: var(--vv-purple-dark);
  transform: translateY(-1px);
}

.vv-license-prototype .vv-btn-primary {
  border-color: var(--vv-purple);
  background: var(--vv-purple);
  color: #fff;
  box-shadow: 0 10px 28px rgba(113, 57, 232, 0.18);
}

.vv-license-prototype .vv-btn-primary:hover,
.vv-license-prototype .vv-btn-primary:focus-visible {
  border-color: var(--vv-purple-dark);
  background: var(--vv-purple-dark);
  color: #fff;
}

.vv-license-hero {
  padding: 0 0 94px !important;
}

.vv-license-usage {
  padding: 0 0 100px !important;
}

.vv-usage-heading {
  max-width: 760px;
  margin: 0 0 34px;
}

.vv-usage-heading p {
  max-width: 680px;
  margin: 0;
}

.vv-usage-split {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--vv-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(47, 25, 85, 0.06);
}

.vv-usage-split > .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

.vv-usage-side {
  padding: 42px 44px 36px;
}

.vv-usage-quoted {
  border-left: 1px solid var(--vv-line);
  background: var(--vv-soft);
}

.vv-license-prototype .vv-usage-label {
  margin: 0 0 10px;
  color: var(--vv-purple);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.vv-license-prototype .vv-usage-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.vv-license-prototype .vv-usage-list li {
  position: relative;
  margin: 0;
  padding: 11px 0 11px 26px;
  border-top: 1px solid rgba(232, 226, 241, 0.8);
  font-size: 16px;
  line-height: 1.45;
}

.vv-license-prototype .vv-usage-list li::before {
  position: absolute;
  top: 16px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--vv-purple);
  content: "";
}

.vv-license-prototype .vv-definition {
  margin: 18px 0 0;
  color: #7b7487;
  font-size: 13px;
  line-height: 1.55;
}

.vv-license-human {
  padding: 82px 0 60px !important;
  background: var(--vv-soft);
}

.vv-human-intro {
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: end;
  gap: 80px;
}

.vv-human-intro > .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

.vv-human-intro .vv-human-copy p {
  margin: 0;
}

.vv-human-features {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 52px;
  border-top: 1px solid var(--vv-line);
  border-bottom: 1px solid var(--vv-line);
}

.vv-human-features > .et_pb_column {
  width: auto !important;
  margin: 0 !important;
  padding: 30px 34px 28px 0;
}

.vv-human-features > .et_pb_column + .et_pb_column {
  border-left: 1px solid var(--vv-line);
  padding-left: 34px;
}

.vv-human-features p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.vv-human-link {
  margin-top: 18px;
}

.vv-human-link a,
.vv-license-prototype .vv-inline-link {
  color: var(--vv-purple);
  font-weight: 700;
  text-decoration: none;
}

.vv-human-link a:hover,
.vv-human-link a:focus-visible,
.vv-license-prototype .vv-inline-link:hover,
.vv-license-prototype .vv-inline-link:focus-visible {
  color: var(--vv-purple-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.vv-delivery-strip {
  padding: 24px 0 !important;
  background: #fff;
}

.vv-delivery-strip .et_pb_row {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--vv-line);
  border-bottom: 1px solid var(--vv-line);
  padding: 12px 18px;
}

.vv-delivery-strip p {
  margin: 0;
  color: var(--vv-muted);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.45;
  text-align: center;
}

.vv-delivery-phrase {
  white-space: nowrap;
}

.vv-license-policies {
  padding: 104px 0 92px !important;
}

.vv-policy-heading {
  max-width: 720px;
  margin-bottom: 40px;
}

.vv-policy-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.vv-policy-grid > .et_pb_column {
  width: auto !important;
  margin: 0 !important;
  border-top: 1px solid var(--vv-line);
  padding-top: 28px;
}

.vv-policy-grid p {
  margin: 0;
}

.vv-license-faq {
  padding: 94px 0 !important;
  background: var(--vv-soft);
}

.vv-faq-heading {
  max-width: 680px;
  margin-bottom: 30px;
}

.vv-heading-gap {
  margin-left: 0.32em;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.vv-license-prototype .vv-faq-item {
  margin: 0;
  border: 0;
  border-top: 1px solid var(--vv-line);
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.vv-license-prototype .vv-faq-item:last-child {
  border-bottom: 1px solid var(--vv-line);
}

.vv-license-prototype .vv-faq-item .et_pb_toggle_title {
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 20px 54px 20px 0;
  color: var(--vv-ink);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.vv-license-prototype .vv-faq-item .et_pb_toggle_title::before {
  right: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #4e465b;
  font-size: 18px;
  transition: background-color 160ms ease, color 160ms ease;
}

.vv-license-prototype .vv-faq-item .et_pb_toggle_title:hover::before,
.vv-license-prototype .vv-faq-item .et_pb_toggle_title:focus-visible::before,
.vv-license-prototype .vv-faq-item.et_pb_toggle_open .et_pb_toggle_title::before {
  background: #eee8fb;
  color: var(--vv-purple-dark);
}

.vv-license-prototype .vv-faq-item .et_pb_toggle_content {
  max-width: 840px;
  padding: 0 48px 26px 0;
}

.vv-license-prototype .vv-faq-item .et_pb_toggle_content p,
.vv-license-prototype .vv-faq-item .et_pb_toggle_content li {
  font-size: 16px;
  line-height: 1.65;
}

.vv-license-final {
  padding: 100px 0 !important;
}

.vv-final-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.vv-final-inner h2 {
  margin-bottom: 16px;
}

.vv-final-inner p {
  max-width: 650px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .vv-license-prototype {
    padding-top: 86px !important;
  }

  .vv-license-prototype .et_pb_row {
    width: min(100% - 40px, 860px);
  }

  .vv-human-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .vv-human-features > .et_pb_column {
    padding: 24px 0 !important;
    border-left: 0 !important;
  }

  .vv-human-features > .et_pb_column + .et_pb_column {
    border-top: 1px solid var(--vv-line);
  }
}

@media (max-width: 767px) {
  .vv-license-prototype {
    padding: 64px 0 72px !important;
  }

  .vv-license-prototype .et_pb_row {
    width: calc(100% - 32px);
  }

  .vv-license-prototype h1 {
    margin-top: 12px;
    font-size: clamp(42px, 13vw, 58px);
  }

  .vv-license-prototype h2 {
    font-size: 34px;
  }

  .vv-license-prototype .vv-hero-copy {
    font-size: 17px;
  }

  .vv-license-prototype .vv-actions {
    flex-direction: column;
  }

  .vv-license-prototype .vv-btn {
    width: 100%;
  }

  .vv-license-hero {
    padding-bottom: 52px !important;
  }

  .vv-license-usage,
  .vv-license-policies {
    padding-bottom: 58px !important;
  }

  .vv-usage-split,
  .vv-policy-grid {
    grid-template-columns: 1fr;
  }

  .vv-usage-side {
    padding: 30px 26px 26px;
  }

  .vv-usage-quoted {
    border-top: 1px solid var(--vv-line);
    border-left: 0;
  }

  .vv-license-human,
  .vv-license-faq {
    padding: 58px 0 !important;
  }

  .vv-delivery-strip {
    padding: 18px 0 !important;
  }

  .vv-delivery-strip .et_pb_row {
    min-height: 62px;
    padding: 12px 14px;
  }

  .vv-delivery-strip p {
    font-size: 14px;
  }

  .vv-license-final {
    padding: 62px 0 !important;
  }

  .vv-license-prototype-page .vv-global-footer {
    padding-top: 46px !important;
    padding-bottom: 32px !important;
  }

  body.vv-license-prototype-page:not(.wp-admin) .et-l--footer .vv-global-footer__top.et_pb_row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 22px !important;
  }

  body.vv-license-prototype-page:not(.wp-admin) .et-l--footer .vv-global-footer__top > .et_pb_column {
    width: auto !important;
    margin: 0 !important;
  }

  body.vv-license-prototype-page:not(.wp-admin) .et-l--footer .vv-global-footer__top > .vv-global-footer__brand-block {
    grid-column: 1 / -1;
  }

  .vv-license-prototype-page .vv-global-footer__lede {
    max-width: 340px;
  }

  .vv-license-prototype-page .vv-global-footer__links li,
  .vv-license-prototype-page .vv-global-footer__contact {
    margin-bottom: 8px !important;
  }

  .vv-license-prototype-page .vv-global-footer__bottom {
    margin-top: 32px !important;
    padding-top: 22px !important;
  }
}
