.plans.theme-3 {
  background-color: #050506;
}

.plans.theme-3 .title-plan {
  padding-top: 58px;
}

.plans.theme-3 .title-plan strong {
  color: #f5f5f6;
  font-size: 26px;
}

.plans.theme-3 .title-plan span {
  color: #9b9ba2;
  display: block;
  margin-top: 4px;
}

.plans.theme-3 .plan-box {
  gap: 22px;
  min-height: 0;
  overflow: visible;
  padding: 38px 24px 80px;
}

.plans.theme-3 .plan-card {
  flex: 0 0 310px;
  text-align: left;
}

.plans.theme-3 .plan-card .inner {
  background:
    radial-gradient(85% 34% at 50% 0, rgba(255, 255, 255, .055), transparent 72%),
    linear-gradient(160deg, rgba(255, 255, 255, .045) 0, transparent 30%),
    linear-gradient(180deg, #09090a 0, #070808 64%, rgba(171, 255, 25, .21) 100%);
  border: 1px solid #30332f;
  border-radius: 26px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), inset 0 -24px 70px rgba(145, 220, 24, .06);
  box-sizing: border-box;
  margin: 0;
  max-width: none;
  min-height: 650px;
  min-width: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plans.theme-3 .plan-card .inner::before {
  background: linear-gradient(145deg, rgba(255, 255, 255, .075), transparent 36%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity .25s ease;
  z-index: 0;
}

.plans.theme-3 .plan-card .inner::after {
  background: radial-gradient(120% 34% at 50% 108%, rgba(174, 255, 23, .17), transparent 72%);
  bottom: 0;
  content: "";
  height: 230px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transition: opacity .25s ease;
  z-index: 0;
}

.plans.theme-3 .plan-card.hover .inner {
  border: 2px solid #b8ff24;
  box-shadow: 0 0 0 1px rgba(184, 255, 36, .18), 0 0 28px rgba(184, 255, 36, .12), 0 16px 46px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.plans.theme-3 .plan-card.hover .inner::before {
  opacity: 1;
}

.plans.theme-3 .plan-card.hover .inner::after {
  background: radial-gradient(120% 38% at 50% 108%, rgba(174, 255, 23, .27), transparent 74%);
}

.plans.theme-3 .plan-card .bd {
  box-sizing: border-box;
  color: #f1f1f2;
  display: flex;
  flex-direction: column;
  min-height: 648px;
  padding: 28px 24px 24px;
  position: relative;
  text-align: left;
  z-index: 1;
}

.plans.theme-3 .plan-card .plan-name {
  color: #f4f4f5;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  order: 1;
  padding: 0 0 30px;
}

.plans.theme-3 .plan-card .plan-gf {
  display: none;
}

.plans.theme-3 .plan-card .price-box {
  align-items: flex-start;
  display: flex;
  min-height: 86px;
  order: 2;
}

.plans.theme-3 .plan-card .price {
  color: #f7f7f8;
  font-size: 58px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  order: 1;
  padding: 0;
}

.plans.theme-3 .plan-card .price em {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  margin-right: 2px;
}

.plans.theme-3 .plan-card .price strong {
  font-weight: 500;
}

.plans.theme-3 .plan-card .price-o {
  color: #727278;
  font-size: 17px;
  line-height: 24px;
  margin-left: 12px;
  margin-top: 8px;
  order: 2;
  padding: 0;
  text-decoration: line-through;
}

.plans.theme-3 .plan-card .price-o em {
  font-size: 14px;
  font-style: normal;
}

.plans.theme-3 .plan-card .btns {
  order: 3;
  padding: 20px 0 32px;
}

.plans.theme-3 .plan-card .wb-btn {
  background: #d3d3d5;
  border: 1px solid #d3d3d5;
  border-radius: 3px;
  color: #0a0a0b;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 46px;
  text-align: center;
  width: 100%;
}

.plans.theme-3 .plan-card.hover .wb-btn,
.plans.theme-3 .plan-card .wb-btn:hover {
  background: #b8ff24;
  border-color: #b8ff24;
  color: #050505 !important;
}

.plans.theme-3 .plan-card .desc {
  color: #dedee1;
  font-size: 13px;
  line-height: 1.55;
  order: 4;
  text-align: left;
}

.plans.theme-3 .plan-card .desc ul,
.plans.theme-3 .plan-card .desc ol {
  display: block;
  margin: 0;
  padding: 0;
}

.plans.theme-3 .plan-card .desc li {
  background-image: none;
  list-style: none;
  margin: 0 0 13px;
  min-height: 18px;
  padding-left: 24px;
  position: relative;
}

.plans.theme-3 .plan-card .desc li::before {
  border: 1px solid #aaff1b;
  border-radius: 50%;
  color: #aaff1b;
  content: "\2713";
  font-size: 8px;
  height: 11px;
  left: 0;
  line-height: 10px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 11px;
}

.plans.theme-3 .plan-card .desc p {
  margin: 0;
  min-height: 0;
  padding: 0;
}

.plans.theme-3 .plan-card .desc p::before {
  content: none;
}

.plans.theme-3 .plan-card .desc strong {
  font-weight: 400;
}

.plans.theme-3 .tips-box {
  display: none;
}

@media (max-width: 1024px) {
  .plans.theme-3 .plan-box {
    justify-content: flex-start;
    overflow-x: auto;
  }
}

@media (max-width: 640px) {
  .plans.theme-3 .plan-box {
    margin: 0;
    padding: 28px 16px 48px;
  }

  .plans.theme-3 .plan-card {
    flex: none;
    width: 100%;
  }

  .plans.theme-3 .plan-card .inner {
    border-radius: 22px;
  }

  .container.plans.theme-1 {
    background-color: #050506;
  }

  .plans.theme-1 .title-plan {
    padding-top: 42px;
  }

  .plans.theme-1 .plan-box {
    margin: 0;
    padding: 28px 16px 48px;
  }

  .plans.theme-1 .plan-card .inner {
    background: linear-gradient(180deg, #09090a 0, #070808 70%, rgba(171, 255, 25, .14) 100%);
    border: 1px solid #30332f;
    border-radius: 22px;
    margin: 0;
    max-width: none;
    min-height: 650px;
    width: 100%;
  }

  .plans.theme-1 .plan-card.hover .inner {
    border-color: #b8ff24;
  }

  .plans.theme-1 .plan-card .bd {
    display: flex;
    flex-direction: column;
    padding: 26px 22px 22px;
    text-align: left;
  }

  .plans.theme-1 .plan-card .plan-name {
    color: #f4f4f5;
    font-size: 19px;
    order: 1;
    padding: 0 0 22px;
  }

  .plans.theme-1 .plan-card .price-box {
    order: 2;
  }

  .plans.theme-1 .plan-card .price {
    color: #f7f7f8;
    font-size: 48px;
    padding: 0 0 18px;
  }

  .plans.theme-1 .plan-card .desc {
    color: #dedee1;
    order: 4;
  }

  .plans.theme-1 .plan-card .btns {
    order: 3;
    padding: 18px 0 26px;
  }

  .plans.theme-1 .plan-card .wb-btn {
    background: #d3d3d5;
    border-color: #d3d3d5;
    color: #050505;
    display: block;
    height: 46px;
    line-height: 44px;
    width: 100%;
  }

  .plans.theme-1 .plan-card.hover .wb-btn {
    background: #b8ff24;
    border-color: #b8ff24;
    color: #050505;
  }
}

/* Theme 3 intentionally keeps the same dark presentation in both modes. */
html:not(.wb-dm) .container.plans.theme-3 {
  background-color: #050506;
  background-image: var(--wb-pack-bg, none);
  color: #f1f1f2;
}

html:not(.wb-dm) .container.plans.theme-3 .title-plan strong {
  color: #f5f5f6;
}

html:not(.wb-dm) .container.plans.theme-3 .title-plan span {
  color: #9b9ba2;
}

html:not(.wb-dm) .container.plans.theme-3 .plan-card .inner {
  background:
    radial-gradient(85% 34% at 50% 0, rgba(255, 255, 255, .055), transparent 72%),
    linear-gradient(160deg, rgba(255, 255, 255, .045) 0, transparent 30%),
    linear-gradient(180deg, #09090a 0, #070808 64%, rgba(171, 255, 25, .21) 100%);
  border-color: #30332f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), inset 0 -24px 70px rgba(145, 220, 24, .06);
}

html:not(.wb-dm) .container.plans.theme-3 .plan-card.hover .inner {
  background:
    radial-gradient(85% 34% at 50% 0, rgba(255, 255, 255, .055), transparent 72%),
    linear-gradient(160deg, rgba(255, 255, 255, .045) 0, transparent 30%),
    linear-gradient(180deg, #09090a 0, #070808 64%, rgba(171, 255, 25, .21) 100%);
  border-color: #b8ff24;
  box-shadow: 0 0 0 1px rgba(184, 255, 36, .18), 0 0 28px rgba(184, 255, 36, .12), 0 16px 46px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .08);
}

html:not(.wb-dm) .container.plans.theme-3 .plan-card .bd,
html:not(.wb-dm) .container.plans.theme-3 .plan-card.hover .bd {
  background-color: transparent;
  color: #f1f1f2;
}

html:not(.wb-dm) .container.plans.theme-3 .plan-card .plan-name,
html:not(.wb-dm) .container.plans.theme-3 .plan-card .price {
  color: #f4f4f5;
}

html:not(.wb-dm) .container.plans.theme-3 .plan-card .price-o {
  color: #727278;
}

html:not(.wb-dm) .container.plans.theme-3 .plan-card .desc {
  color: #dedee1;
}

html:not(.wb-dm) .container.plans.theme-3 .plan-card .wb-btn {
  background: #d3d3d5;
  border-color: #d3d3d5;
  color: #0a0a0b;
}

html:not(.wb-dm) .container.plans.theme-3 .plan-card.hover .wb-btn,
html:not(.wb-dm) .container.plans.theme-3 .plan-card .wb-btn:hover {
  background: #b8ff24;
  border-color: #b8ff24;
  color: #050505 !important;
}
