main {
  background: #0B0816;
}
.plan {
  padding: 80px 0 90px 0;
  background-image: url("../../img/common/purchase/background.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.plan-content h1 {
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 60px;
}
.plan-content .plan-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.plan-content .plan-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 344px;
  padding: 36px 24px;
}
.plan-content .plan-card .plan-title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 18px;
}
.plan-content .plan-card .plan-price {
  display: flex;
  align-items: end;
  color: #FFF;
  text-align: center;
  margin-bottom: 16px;
}
.plan-content .plan-card .plan-price .price-num {
  font-size: 40px;
  font-weight: 700;
  margin-right: 8px;
  display: none;
}
.plan-content .plan-card .plan-price .price-num.active {
  display: block;
}
.plan-content .plan-card .plan-price .price-per {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6.5px;
}
.plan-content .plan-card .plan-tax {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 16px;
  margin-bottom: 14px;
}
.plan-content .plan-card .plan-btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 27px;
}
.plan-content .plan-card .plan-btn a {
  padding: 11px 73px;
  border-radius: 45px;
  display: none;
}
.plan-content .plan-card .plan-btn a.active {
  display: inline-block;
}
.plan-content .plan-card .plan-btn.plan-single a {
  display: inline-block;
}
.plan-content .plan-card .project-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 24px;
}
.plan-content .plan-card .project-group .project-card {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.plan-content .plan-card .project-group .project-card .project-select {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.plan-content .plan-card .project-group .project-card .project-select::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.3s ease;
}
.plan-content .plan-card .project-group .project-card.active .project-select {
  border-color: #FF5BE4;
}
.plan-content .plan-card .project-group .project-card.active .project-select::after {
  background: #FF5BE4;
}
.plan-content .plan-card .project-group .project-card .project-text {
  color: #FFF;
  font-size: 16px;
}
.plan-content .plan-card .plan-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 24px;
  padding-left: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.29);
  width: 100%;
}
.plan-content .plan-card .plan-bottom .plan-bottom-card {
  display: flex;
  gap: 12px;
  align-items: center;
}
.plan-content .plan-card .plan-bottom .bottom-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.5;
}
.plan-content .plan-free {
  margin-top: 40px;
  border-radius: 20px;
  border: 1px solid rgba(64, 64, 64, 0.5);
  background: linear-gradient(194deg, rgba(185, 168, 255, 0.17) 6.89%, rgba(118, 92, 213, 0.1) 93.57%);
  backdrop-filter: blur(12.5px);
  max-height: 452px;
}
.plan-content .plan-free .plan-single a {
  background: linear-gradient(270deg, #3F3B51 0%, #3F3B51 50%, #362381 50%, #362381 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.plan-content .plan-free .plan-single a:hover,
.plan-content .plan-free .plan-single a:active {
  transform: translateY(-3px);
  background-position: 0% 0;
}
.plan-content .plan-free .free-desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.plan-content .plan-free .free-desc .desc-card {
  display: flex;
  gap: 14px;
  align-items: center;
}
.plan-content .plan-free .free-desc .desc-card .desc-text {
  color: #FFF;
  font-size: 16px;
}
.plan-content .plan-free .free-bottom {
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.29);
}
.plan-content .plan-badge {
  z-index: 1;
  width: 344px;
  height: 116px;
  padding-top: 8px;
  border-radius: 20px;
  background: linear-gradient(270deg, #FF9DA7 0%, #FF72B8 48.08%, #FF60FA 100%);
  display: flex;
  justify-content: center;
  gap: 12px;
}
.plan-content .plan-badge img {
  width: 22px;
  height: 22px;
}
.plan-content .plan-badge span {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}
.plan-content .plan-month {
  margin-top: -76px;
  z-index: 2;
  border-radius: 20px;
  border: 1px solid rgba(64, 64, 64, 0.5);
  background: linear-gradient(180deg, rgba(185, 168, 255, 0.17) 0.23%, rgba(102, 61, 252, 0.61) 98.47%), #0B0816;
  backdrop-filter: blur(12.5px);
}
.plan-content .plan-month .plan-color a {
  background: linear-gradient(270deg, #765BFF 0%, #AB4FFF 25%, #FF4DD9 50%, #AB4FFF 75%, #765BFF 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.plan-content .plan-month .plan-color a:hover,
.plan-content .plan-month .plan-color a:active {
  transform: translateY(-3px);
  background-position: 0% 0;
}
.plan-content .plan-year {
  margin-top: 40px;
  border-radius: 20px;
  border: 1px solid rgba(64, 64, 64, 0.5);
  background: linear-gradient(194deg, rgba(185, 168, 255, 0.17) 6.89%, rgba(118, 92, 213, 0.1) 93.57%);
  backdrop-filter: blur(12.5px);
}
.plan-content .plan-year .plan-color a {
  background: linear-gradient(270deg, #765BFF 0%, #AB4FFF 25%, #FF4DD9 50%, #AB4FFF 75%, #765BFF 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.plan-content .plan-year .plan-color a:hover,
.plan-content .plan-year .plan-color a:active {
  transform: translateY(-3px);
  background-position: 0% 0;
}
.pay {
  padding-bottom: 138px;
}
.pay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.pay-content .pay-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pay-content .pay-title .pay-protect {
  max-width: 30px;
  width: 100%;
}
.pay-content .pay-title .pay-protect img {
  width: 100%;
}
.pay-content .pay-title .pay-text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
}
.pay-content .pay-way {
  display: flex;
  justify-content: space-between;
  max-width: 630px;
  width: 100%;
  gap: 10px;
}
.pay-content .pay-way .pay-card {
  max-width: 102px;
  width: 100%;
}
.pay-content .pay-way .pay-card img {
  width: 100%;
}
.faqs {
  padding-bottom: 160px;
}
.faqs-content h2 {
  color: #FFF;
  text-align: center;
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 67px;
}
.faqs-content .faqs-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faqs-content .faqs-card .faqs-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  background: #1E1B2D;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  padding: 22px 27px 22px 22px;
  transition: background 0.3s ease, border-radius 0.3s ease;
  cursor: pointer;
}
.faqs-content .faqs-card .faqs-text {
  color: #FFF;
  font-size: 20px;
  line-height: 1.2;
}
.faqs-content .faqs-card .faqs-arrow {
  color: #FFF;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(90deg);
  transition: transform 0.18s ease, color 0.18s ease;
}
.faqs-content .faqs-card .faqs-detail {
  display: none;
  padding: 32px 60px 0 20px;
  color: #FFF;
  font-size: 16px;
  line-height: 1.8;
}
.faqs-content .faqs-card .faqs-detail .refund {
  color: #FE6EFE;
  line-height: 1.8;
}
.faqs-content .faqs-card .faqs-detail .refund:hover {
  color: #FF4DD9;
}
.faqs-content .faqs-card .faqs-title.active {
  background: #362381;
}
.faqs-content .faqs-card .faqs-title.active .faqs-arrow {
  transform: rotate(-90deg);
}
@media (max-width: 1500px) {
  .plan-content .plan-group {
    justify-content: space-around;
  }
}
@media (max-width: 1080px) {
  .plan-content .plan-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
  .plan-content .special-card {
    order: 1;
  }
  .plan-content .plan-badge {
    margin-bottom: -76px;
  }
  .plan-content .plan-month {
    margin-top: 0;
  }
  .plan-content .plan-year {
    margin-top: 0;
    order: 2;
  }
  .plan-content .plan-free {
    margin-top: 0;
    order: 3;
  }
}
@media (max-width: 768px) {
  .plan {
    padding: 40px 0 48px 0;
  }
  .plan-content h1 {
    font-size: 32px;
    margin-bottom: 54px;
  }
  .plan-content .plan-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
  .plan-content .special-card {
    order: 1;
  }
  .plan-content .plan-badge {
    margin-bottom: -76px;
  }
  .plan-content .plan-month {
    margin-top: 0;
  }
  .plan-content .plan-year {
    margin-top: 0;
    order: 2;
  }
  .plan-content .plan-free {
    margin-top: 0;
    order: 3;
  }
  .pay {
    padding-bottom: 70px;
  }
  .pay-content .pay-title .pay-protect {
    max-width: 27px;
  }
  .pay-content .pay-title .pay-text {
    font-size: 16px;
  }
  .faqs {
    padding-bottom: 70px;
  }
  .faqs-content h2 {
    font-size: 32px;
    margin-bottom: 31px;
  }
  .faqs-content .faqs-group {
    gap: 14px;
  }
  .faqs-content .faqs-card .faqs-title {
    align-items: start;
    border-radius: 6px;
    padding: 18px;
    transition: background 0.3s ease, border-radius 0.3s ease;
    cursor: pointer;
  }
  .faqs-content .faqs-card .faqs-text {
    font-size: 16px;
  }
  .faqs-content .faqs-card .faqs-arrow {
    font-size: 18px;
  }
  .faqs-content .faqs-card .faqs-detail {
    margin-top: -6px;
    border-radius: 0 0 6px 6px;
    background: #362381;
    padding: 6px 18px 18px 18px;
    font-size: 14px;
    line-height: 1.6;
  }
  .faqs-content .faqs-card .faqs-title.active {
    background: #362381;
    border-radius: 6px 6px 0 0;
  }
  .faqs-content .faqs-card .faqs-title.active .faqs-arrow {
    transform: rotate(-90deg);
  }
}
@media (max-width: 350px) {
  .plan-content .plan-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
  .plan-content .plan-card .plan-btn {
    font-size: 18px;
    margin-bottom: 27px;
  }
  .plan-content .plan-card .plan-btn a {
    padding: 11px 43px;
    border-radius: 45px;
    display: none;
  }
  .plan-content .plan-card .plan-btn a.active {
    display: inline-block;
  }
  .plan-content .plan-card .plan-btn.plan-single a {
    display: inline-block;
  }
  .plan-content .special-card {
    order: 1;
  }
  .plan-content .plan-badge {
    width: 314px;
    margin-bottom: -76px;
  }
  .plan-content .plan-month {
    width: 314px;
    margin-top: 0;
  }
  .plan-content .plan-year {
    margin-top: 0;
    order: 2;
    width: 314px;
  }
  .plan-content .plan-free {
    margin-top: 0;
    order: 3;
    width: 314px;
  }
}
