@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");

.vp-reseller {
  --vpr-ink: #07111f;
  --vpr-muted: #526073;
  --vpr-line: #e6ebf2;
  --vpr-soft: #f7f9fc;
  --vpr-blue: #0b63ff;
  background: #FBFBFB;
  color: var(--vpr-ink);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vp-reseller,
.vp-reseller * {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.vp-reseller a.vpr-button,
.vp-reseller a.vpr-button:hover,
.vp-reseller a.vpr-button:focus {
  text-decoration: none !important;
}

.vp-reseller a.vpr-button--primary,
.vp-reseller a.vpr-button--primary:hover,
.vp-reseller a.vpr-button--primary:focus,
.vp-reseller a.vpr-button--dark,
.vp-reseller a.vpr-button--dark:hover,
.vp-reseller a.vpr-button--dark:focus {
  color: #fff !important;
}

.vp-reseller * {
  box-sizing: border-box;
}

.vpr-container {
  width: min(100% - 10vw, 1280px);
  margin: 0 auto;
}

.vpr-section {
  padding: clamp(72px, 8vw, 112px) 0;
  background: #FBFBFB;
}

.vpr-section__head {
  margin-bottom: 40px;
}

.vpr-section__head h2,
.vpr-faq h2,
.vpr-cta h2 {
  margin: 0;
  color: var(--vpr-ink);
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 0;
}

.vpr-section__head p,
.vpr-cta p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--vpr-muted);
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
}

.vpr-eyebrow {
  margin: 0 0 10px;
  color: var(--vpr-blue);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.vpr-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.vpr-button--primary {
  background: var(--vpr-blue);
  color: #fff;
}

.vpr-button--dark {
  background: #070707;
  color: #fff;
}

.vpr-hero {
  overflow: hidden;
  padding: 50px 0;
  background: #eef5ff;
}

.vpr-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.vpr-hero__inner h1 {
  margin: 0;
  color: #000;
  font-size: 52px;
  line-height: 67.6px;
  font-weight: 600;
  letter-spacing: 0;
}

.vpr-hero__inner p {
  max-width: 768px;
  margin: 20px 0 0;
  color: var(--vpr-muted);
  font-size: 18px;
  line-height: 29.7px;
  font-weight: 400;
}

.vpr-hero__inner strong {
  margin-top: 20px;
  color: #26364a;
  font-size: 18px;
  line-height: 29.7px;
  font-weight: 700;
}

.vpr-hero__inner .vpr-button {
  margin-top: 20px;
  min-width: 152px;
  background: #375efb;
  font-weight: 600;
}

.vpr-hero__image {
  display: block;
  width: 100vw;
  max-width: none;
  margin-top: 20px;
  border-radius: 0;
}

.vpr-workflow__grid {
  display: grid;
  grid-template-columns: minmax(360px, 2fr) minmax(520px, 3fr);
  gap: 32px;
  align-items: stretch;
}

.vpr-step-list {
  display: grid;
  height: 560px;
  gap: 20px;
  grid-template-rows: repeat(4, 1fr);
}

.vpr-step {
  cursor: pointer;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  min-height: 0;
  align-items: start;
  border: 1px solid var(--vpr-line);
  border-radius: 8px;
  background: #fff;
  padding: 20px 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .03);
  transition: background-color .2s ease, box-shadow .2s ease;
}

.vpr-step.is-active {
  background: #f1f5ff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .06);
}

.vpr-step span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f3ff;
  color: #050505;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.vpr-step.is-active span {
  background: var(--vpr-blue);
  color: #fff;
}

.vpr-step h3 {
  margin: 0;
  color: #050505;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.vpr-step p {
  margin: 10px 0 0;
  color: var(--vpr-muted);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.vpr-step-image {
  overflow: hidden;
  min-height: 560px;
  border-radius: 14px;
  background: #14075a;
}

.vpr-step-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  transition: opacity .18s ease;
}

.vpr-audience__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vpr-audience-card {
  display: flex;
  gap: 12px;
  min-height: 116px;
  align-items: start;
  border: 1px solid var(--vpr-line);
  border-radius: 8px;
  background: #fff;
  padding: 15px;
}

.vpr-icon {
  display: inline-flex;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--vpr-icon);
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.vpr-audience-card > div:last-child {
  min-width: 0;
}

.vpr-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vpr-audience-card h3 {
  margin: 0;
  color: #050505;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.vpr-audience-card p {
  margin: 8px 0 0;
  color: var(--vpr-muted);
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.vpr-benefit__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.vpr-benefit-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--vpr-card);
}

.vpr-benefit-card__copy {
  min-height: 190px;
  padding: 28px 24px;
}

.vpr-benefit-card h3 {
  margin: 0;
  color: #070707;
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
}

.vpr-benefit-card p {
  margin: 18px 0 0;
  color: #101827;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.vpr-benefit-card:first-child h3,
.vpr-benefit-card:first-child p,
.vpr-benefit-card:last-child h3,
.vpr-benefit-card:last-child p {
  color: #fff;
}

.vpr-benefit-card img {
  display: block;
  width: 100%;
  height: 205px;
  object-fit: cover;
}

.vpr-faq__list {
  border-top: 1px solid var(--vpr-line);
}

.vpr-audience,
.vpr-faq,
.vpr-cta {
  background: #FBFBFB;
}

.vpr-audience,
.vpr-faq {
  padding: 0 0 80px;
}

.vpr-faq .vpr-eyebrow {
  margin: 0;
  color: #54575b;
  font-size: 14px;
  line-height: 18.2px;
  font-weight: 400;
}

.vpr-faq h2 {
  font-size: 36px;
  line-height: 46.8px;
}

.vpr-faq-item {
  border-bottom: 1px solid var(--vpr-line);
}

.vpr-faq-item summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  color: #1f2124;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  list-style: none;
}

.vpr-faq-item summary::-webkit-details-marker {
  display: none;
}

.vpr-faq-item summary::after {
  content: "+";
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}

.vpr-faq-item[open] summary::after {
  content: "−";
}

.vpr-faq-item p {
  margin: 0;
  padding: 0 0 22px;
  color: var(--vpr-muted);
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.vpr-cta {
  padding: 0;
}

.vpr-cta__box {
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 24px;
  background: #00008e;
  padding: 0;
  text-align: left;
}

.vpr-cta__copy {
  display: flex;
  width: 50%;
  height: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding: 0 0 0 40px;
}

.vpr-cta__box h2,
.vpr-cta__box p {
  color: #fff;
}

.vpr-cta__media {
  width: 50%;
  height: 500px;
  background: #5466fb;
  padding: 20px;
}

.vpr-cta__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vpr-cta .vpr-button {
  width: 220px;
}

@media (max-width: 1100px) {
  .vpr-workflow__grid {
    grid-template-columns: 1fr;
  }

  .vpr-audience__grid,
  .vpr-benefit__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .vpr-container {
    width: min(100% - 32px, 1280px);
  }

  .vpr-section {
    padding: 64px 0;
  }

  .vpr-hero__inner h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .vpr-section__head h2,
  .vpr-faq h2,
  .vpr-cta h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .vpr-audience__grid,
  .vpr-benefit__grid {
    grid-template-columns: 1fr;
  }

  .vpr-cta__box {
    display: block;
  }

  .vpr-cta__copy,
  .vpr-cta__media {
    width: 100%;
  }

  .vpr-step {
    grid-template-columns: 36px 1fr;
    padding: 18px;
  }

  .vpr-step-image,
  .vpr-step-image img {
    min-height: 360px;
  }
}
