/* Migrated from vidau-editor src/views/pricing/index.vue (custom footer omitted). */
.pricing-page {
  min-height: 100%;
  background: #090d13;
  color: #fdfdfd;
  font-family: Inter, Arial, sans-serif;
  /* Layout already has header clearance (`pt-16`); keep extra campaign spacing. */
  padding: 40px 0 0;
}

.content-width {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.pricing-page__campaign {
  box-sizing: border-box;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto 100px;
  text-align: center;
}
.pricing-page__campaign-desktop {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 261px;
  border: 3px solid #181d27;
  border-radius: 24px;
  padding: 36px;
  background-color: #090d13;
  p,
  h2,
  span {
    position: relative;
    z-index: 1;
  }
  &::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: url(/_next/static/media/campaign-banner-glow.f0e024d6.svg) center / 100% 100% no-repeat;
    content: "";
  }
  p {
    margin: 0 0 20px;
    color: #ff2d9e;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
  }
  h2 {
    margin: 0 0 10px;
    color: #fdfdfd;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  span {
    color: #d0d5dd;
    font-size: 14px;
    line-height: 20px;
  }
}
.pricing-page__campaign-mobile {
  display: none;
}

.section-heading {
  text-align: center;
}
.section-heading h1,
.section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
.section-heading p {
  margin: 14px 0 0;
  color: #d0d5dd;
  font-size: 18px;
  line-height: 28px;
}
.section-heading--compact h2 {
  font-size: 40px;
}
.section-heading--compact em {
  color: #6b40ff;
  font-style: normal;
}

.pricing-controls {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 64px 0 16px;
}
.pricing-tabs {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}
.pricing-tabs button {
  height: 32px;
  min-width: 208px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 12px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}
.pricing-tabs button.active {
  border-color: rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
}
.pricing-controls__right {
  display: flex;
  gap: 14px;
  align-items: center;
}
.billing-switch {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 42px;
  border: 1px solid rgba(253, 253, 253, 0.1);
  border-radius: 8px;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
}
.billing-switch .muted {
  color: #a4a7ae;
}
.billing-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.billing-switch i {
  position: relative;
  display: flex;
  width: 40px;
  height: 20px;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 9999px;
  background: #3459ff;
  transition: background-color 0.2s ease;
}
.billing-switch i::after {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.billing-switch input:not(:checked) + i {
  justify-content: flex-start;
  background: #414651;
}
.payment-select {
  position: relative;
  min-width: 114px;
  height: 42px;
}
.payment-select__trigger {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 5px 10px;
  background: #181d27;
  color: #d5d7da;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
  cursor: pointer;
}
.payment-select__trigger img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  filter: brightness(0) invert(84%);
}
.payment-select__menu {
  position: absolute;
  top: 45px;
  left: 1px;
  right: -1px;
  z-index: 8;
  display: flex;
  min-width: 115px;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  border-radius: 8px;
  padding: 5px;
  background: #141820;
  list-style: none;
}
.payment-select__menu li {
  display: flex;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 10px;
  color: #e9eaeb;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  cursor: pointer;
}
.payment-select__menu li.selected {
  border-radius: 4px;
  background: #252b37;
}
.payment-select__menu li:hover {
  background: #252b37;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 20px;
}
.plan-card {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 744px;
  flex-direction: column;
  align-self: stretch;
  overflow: hidden;
  border-radius: 20px;
  background: #0a0d12;
}
.plan-card::before {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  content: "";
}
.plan-card--lite::before {
  background: linear-gradient(
      180deg,
      rgba(52, 89, 255, 0.15) 0%,
      rgba(52, 89, 255, 0.09) 18%,
      rgba(52, 89, 255, 0.03) 38%,
      rgba(52, 89, 255, 0) 72%
    ),
    radial-gradient(
      ellipse 58% 220% at 3% 42%,
      rgba(52, 89, 255, 0.094) 0%,
      rgba(52, 89, 255, 0.035) 42%,
      rgba(52, 89, 255, 0.01) 100%
    );
}
.plan-card--starter::before {
  background: linear-gradient(
      180deg,
      rgba(106, 59, 255, 0.15) 0%,
      rgba(106, 59, 255, 0.09) 18%,
      rgba(106, 59, 255, 0.03) 38%,
      rgba(106, 59, 255, 0) 72%
    ),
    radial-gradient(
      ellipse 58% 220% at 3% 42%,
      rgba(106, 59, 255, 0.094) 0%,
      rgba(106, 59, 255, 0.035) 42%,
      rgba(106, 59, 255, 0.01) 100%
    );
}
.plan-card--business::before {
  background: linear-gradient(
      180deg,
      rgba(255, 45, 158, 0.15) 0%,
      rgba(255, 45, 158, 0.09) 18%,
      rgba(255, 45, 158, 0.03) 38%,
      rgba(255, 45, 158, 0) 72%
    ),
    radial-gradient(
      ellipse 58% 220% at 3% 42%,
      rgba(255, 45, 158, 0.094) 0%,
      rgba(255, 45, 158, 0.035) 42%,
      rgba(255, 45, 158, 0.01) 100%
    );
}
.plan-card--skeleton {
  gap: 12px;
  padding: 16px;
  background: #10141c;
}
.skeleton-line,
.skeleton-block {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 6px;
  background: linear-gradient(90deg, #202630 25%, #2a3240 37%, #202630 63%);
  background-size: 400% 100%;
  animation: pricing-skeleton 1.4s ease infinite;
}
.skeleton-line--title {
  width: 38%;
  height: 28px;
}
.skeleton-line--text {
  width: 68%;
  height: 12px;
}
.skeleton-block--credits {
  display: flex;
  height: 118px;
  flex-direction: column;
  gap: 14px;
  margin-top: 2px;
  padding: 16px;
  background: #1a202b;
}
.skeleton-line--strong {
  width: 62%;
  height: 18px;
}
.skeleton-line--button {
  width: 100%;
  height: 32px;
  margin-top: auto;
}
.skeleton-line--price {
  width: 42%;
  height: 36px;
  margin-top: 2px;
}
.skeleton-line--purchase {
  width: 100%;
  height: 48px;
  border-radius: 8px;
}
.skeleton-feature-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}
.skeleton-line--feature {
  width: 76%;
  height: 12px;
}
.credit-card--skeleton {
  gap: 0;
  padding: 0;
  background: #10141c;
}
.skeleton-line--credit-title {
  width: 62%;
  height: 28px;
  margin: 0 auto;
}
.skeleton-line--credit-price {
  width: 34%;
  height: 38px;
  margin: 0 auto;
}
.skeleton-line--credit-unit {
  width: 100%;
  height: 44px;
}
.credit-card--skeleton .skeleton-line--purchase {
  width: 100%;
  margin-top: 0;
}
@keyframes pricing-skeleton {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.plan-card__top,
.plan-card__bottom {
  position: relative;
  z-index: 1;
}
.plan-card__top {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 0;
}
.plan-card__bottom {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 12px 12px 16px;
}
.plan-card header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.plan-card__title-row {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.plan-card h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}
.plan-card header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}
.discount-badge,
.best-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  transform: skewX(-11deg);
  border-radius: 2px;
  padding: 0 5px 0 3px;
  background: #ff2d9e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}
.discount-badge > *,
.best-badge > * {
  transform: skewX(11deg);
}
.best-badge {
  gap: 2px;
  background: #6a3bff;
}
.best-badge img {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
}
.plan-card__credits {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
}
.plan-card__credit-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.plan-card__credit-title {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.plan-card__credit-title strong {
  font-weight: 600;
}
.plan-card__credit-title img,
.credit-card__unit img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.plan-card__credit-hints {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0 0 0 28px;
  list-style: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.plan-card__credit-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  box-sizing: border-box;
  border: 0.5px solid #717680;
  border-radius: 4px;
  padding: 8px 12px;
  color: #717680;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.plan-card__credit-note img {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  filter: brightness(0) invert(1);
}
.business-tier-picker {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 4px;
}
.business-tier-picker__slider {
  position: relative;
  height: 16px;
}
.business-tier-picker__range {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 16px;
  margin: 0;
  appearance: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.business-tier-picker__range::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(
    to right,
    #ba0265 0%,
    #ba0265 var(--business-progress),
    #414651 var(--business-progress),
    #414651 100%
  );
}
.business-tier-picker__range::-webkit-slider-thumb {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-top: -5.5px;
  appearance: none;
  border: 1.5px solid #ba0265;
  border-radius: 50%;
  background: #fafafa;
}
.business-tier-picker__range::-moz-range-track {
  height: 5px;
  border-radius: 999px;
  background: #414651;
}
.business-tier-picker__range::-moz-range-progress {
  height: 5px;
  border-radius: 999px;
  background: #ba0265;
}
.business-tier-picker__range::-moz-range-thumb {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1.5px solid #ba0265;
  border-radius: 50%;
  background: #fafafa;
}
.business-tier-picker__marks {
  display: flex;
  gap: 4px;
  padding: 0 12px;
}
.business-tier-picker__marks button {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 4px;
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: #a4a7ae;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
  cursor: pointer;
}
.business-tier-picker__marks button:last-child {
  flex: 0 0 auto;
}
.business-tier-picker__marks button.active {
  color: #fff;
}
.business-tier-picker__marks button img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.business-tier-picker__marks button.active img {
  filter: brightness(0) invert(1);
}
.plan-card__amount {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.plan-card__original {
  position: relative;
  color: #ff005b;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.plan-card__original::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1.5px;
  background: #ff005b;
  content: "";
  transform: rotate(-7deg);
}
.plan-card__amount strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}
.plan-card__amount > span:last-child {
  padding-bottom: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 18px;
}
.plan-card__cta {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}
.plan-card__purchase,
.credit-card button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}
.plan-card__purchase,
.credit-card button {
  transition: background 0.18s ease, filter 0.18s ease;
}
.plan-card__purchase {
  width: 100%;
  height: 48px;
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.25), 0 32px 24px rgba(0, 0, 0, 0.15), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
  background: linear-gradient(182.4deg, rgba(106, 59, 255, 0) 12.7%, #6a3bff 75.8%), #3f18bb;
}
.credit-card button {
  background: linear-gradient(180.65deg, rgba(106, 59, 255, 0) 12.7%, #6a3bff 75.8%), #3810b7;
  box-shadow:
    0 6px 4px rgba(0, 0, 0, 0.25),
    0 32px 24px rgba(0, 0, 0, 0.15),
    inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}
.plan-card--lite .plan-card__purchase {
  background: linear-gradient(182.4deg, rgba(52, 89, 255, 0) 12.7%, #3459ff 75.8%), #0127d2;
}
.plan-card--business .plan-card__purchase {
  background: linear-gradient(182.4deg, rgba(255, 45, 158, 0) 12.7%, #ff2d9e 75.8%), #ba0265;
}
.plan-card__purchase:disabled,
.credit-card button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}
@media (hover: hover) {
  .plan-card__purchase:not(:disabled):hover {
    background: linear-gradient(182.4deg, rgba(123, 82, 255, 0.18) 12.7%, #7b52ff 75.8%), #4a22c8;
  }
  .plan-card--lite .plan-card__purchase:not(:disabled):hover {
    background: linear-gradient(182.4deg, rgba(77, 110, 255, 0.18) 12.7%, #4d6eff 75.8%), #1639e8;
  }
  .plan-card--business .plan-card__purchase:not(:disabled):hover {
    background: linear-gradient(182.4deg, rgba(255, 74, 173, 0.18) 12.7%, #ff4aad 75.8%), #d10a78;
  }
  .credit-card button:not(:disabled):hover {
    background: linear-gradient(180.65deg, rgba(123, 82, 255, 0.18) 12.7%, #7b52ff 75.8%), #4a22c8;
  }
  .pricing-cta__action:hover {
    background: #7b52ff;
  }
}
.plan-card__discount-copy {
  margin: 0;
  padding: 8px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.plan-card__discount-copy strong {
  color: #fff;
  font-weight: 600;
}
.plan-card__features {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.plan-card__features li {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.plan-card__features img {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  overflow: visible;
}

.credit-section {
  scroll-margin-top: 88px;
  padding-top: 140px;
}
.credit-section .section-heading {
  margin-bottom: 48px;
}
.credit-section__heading-mobile {
  display: none;
}
.credit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.credit-card {
  display: flex;
  box-sizing: border-box;
  min-height: 252px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
  background-color: #0a0d12;
  background-image:
    linear-gradient(
      180deg,
      rgba(106, 59, 255, 0.15) 0%,
      rgba(106, 59, 255, 0.09) 18%,
      rgba(106, 59, 255, 0.03) 38%,
      rgba(106, 59, 255, 0) 72%
    ),
    radial-gradient(
      696px 554px at 36px 106px,
      rgba(106, 59, 255, 0.094) 0%,
      rgba(106, 59, 255, 0.035) 42%,
      rgba(106, 59, 255, 0.01) 100%
    );
}
.credit-card__top {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 0;
}
.credit-card header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.credit-card h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.credit-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}
.credit-card strong {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}
.credit-card__for-price {
  display: none;
}
.credit-card__unit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.credit-card__unit-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  overflow: clip;
}
.credit-card__unit-icon img,
.credit-card__unit img {
  display: block;
  width: 16px;
  height: 16px;
}
.credit-card__bottom {
  padding: 12px 12px 16px;
}
.credit-card button {
  width: 100%;
  height: 48px;
  min-height: 48px;
  border-radius: 10px;
}
.empty-state {
  grid-column: 1 / -1;
  padding: 48px;
  color: #98a2b3;
  text-align: center;
}

.comparison,
.faq {
  padding-top: 140px;
}
.comparison .section-heading {
  margin-bottom: 50px;
}
.comparison .section-heading h2 {
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.02em;
}
.comparison .section-heading p {
  margin-top: 10px;
}
.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid #414651;
  border-radius: 12px;
}
.comparison-table {
  display: flex;
  flex-direction: column;
  gap: 39px;
  box-sizing: border-box;
  min-width: 960px;
  padding: 16px 0 24px;
}
.comparison-table__row {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(180px, 299px) repeat(var(--plan-count, 3), minmax(120px, 1fr));
  column-gap: 110px;
  padding: 0 30px 10px;
  border-bottom: 1px solid #414651;
}
.comparison-table__row--head {
  padding-bottom: 11px;
  border-bottom: 0;
}
.comparison-table__row:last-child {
  border-bottom: 0;
}
.comparison-table__cell {
  color: #717680;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.comparison-table__cell--label {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.comparison-table__cell--plan {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}
.comparison-table__icon {
  display: block;
  overflow: hidden;
  width: 24px;
  height: 24px;
}
.comparison-table__icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.faq {
  padding-bottom: 104px;
}
.faq .section-heading {
  margin-bottom: 56px;
}
.faq-list {
  border-top: 1px solid #252b37;
}
.faq-item {
  border-bottom: 1px solid #252b37;
}
.faq-item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 0;
  padding: 25px 0;
  background: transparent;
  color: #fff;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
}
.faq-item button strong {
  flex: 1;
  padding-right: 24px;
}
.faq-toggle {
  position: relative;
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid #98a2b3;
  border-radius: 50%;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.faq-toggle i {
  position: absolute;
  width: 10px;
  height: 1.5px;
  border-radius: 2px;
  background: #98a2b3;
  transition: background-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.faq-toggle i:last-child {
  transform: rotate(90deg);
}
.faq-item.open .faq-toggle {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.faq-item.open .faq-toggle i {
  background: #fff;
}
.faq-item.open .faq-toggle i:last-child {
  opacity: 0;
  transform: rotate(90deg) scaleX(0.2);
}
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}
.faq-answer__inner {
  min-height: 0;
  overflow: hidden;
}
.faq-answer p {
  margin: 0 36px 24px 0;
  color: #d0d5dd;
  font-size: 16px;
  line-height: 24px;
}
@media (hover: hover) {
  .faq-item button:hover .faq-toggle {
    border-color: #fff;
  }
}

.pricing-cta {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  min-height: 620px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 248px 24px 183px;
  background: #090d13;
  text-align: center;
}
.pricing-cta__background {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 620px;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(-50%);
}
.pricing-cta__figure {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  /* Figma mask SVG: linear gradient bottom→top, opaque at 11.6378% from bottom */
  -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 11.6378%, transparent 100%);
  mask-image: linear-gradient(to top, transparent 0%, #000 11.6378%, transparent 100%);
}
.pricing-cta__figure-media {
  position: relative;
  isolation: isolate;
  flex: 1 0 0;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  opacity: 0.69;
}
.pricing-cta__figure-media img {
  position: absolute;
  top: -28.96%;
  left: 0;
  width: 100%;
  height: 157.92%;
  max-width: none;
}
.pricing-cta__figure-hue {
  position: absolute;
  inset: 0;
  background: var(--color-blue-solid-600-same, #153ef0);
  mix-blend-mode: hue;
}
.pricing-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 1120px;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.pricing-cta__copy {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.pricing-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -1.2px;
  line-height: 72px;
}
.pricing-cta p {
  width: min(672px, 100%);
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.pricing-cta__action {
  box-sizing: border-box;
  display: inline-flex;
  height: 47px;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
  border-radius: 12px;
  padding: 8px 14px;
  background: var(--color-purple-500-same, #6a3bff);
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.18s ease;
}

@media (max-width: 1280px) {
  .pricing-cta {
    min-height: 520px;
    padding: 160px 32px 140px;
  }
  .pricing-cta h2 {
    font-size: 48px;
    letter-spacing: -0.96px;
    line-height: 58px;
  }
}

@media (max-width: 900px) {
  .pricing-page {
    padding-top: 24px;
  }
  .content-width {
    width: calc(100% - 22px);
  }
  .pricing-page__campaign {
    width: calc(100% - 2px);
    margin-bottom: 39px;
  }
  .pricing-page__campaign-desktop {
    display: none;
  }
  .pricing-page__campaign-mobile {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 242px;
    align-items: center;
    justify-content: center;
    border: 3px solid #181d27;
    border-radius: 24px;
    background: #0d1016;
  }
  .pricing-page__campaign-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .pricing-page__campaign-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .pricing-page__campaign-offer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
    width: min(324px, 100%);
  }
  .pricing-page__campaign-badge {
    display: inline-flex;
    width: 215px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    padding: 0 5px 0 3px;
    background: rgba(217, 7, 120, 0.6);
    transform: skewX(-10.89deg) scaleY(0.98);
  }
  .pricing-page__campaign-badge span {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.72px;
    line-height: 44px;
    white-space: nowrap;
    transform: skewX(11.79deg) scaleX(0.96) scaleY(0.98);
  }
  .pricing-page__campaign-offer p {
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -0.6px;
    line-height: 38px;
    text-align: center;
  }
  .pricing-page__campaign-offer em {
    color: #ff2d9e;
    font-style: italic;
    font-weight: 600;
  }
  .section-heading h1,
  .section-heading h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0;
  }
  .pricing-page__plans .section-heading h1 {
    text-transform: capitalize;
  }
  .pricing-page__plans .section-heading p {
    display: none;
  }
  .section-heading p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .section-heading--compact h2 {
    font-size: 30px;
  }
  .pricing-controls {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin: 19px 0 20px;
  }
  .pricing-tabs {
    box-sizing: border-box;
    width: 100%;
  }
  .pricing-tabs button {
    flex: 1;
    min-width: 0;
  }
  .pricing-controls__right {
    justify-content: center;
    flex-wrap: nowrap;
  }
  .plan-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .plan-card {
    height: auto;
    min-height: auto;
  }
  .plan-card__features,
  .skeleton-feature-list {
    display: none;
  }
  .credit-section {
    padding-top: 41px;
    padding-bottom: 40px;
  }
  .credit-section .section-heading {
    margin-bottom: 10px;
  }
  .comparison .section-heading {
    margin-bottom: 31px;
  }
  .credit-section__heading-desktop {
    display: none;
  }
  .credit-section__heading-mobile {
    display: block;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 38px;
  }
  .credit-section .section-heading em {
    color: #6a3bff;
    font-style: normal;
  }
  .credit-section .section-heading p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .comparison {
    width: calc(100% - 12px);
    padding-top: 41px;
  }
  .comparison .section-heading h2 {
    font-weight: 600;
    line-height: 38px;
  }
  .comparison .section-heading p {
    font-size: 12px;
    line-height: 20px;
  }
  .comparison-table-wrap {
    overflow-x: auto;
    border-radius: 20px;
    scrollbar-width: none;
  }
  .comparison-table-wrap::-webkit-scrollbar {
    display: none;
  }
  .comparison-table {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    gap: 20px;
    padding: 22px 0 10px;
  }
  .comparison-table__row {
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.65fr) minmax(0, 1fr) minmax(0, 1.2fr);
    column-gap: 6px;
    padding: 0 10px 10px 12px;
  }
  .comparison-table__row--head {
    padding-bottom: 0;
  }
  .comparison-table__cell {
    min-width: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }
  .comparison-table__cell--label {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
  }
  .comparison-table__cell--plan {
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
  }
  .comparison-table__icon {
    margin: 0;
  }
  .comparison-table__icon,
  .comparison-table__icon img {
    width: 14px;
    height: 14px;
  }
  .credit-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .credit-card {
    box-sizing: border-box;
    display: flex;
    height: 148px;
    min-height: 148px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-radius: 24px;
    padding: 0 16px;
    text-align: center;
    background: rgba(106, 59, 255, 0.1);
  }
  .credit-card__top,
  .credit-card__bottom {
    display: contents;
  }
  .credit-card--skeleton {
    padding-top: 0;
    background: rgba(106, 59, 255, 0.1);
  }
  .credit-card__for-price {
    display: none;
  }
  .credit-card header {
    order: 1;
  }
  .credit-card h3 {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  .credit-card p {
    display: none;
  }
  .credit-card strong {
    display: block;
    order: 3;
    margin: 0 0 11px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  .credit-card__unit {
    order: 2;
    width: auto;
    min-width: 0;
    height: 16.8px;
    min-height: 16.8px;
    gap: 2px;
    margin-bottom: 2px;
    border-radius: 8.4px;
    padding: 0 8.4px;
    font-size: 8.4px;
    font-weight: 400;
    line-height: 12.6px;
    white-space: nowrap;
  }
  .credit-card__unit-icon {
    width: 6.8px;
    height: 6.8px;
    flex: 0 0 6.8px;
  }
  .credit-card__unit-icon img,
  .credit-card__unit img {
    width: 6.8px;
    height: 6.8px;
    flex: 0 0 6.8px;
  }
  .credit-card button {
    order: 4;
    width: 100%;
    max-width: 153px;
    height: 28px;
    min-height: 28px;
    margin: 0;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    box-shadow: none;
    background: linear-gradient(182.9deg, rgba(106, 59, 255, 0) 12.7%, #6a3bff 75.8%), #3810b7;
  }
  .faq,
  .pricing-cta,
  .pricing-footer {
    display: none;
  }
  body:has(.pricing-page) footer {
    display: none;
  }
}

@media (max-width: 520px) {
  .billing-switch {
    gap: 7px;
    padding: 8px;
  }
  .payment-select {
    width: auto;
    min-width: 114px;
  }
}

