.elementor-96 .elementor-element.elementor-element-32fb7a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-96 .elementor-element.elementor-element-d6e2ee2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-96 .elementor-element.elementor-element-f0e8982{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-96 .elementor-element.elementor-element-c99d06e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-96 .elementor-element.elementor-element-247bf74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}body.elementor-page-96:not(.elementor-motion-effects-element-type-background), body.elementor-page-96 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-d6e2ee2 */.univo-reseller,
.univo-reseller * {
  box-sizing: border-box;
}

.univo-reseller {
  width: 100%;
  max-width: 100%;
  padding: 72px 18px 78px;
  overflow: hidden;
  color: #F7FAFF;
  font-family: "Inter", Arial, sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 213, 138, .12), transparent 34%),
    radial-gradient(circle at 16% 34%, rgba(47, 140, 255, .14), transparent 32%),
    linear-gradient(180deg, #050816 0%, #08111F 56%, #050816 100%);
}

.univo-reseller-intro {
  width: min(100%, 1000px);
  margin: 0 auto 34px;
  text-align: center;
}

.univo-reseller-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(242, 213, 138, .36);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  color: #FFE8A8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.univo-reseller h2 {
  max-width: 980px;
  margin: 0 auto;
  color: #F7FAFF;
  font-family: "Sora", Arial, sans-serif;
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

.univo-reseller-intro p {
  max-width: 840px;
  margin: 20px auto 0;
  color: #B7C4DA;
  font-size: 18px;
  line-height: 1.62;
  font-weight: 500;
}

.univo-reseller-switcher {
  width: min(100%, 820px);
  margin: 0 auto 50px;
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid rgba(53, 214, 255, .22);
  border-radius: 999px;
  background: rgba(8, 17, 31, .82);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .28);
}

.univo-reseller-switcher button {
  min-height: 54px;
  border: 1px solid rgba(183, 196, 218, .12);
  border-radius: 999px;
  padding: 13px 18px;
  background: rgba(255, 255, 255, .045) !important;
  color: #B7C4DA !important;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: .22s ease;
  box-shadow: none !important;
}

.univo-reseller-switcher button:hover {
  color: #F7FAFF !important;
  border-color: rgba(53, 214, 255, .42);
  background: rgba(47, 140, 255, .16) !important;
  box-shadow: 0 0 26px rgba(47, 140, 255, .16) !important;
}

.univo-reseller-switcher button.active {
  color: #F7FAFF !important;
  border-color: rgba(122, 234, 255, .48);
  background: linear-gradient(135deg, #1673F5, #2F8CFF 52%, #35D6FF) !important;
  box-shadow:
    0 14px 32px rgba(47, 140, 255, .24),
    inset 0 1px 0 rgba(255, 255, 255, .24) !important;
}

.univo-reseller-plans {
  width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.univo-reseller-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 650px;
  padding: 34px 24px 24px;
  border: 1px solid rgba(183, 196, 218, .14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 140, 255, .12), transparent 34%),
    linear-gradient(180deg, rgba(11, 22, 40, .96), rgba(5, 8, 22, .98));
  box-shadow: 0 26px 62px rgba(0, 0, 0, .34);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.univo-reseller-card:hover {
  transform: translateY(-4px);
  border-color: rgba(53, 214, 255, .34);
  box-shadow: 0 34px 76px rgba(0, 0, 0, .42);
}

.univo-reseller-card.featured {
  border-color: rgba(242, 213, 138, .58);
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 213, 138, .17), transparent 34%),
    linear-gradient(180deg, #101D33 0%, #08111F 52%, #050816 100%);
}

.univo-pack-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #F2D58A, #FFE8A8);
  color: #08111F;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.univo-reseller-card h3 {
  margin: 0;
  color: #F7FAFF;
  font-family: "Sora", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
}

.univo-pack-type {
  margin: 10px 0 18px;
  color: #F2D58A;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.univo-pack-price {
  color: #F2D58A;
  font-family: "Sora", Arial, sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.univo-pack-credits {
  width: fit-content;
  margin: 18px auto 28px;
  padding: 8px 14px;
  border: 1px solid rgba(242, 213, 138, .34);
  border-radius: 999px;
  background: rgba(242, 213, 138, .08);
  color: #FFE8A8;
  font-size: 13px;
  font-weight: 900;
}

.univo-pack-features {
  display: grid;
  gap: 0;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.univo-pack-features li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid rgba(183, 196, 218, .10);
  color: #B7C4DA;
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 700;
}

.univo-pack-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 12px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 213, 138, .55);
  border-radius: 50%;
  color: #F2D58A;
  font-size: 10px;
  font-weight: 900;
}

.univo-pack-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: auto;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1673F5, #2F8CFF 52%, #35D6FF);
  color: #F7FAFF !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(47, 140, 255, .24);
  transition: transform .22s ease, box-shadow .22s ease;
}

.univo-pack-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(53, 214, 255, .28);
}

@media (max-width: 1024px) {
  .univo-reseller-plans {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .univo-reseller-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .univo-reseller {
    padding: 54px 14px 62px;
  }

  .univo-reseller h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .univo-reseller-intro p {
    font-size: 16px;
  }

  .univo-reseller-switcher {
    grid-template-columns: 1fr;
    border-radius: 24px;
    margin-bottom: 40px;
  }

  .univo-reseller-card:hover {
    transform: none;
  }

  .univo-pack-price {
    font-size: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .univo-reseller-card,
  .univo-pack-cta,
  .univo-reseller-switcher button {
    transition: none;
  }

  .univo-reseller-card:hover,
  .univo-pack-cta:hover {
    transform: none;
  }
}/* End custom CSS */