/* pricing.html */
.pricing-page {
  background: linear-gradient(180deg, #f4ecff 0%, #fff 30.02%) no-repeat top center / cover;
  background-size: 100% 1000px;
  min-height: 100vh;
}
.pricing-hero {
  padding: 70px 0 0;
}
.wrap-title {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #212121;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .wrap-title {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
.pricing-title {
  max-width: 860px;
  margin: 0 auto;
  color: #111;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
.pricing-benefits {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.pricing-benefit-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .pricing-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .pricing-hero {
    padding: 60px 0 0;
  }
  .pricing-title {
    font-size: 30px;
  }
  .pricing-benefits {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px 0 24px;
  }
  .pricing-benefit-item {
    font-size: 16px;
  }
  .pricing-benefit-item img {
    width: 20px;
    height: auto;
  }
}
.wrap-3 {
  padding-top: 125px;
  margin-bottom: 100px;
}
.wrap-3 .wrap-methods {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 60px;
}
.wrap-3 .wrap-content {
  border-radius: 10px;
  padding: 30px 20px 30px 40px;
  border: 1px solid #F3F3F3;
  background: #fff;
  margin: 0 60px;
}
.wrap-3 .wrap-content_title {
  font-size: 20px;
  color: #3C3C3C;
}
.wrap-3 .wrap-content_list {
  margin-top: 20px;
  padding-left: 15px;
}
.wrap-3 .wrap-content_list .list-li {
  font-size: 14px;
  line-height: 1.6;
  color: #6C6C6C;
  list-style: disc;
  margin-bottom: 10px;
  padding-left: 5px;
}
.wrap-3 .wrap-content_list .list-li::marker {
  color: #4690e5;
}
@media screen and (max-width: 768px) {
  .wrap-3 {
    padding-top: 80px;
  }
  .wrap-3 .wrap-methods {
    flex-wrap: wrap;
    column-gap: 22px;
    row-gap: 15px;
    padding: 0;
    margin-bottom: 30px;
  }
  .wrap-3 .wrap-methods img {
    width: 50px;
    height: auto;
  }
  .wrap-3 .wrap-content {
    margin: 0;
    padding: 15px;
  }
  .wrap-3 .wrap-content_title {
    font-size: 18px;
  }
  .wrap-3 .wrap-content_list .list-li {
    font-size: 12px;
  }
}
.wrap-4 {
  padding-bottom: 90px;
  margin-top: 160px;
}
.wrap-4 .wrap-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 4px;
  gap: 38px;
  background: #fff;
}
.wrap-4 .wrap-plan-item {
  text-align: center;
  padding: 34px 28px 30px;
}
.wrap-4 .wrap-plan-item:last-child {
  border-right: none;
}
.wrap-4 .wrap-plan-item_title {
  margin: 22px 0 14px;
  color: #444;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
.wrap-4 .wrap-plan-item_desc {
  color: #606060;
  font-size: 16px;
  line-height: 1.6;
  max-width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap-4 {
    margin-top: 80px;
  }
  .wrap-4 .wrap-plans {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .wrap-4 .wrap-plan-item {
    padding: 20px;
  }
  .wrap-4 .wrap-plan-item img {
    width: 40px;
  }
  .wrap-4 .wrap-plan-item_title {
    font-size: 18px;
    margin: 10px 0 10px;
  }
  .wrap-4 .wrap-plan-item_desc {
    font-size: 14px;
  }
}
.wrap-1.wrap3 {
  margin-top: 40px;
}
.wrap-1.wrap3 .wrap-tax {
  color: #9810fa;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.35px;
}
.wrap-1.wrap3 .wrap-tit {
  max-width: 920px;
  margin: 22px auto 0;
  color: #111;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.wrap-1.wrap3 .step-list {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  padding: 6px;
  border-radius: 12px;
  background: #F1F1FA;
}
.wrap-1.wrap3 .step-list .step-item {
  width: 146px;
  padding: 4px 0;
  color: #575757;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 168%;
  cursor: pointer;
}
.wrap-1.wrap3 .step-list .step-item.active {
  color: #111;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.wrap-1.wrap3 .step-swiper {
  margin-top: 48px;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
.wrap-1.wrap3 .step-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-1.wrap3 .step-swiper .swiper-slide:nth-child(2) .slide-item {
  height: 515px;
}
.wrap-1.wrap3 .step-swiper .swiper-slide:nth-child(2) .slide-item .item-feature {
  min-height: 180px;
}
.wrap-1.wrap3 .step-swiper .swiper-slide:nth-child(2) .slide-item .item-btn {
  margin-top: 30px;
}
.wrap-1.wrap3 .step-swiper .slide-item {
  width: 376px;
  padding: 40px 32px 22px;
  border-radius: 24px;
  border: 0.8px solid #e5e5e6;
  background: #fff;
  height: 525px;
}
.wrap-1.wrap3 .step-swiper .slide-item .highlight {
  font-weight: 600;
  color: #7F22FE;
}
.wrap-1.wrap3 .step-swiper .slide-item.item2 {
  position: relative;
  z-index: 4;
}
.wrap-1.wrap3 .step-swiper .slide-item.item2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 20.329px;
  border: 7px solid #fff;
  background: linear-gradient(152deg, #ffef76 -7.89%, #9810fa 38.08%, #7f22fe 100%), #fff;
  box-shadow: 0 0 0 2px #b664ff;
  z-index: -1;
}
.wrap-1.wrap3 .step-swiper .slide-item.item2 .highlight,
.wrap-1.wrap3 .step-swiper .slide-item.item2 .item-plan {
  color: #fff;
}
.wrap-1.wrap3 .step-swiper .slide-item.item2 .item-price {
  color: #fff;
}
.wrap-1.wrap3 .step-swiper .slide-item.item2 .item-price .big-price {
  color: #fff;
}
.wrap-1.wrap3 .step-swiper .slide-item.item2 .item-feature li {
  color: rgba(255, 255, 255, 0.8);
}
.wrap-1.wrap3 .step-swiper .slide-item.item2 .item-btn {
  color: #861dfd;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(173, 70, 255, 0.2), 0 4px 6px -4px rgba(173, 70, 255, 0.2);
}
.wrap-1.wrap3 .step-swiper .slide-item.item3 .item-btn {
  color: #fff;
  background: linear-gradient(90deg, #9810fa 0%, #7f22fe 100%);
  box-shadow: 0 10px 15px -3px rgba(173, 70, 255, 0.2), 0 4px 6px -4px rgba(173, 70, 255, 0.2);
}
.wrap-1.wrap3 .step-swiper .item-plan {
  color: #6b7280;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}
.wrap-1.wrap3 .step-swiper .item-price {
  margin-top: 24px;
  color: #6b7280;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.wrap-1.wrap3 .step-swiper .item-price .big-price {
  margin-right: 4px;
  color: #111;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}
.wrap-1.wrap3 .step-swiper .item-feature {
  min-height: 144px;
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wrap-1.wrap3 .step-swiper .item-feature li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.wrap-1.wrap3 .step-swiper .item-btn {
  margin-top: 70px;
  padding: 17px 0;
  display: block;
  border-radius: 14px;
  border: 0.8px solid #d7d7d7;
  color: rgba(17, 17, 17, 0.6);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.3s;
}
.wrap-1.wrap3 .step-swiper .item-btn:hover {
  transform: translateY(-8px);
}
.wrap-1.wrap3 .step-swiper .renew-icon-wrap {
  position: relative;
}
.wrap-1.wrap3 .step-swiper .renew-row {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #7f7f8a;
  font-size: 15px;
  line-height: 1.3;
  width: 230px;
  margin: 15px auto 0;
}
.wrap-1.wrap3 .step-swiper .renew-icon {
  cursor: pointer;
  transition: all 0.3s;
}
.wrap-1.wrap3 .step-swiper .renew-icon:hover + .renew-tooltip {
  visibility: visible;
}
.wrap-1.wrap3 .step-swiper .renew-tooltip {
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 14px);
  z-index: 3;
  width: 200px;
  padding: 4px 7px;
  border-radius: 8px;
  background: #fff;
  color: #565656;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.18);
}
.wrap-1.wrap3 .step-swiper .renew-tooltip::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}
.wrap-1.wrap3 .step-swiper .slide-item.item2 .renew-row {
  color: #fff;
}
@media (max-width: 1200px) {
  .wrap-1.wrap3 .step-swiper .slide-item {
    width: 300px;
    padding: 40px 16px 32px;
  }
}
@media (max-width: 996px) {
  .wrap-1.wrap3 .step-swiper .swiper-slide {
    gap: 26px;
    flex-direction: column;
  }
  .wrap-1.wrap3 .step-swiper .slide-item {
    width: 376px;
    padding: 34px 28px;
    order: 3;
  }
  .wrap-1.wrap3 .step-swiper .slide-item.item2 {
    order: 1;
  }
  .wrap-1.wrap3 .step-swiper .slide-item.item3 {
    order: 2;
  }
}
@media (max-width: 768px) {
  .wrap-1.wrap3 {
    margin-top: 60px;
  }
  .wrap-1.wrap3 .wrap-tax {
    font-size: 14px;
  }
  .wrap-1.wrap3 .wrap-tit {
    margin-top: 8px;
    font-size: 32px;
    line-height: 1.4;
  }
  .wrap-1.wrap3 .step-list {
    margin: 24px auto 0;
  }
  .wrap-1.wrap3 .step-swiper {
    margin-top: 30px;
  }
  .wrap-1.wrap3 .step-swiper .swiper-slide:nth-child(2) .slide-item {
    height: 475px;
  }
  .wrap-1.wrap3 .step-swiper .slide-item {
    width: 318px;
    height: 473px;
  }
  .wrap-1.wrap3 .step-swiper .item-plan {
    font-size: 20px;
  }
  .wrap-1.wrap3 .step-swiper .item-price {
    margin-top: 20px;
    font-size: 16px;
  }
  .wrap-1.wrap3 .step-swiper .item-price .big-price {
    font-size: 40px;
  }
  .wrap-1.wrap3 .step-swiper .item-feature {
    margin-top: 28px;
    gap: 12px;
  }
  .wrap-1.wrap3 .step-swiper .item-feature li {
    gap: 10px;
    font-size: 14px;
  }
  .wrap-1.wrap3 .step-swiper .item-feature li img {
    width: 16px;
    height: 16px;
  }
  .wrap-1.wrap3 .step-swiper .item-btn {
    font-size: 16px;
    border-radius: 12px;
    padding: 14px 0;
    margin-top: 60px;
  }
  .wrap-1.wrap3 .step-swiper .renew-wrap {
    margin-top: 8px;
  }
  .wrap-1.wrap3 .step-swiper .renew-row {
    font-size: 14px;
  }
  .wrap-1.wrap3 .step-swiper .renew-tooltip {
    right: -8px;
    font-size: 12px;
  }
}
.wrap-2 {
  margin-top: 100px;
}
.wrap-2 .wrap-tax {
  color: #9810fa;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.35px;
}
.wrap-2 .wrap-tit {
  max-width: 920px;
  margin: 22px auto 0;
  color: #111;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.wrap-2 .faq-box {
  margin-top: 64px;
}
.wrap-2 .faq-box .faq-item {
  margin-bottom: 14px;
  padding: 20px;
  border-radius: 14px;
  border: 0.8px solid rgba(0, 0, 0, 0.08);
  background: #f8f8fa;
}
.wrap-2 .faq-box .faq-item.active .faq-cont {
  margin-top: 14px;
  max-height: 400px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.wrap-2 .faq-box .faq-item.active .faq-icon img {
  transform: rotate(180deg);
}
.wrap-2 .faq-box h3 {
  font-weight: 500;
}
.wrap-2 .faq-box .faq-icon img {
  transition: all 0.4s;
}
.wrap-2 .faq-box .faq-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
.wrap-2 .faq-box .faq-cont {
  color: rgba(17, 17, 17, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .wrap-2 {
    margin-top: 84px;
  }
  .wrap-2 .wrap-tax {
    font-size: 14px;
  }
  .wrap-2 .wrap-tit {
    margin-top: 8px;
    font-size: 32px;
    line-height: 1.4;
  }
  .wrap-2 .faq-box {
    margin-top: 26px;
  }
  .wrap-2 .faq-box .faq-text {
    align-items: baseline;
  }
  .wrap-2 .faq-box h3 {
    font-size: 16px;
  }
}
