@charset "UTF-8";

/* #region common*/
main {
  position: relative;
  padding: 40px 0 90px;
  color: #fff;
  font-family: "Inter", sans-serif;
  background: #000;
  z-index: 1;
}

main::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  background: url(https://images.clevguard.com/en/assets/images/ai-video-generator/liner-bg-gradient.svg)
    no-repeat center center;
  content: "";
  z-index: -1;
  background-size: cover;
}

h1 {
  font-size: 32px;
  text-align: center;
}

section {
  position: relative;
  z-index: 1;
}

.base-blue-color-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 72px;
  cursor: pointer;
  background: #3388ff;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}

.base-blue-color-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1063d8;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  border-radius: 24px;
}

.base-blue-color-btn:hover {
  text-decoration: none;
  color: #fff;
}

.base-blue-color-btn:hover::before {
  opacity: 1;
}

.header-try-now {
  display: none;
}

@media (max-width: 768px) {
  main {
    padding: 65px 0 0;
  }
  main::before {
    background: url(https://images.clevguard.com/en/assets/images/ai-video-generator/liner-bg-gradient-mobile.svg);
    height: 1200px;
    background-size: cover;
  }
  h1 {
    font-weight: 600;
    font-size: 24px;
  }
}

.mobile-menu-heiwu {
  bottom: 125px;
}

/* #endregion */

/* #region pricing tab */
.pricing-tab {
  margin-top: 20px;
}

.pricing-tab .tab-nav {
  display: none;
  width: fit-content;
  margin: 0 auto;
  padding: 3px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.pricing-tab .tab-btn {
  min-width: 160px;
  height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #e6f2ff;
  font-family: "Poppins Medium";
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pricing-tab .tab-btn:hover {
  color: #ffffff;
}

.pricing-tab .tab-btn.active,
.pricing-tab .tab-btn:hover {
  background: #ffffff;
  color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.pricing-tab .tab-content {
  margin-top: 96px;
}

.pricing-tab .price {
  text-align: center;
  margin-top: 15px;
}

.pricing-tab .credits-pane .price {
  margin-top: 18px;
}

.pricing-tab .credits-pane .card-item.best-seller .price {
  margin-top: 20px;
}

.pricing-tab h3 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.pricing-tab .price-value {
  font-weight: 600;
  font-size: 50px;
  color: #fff;
}

.pricing-tab .save-card .price-value {
  color: #ff8a0c;
}

.pricing-tab .credits-pane .price-value {
  color: #fff;
}

.pricing-tab .price-unit {
  font-weight: 600;
  font-size: 32px;
}

.pricing-tab .credits-pane .price-unit {
  font-size: 16px;
  opacity: 0.6;
  font-weight: 400;
}

.pricing-tab .price-info {
  margin-top: 16px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  opacity: 0.6;
}

.pricing-tab .tab-pane {
  display: none;
}

.pricing-tab .tab-pane.active {
  display: block;
}

.tab-content .card-list {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  z-index: 1;
}

.tab-content .card-list .save-tips {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 107px;
  padding-top: 13px;
  border-radius: 40px 40px 0 0;
  z-index: -1;
  background: #ff8a0c;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.tab-content .card-list .card-item {
  position: relative;
  padding: 30px 53px 61px;
  border-radius: 40px;
  background: #000;
  border: 2px solid #ffffff33;
}

.tab-content .credits-pane .card-list .card-item {
  padding: 42px 53px 42px;
}

.tab-content .card-item-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.3);
}

.tab-content .card-item-info .info-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.tab-content .card-item-info .info-icon {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.2s ease;
}

.tab-content .card-item-info-text {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 16px;
  min-width: 280px;
  max-width: 320px;
  margin-top: 16px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transform: translateX(-50%) translateY(-4px);
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  white-space: normal;
}

.tab-content .card-item-info-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #1a1a1a;
}

.tab-content .card-item-info .info-icon-wrapper:hover .card-item-info-text {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.tab-content .card-item-info-text a {
  color: var(--base-color-primary);
  text-decoration: underline;
}

.tab-content .card-item-info-text a:hover {
  color: var(--base-color-primary-hover);
}

.tab-content .base-blue-gradient-btn,
.tab-content .base-blue-color-btn {
  width: 300px;
  height: 64px;
  margin: 24px auto 0;
}

.tab-content .credits-pane .base-blue-color-btn {
  margin-top: 38px;
  background: #3388ff;
}

.tab-content .base-blue-gradient-btn .pay-btn,
.tab-content .base-blue-color-btn .pay-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.tab-content .credits-pane .base-blue-color-btn .pay-btn {
  background: transparent;
}

.tab-content .base-blue-gradient-btn svg,
.tab-content .base-blue-color-btn svg {
  display: none;
}

.tab-content .card-item-features {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 16px;
  margin-top: 24px;
  margin: 38px auto 0;
}

.tab-content .card-item-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
}

.tab-content .card-item-features li b {
  color: #fff;
  font-weight: 600;
}

.tab-content .card-item-features li svg {
  color: #fff;
}

.tab-content .credits-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 33px;
}

.tab-content .credits-info .credits-num {
  font-weight: 600;
  font-size: 42px;
  color: #fff;
  background: linear-gradient(92.23deg, #68e8ff 3.97%, #0091ff 94.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab-content .max-video {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
}

.tab-content .credits-pane .card-list .card-item.best-seller {
  margin-top: -43px;
  padding-top: 56px;
}

.tab-content .card-item.best-seller .price-value {
  color: #ff8a0c;
}

.tab-content .card-item.best-seller .credits-num {
  font-size: 56px;
}

@media (max-width: 1342px) {
  .tab-content .card-list {
    gap: 20px;
    padding: 0 15px;
  }

  .tab-content .card-list .card-item {
    flex: 1;
    min-width: 0;
    padding: 30px 30px 61px;
  }

  .tab-content .credits-pane .card-list .card-item {
    padding: 42px 30px 42px;
  }

  .tab-content .base-blue-gradient-btn,
  .tab-content .base-blue-color-btn {
    width: 100%;
    max-width: 300px;
  }

  .tab-content .credits-pane .base-blue-color-btn,
  .tab-content .credits-pane .base-blue-gradient-btn {
    width: 100%;
    max-width: 240px;
  }

  .pricing-tab h3 {
    font-size: 22px;
  }

  .pricing-tab .price-value {
    font-size: 40px;
  }

  .tab-content .credits-pane .price-value {
    font-size: 40px;
  }

  .pricing-tab .price-unit {
    font-size: 26px;
  }

  .tab-content .credits-info {
    margin-top: 26px;
    gap: 8px;
  }

  .tab-content .credits-info .credits-num {
    font-size: 34px;
  }

  .tab-content .card-item.best-seller .credits-num {
    font-size: 46px;
  }

  .tab-content .credits-info img {
    width: 26px;
    height: 26px;
  }

  .tab-content .max-video {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .tab-content .card-list {
    flex-wrap: wrap;
    padding: 0;
  }

  .tab-content .credits-pane .card-list .card-item.best-seller {
    margin-top: 0;
    padding: 42px 53px 42px;
  }

  .tab-content .credits-pane .card-list {
    margin-top: -50px;
  }
}

@media (max-width: 768px) {

  .pricing-tab {
    margin-top: 30px;
  }

  .pricing-tab .tab-btn {
    min-width: auto;
  }

  .pricing-tab .tab-btn {
    height: 42px;
  }

  .tab-content .card-list .card-item,
  .tab-content .credits-pane .card-list .card-item,
  .tab-content .credits-pane .card-list .card-item.best-seller {
    width: 100%;
    padding: 30px 21px 61px;
  }

  .tab-content .card-list {
    flex-direction: column;
    gap: 30px;
  }

  .pricing-tab .tab-content {
    margin-top: 74px;
  }

  .tab-content .card-list .save-tips {
    padding-top: 12px;
  }

  .tab-content .base-blue-gradient-btn,
  .tab-content .base-blue-color-btn {
    margin: 38px auto 0;
  }

  .pricing-tab .price {
    margin-top: 28px;
  }

  .tab-content .card-item-info {
    font-size: 14px;
  }

  .pricing-tab .price-info {
    margin-top: 28px;
  }

  .tab-content .card-item-features {
    gap: 20px;
  }

  .tab-content .card-item-info-text::after {
    left: 72%;
  }

  .tab-content .card-item-info .info-icon-wrapper:hover .card-item-info-text {
    transform: translateX(-72%) translateY(0);
  }

  /* Credits 卡片移动端样式（仅调整 Credits 特有元素，不影响布局） */
  .tab-content .credits-pane .card-list .card-item {
    padding: 30px 21px 42px;
  }

  .tab-content .credits-pane .card-list .card-item.best-seller {
    order: 1;
    padding: 30px 21px 42px;
  }

  .tab-content .credits-pane .card-list .card-item:nth-child(1) {
    order: 2;
  }

  .tab-content .credits-pane .card-list .card-item:nth-child(3) {
    order: 3;
  }

  .tab-content .credits-pane h3 {
    font-size: 20px;
  }

  .tab-content .credits-pane .price {
    margin-top: 15px;
  }

  .tab-content .credits-pane .price-value {
    font-size: 36px;
  }

  .tab-content .credits-pane .price-unit {
    font-size: 14px;
  }

  .tab-content .credits-info {
    margin-top: 20px;
    gap: 8px;
  }

  .tab-content .credits-info .credits-num {
    font-size: 32px;
  }

  .tab-content .credits-info img {
    width: 24px;
    height: 24px;
  }

  .tab-content .credits-pane .card-item.best-seller .credits-num {
    font-size: 40px;
  }

  .tab-content .max-video {
    font-size: 14px;
    margin-top: 8px;
  }

  .tab-content .credits-pane .base-blue-color-btn,
  .tab-content .credits-pane .base-blue-gradient-btn {
    width: 100%;
    max-width: 100%;
    height: 56px;
    margin-top: 24px;
    font-size: 18px;
  }
}
/* #endregion pricing tab */

/* #region features */
.features-section {
  margin-top: 122px;
}

.features-section .base-maxwidth {
  max-width: 1438px;
}

.features-section .features-list {
  display: flex;
  gap: 30px;
}

.features-section .feature-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  gap: 16px;
  padding: 24px 0 24px 24px;
  background: #191919;
  border-radius: 24px;
  width: 22%;
}

.features-section .feature-item h3 {
  font-weight: 700;
  font-size: 18px;
}

.features-section .feature-item ul {
  display: flex;
  flex-direction: column;
  margin-top: 13px;
  opacity: 0.5;
  gap: 6px;
}

.features-section .feature-item ul li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  padding-left: 25px;
}

.features-section .feature-item ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

@media (max-width: 991px) {
  .features-section .features-list {
    flex-wrap: wrap;
  }

  .features-section .feature-item {
    width: 48%;
    flex: auto;
  }
}

@media (max-width: 768px) {
  .features-section {
    margin-top: 40px;
  }

  .features-section .features-list {
    gap: 12px;
  }
  .features-section .feature-item {
    width: 100%;
    min-height: 210px;
  }
}
/* #endregion features */

/* #region secure payment */
.secure-payment {
  margin-top: 100px;
}

.secure-payment .base-maxwidth {
  display: flex;
  justify-content: center;
}

.secure-payment .base-maxwidth .secure-title {
  display: none;
}

.secure-payment ul {
  display: flex;
  gap: 10px;
}

.secure-payment ul li {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dfe7ea;
}

@media (max-width: 768px) {
  .secure-payment {
    margin-top: 40px;
  }

  .secure-payment ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .secure-payment ul li {
    max-width: 70px;
  }
}
/* #endregion secure payment */

/* #region purchase features */
.purchase-features-section {
  margin-top: 122px;
}

.purchase-features-section .base-maxwidth {
  max-width: 1438px;
  padding: 0 30px;
}

.purchase-features-list {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.purchase-feature-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 1px;
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #1dd6ff 0%,
    #0e98ff 51.46%,
    rgba(0, 94, 255, 0) 100%
  );
  width: 22%;
}

.purchase-feature-item::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #000;
  border-radius: 16px;
  z-index: 0;
}

.purchase-feature-item > * {
  position: relative;
  z-index: 1;
}

.purchase-feature-item .purchase-feature-icon {
  padding-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}

.purchase-feature-item .purchase-feature-content {
  padding: 0 24px 32px;
}

.purchase-feature-icon svg {
  width: 48px;
  height: 48px;
}

.purchase-feature-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.purchase-feature-content h3 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.purchase-feature-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}

@media (max-width: 1024px) {
  .purchase-features-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .purchase-feature-item {
    width: 48%;
    flex: auto;
  }
}

@media (max-width: 768px) {
  .purchase-features-list {
    flex-direction: column;
    align-items: center;
  }

  .purchase-features-section .base-maxwidth {
    padding: 0;
  }

  .purchase-feature-item {
    max-width: 100%;
    width: 100%;
  }

  
  .purchase-features-section {
    margin-top: 60px;
  }
}
/* #endregion purchase features */

/* #region footer */
.base-footer {
  background: #000;
  color: #fff;
  border-top: 1px solid #2c2c2c;
}

.base-footer .disclaimer-desc,
.base-footer .copy-right,
.base-footer .social-title {
  color: #fff;
  padding: 16px 0 23px;
  margin: 0;
}

.base-footer .other-lang li,
.base-footer .bot-relate,
.base-footer .polices ul li,
.base-footer .disclaimer-title {
  color: #fff;
}

.base-footer .other-lang {
  z-index: 10;
}

/* #endregion footer */

/* #region faqs */
.faqs {
  margin-top: 160px;
}

.faqs .base-maxwidth {
  position: relative;
}

.faqs .base-maxwidth::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 287px;
  height: 287px;
  background: #924a00;
  filter: blur(186px);
  pointer-events: none;
}

.faqs h2 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 32px;
}

.faqs .faq-list {
  margin-top: 60px;
}

.faq-list .faq-item {
  padding: 30px 40px 30px 30px;
  margin-bottom: 12px;
  background: #191919;
  border-radius: 12px;
}

.faq-list .faq-item.curr {
  position: relative;
  z-index: 10;
  background: #ffffff33;
}

.faq-list .faq-item .item-question {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding-right: 44px;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-list .faq-item.curr .item-question,
.faq-list .faq-item.curr .item-question svg {
  color: #fff;
}

.faq-list .faq-item .item-question svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 11px;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-list .faq-item.curr .item-question svg {
  transform: rotate(0);
}

.faq-list .faq-item .item-answer {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  opacity: 0.8;
  padding: 14px 44px 0 0;
  display: none;
  height: auto;
}

@media (max-width: 820px) {
  .faqs {
    margin-top: 60px;
    padding: 0;
    padding-bottom: 60px;
  }

  .faqs .faq-list {
    margin-top: 0;
  }

  .faq-list .faq-item {
    padding: 12px;
  }

  .faq-list .faq-item .item-question {
    font-size: 16px;
  }

  .faq-list .faq-item .item-question svg {
    right: 0;
    width: 16px;
    height: 16px;
  }

  .faq-list .faq-item .item-answer {
    padding-top: 12px;
    font-size: 14px;
  }
}

/* #endregion faqs */