.pricing-shell {
  background: #ffffff;
}

.pricing-page {
  overflow: hidden;
  background: #ffffff;
  color: #1c2742;
}

.pricing-container {
  width: min(1504px, calc(100vw - 2 * max(24px, env(safe-area-inset-left))));
  margin-inline: auto;
}

.pricing-container--narrow {
  width: min(1424px, calc(100vw - 2 * max(24px, env(safe-area-inset-left))));
}

.pricing-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.pricing-heading h1,
.pricing-heading h2 {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  color: #101a36;
  font-family: var(--font-display);
  font-size: clamp(28px, 2.25vw, 52px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.pricing-heading h2 {
  margin-bottom: 16px;
  color: #000000;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: 0;
}

.pricing-heading h2::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 36px;
  flex-shrink: 0;
  background: url("/assets/images/home/icon-core-diamond.png") no-repeat center / contain;
}

.pricing-heading h2::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: 6px;
  z-index: -1;
  width: calc(100% - 50px);
  height: 26px;
  background: url("/assets/images/home/core-title-pill-image.png") no-repeat center / 100% 100%;
  pointer-events: none;
}

.pricing-heading p {
  margin: 0 auto;
  color: #393e4f;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.pricing-heading--hero h1 {
  color: #141621;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

.pricing-heading--hero p {
  width: min(1317px, 100%);
  max-width: none;
  margin-top: 16px;
  color: #141621;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
}

.pricing-hero {
  position: relative;
  padding: 72px 0 78px;
  background:
    linear-gradient(180deg, rgba(236, 246, 255, 0.72) 0%, rgba(255, 255, 255, 0.9) 76%, #ffffff 100%),
    url("/assets/images/pricing/hero-bg.png") top center / 100% auto no-repeat;
}

.pricing-hero__design {
  display: none;
}

.pricing-hero__tab-switchers {
  display: none;
}

.pricing-version-tabs__panels {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
}

.pricing-hero__pro-bottom {
  display: none;
}

.pricing-hero .pricing-container {
  width: min(1443px, calc(100vw - 2 * max(24px, env(safe-area-inset-left))));
}

.pricing-plans {
  position: relative;
  z-index: 1;
  width: 1443px;
  max-width: 100%;
  height: 892px;
  margin: 36px auto 0;
}

.pricing-card,
.pricing-mini-card,
.pricing-partner-card,
.pricing-faq__item {
  border: 1px solid rgba(44, 117, 255, 0.18);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(33, 91, 172, 0.12);
  backdrop-filter: blur(10px);
}

.pricing-card {
  position: relative;
  height: 892px;
  min-height: 892px;
  padding: 15px 22px 24px;
  border-radius: 8px;
  overflow: hidden;
}

.pricing-card--open {
  position: absolute;
  top: 0;
  left: 0;
  width: 328px;
}

.pricing-card--pro {
  position: absolute;
  top: 2px;
  left: 344px;
  width: 341px;
}

.pricing-card--enterprise {
  position: absolute;
  top: 0;
  left: 691px;
  width: 449px;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 5%, rgba(69, 163, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(244, 250, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 40%);
}

.pricing-card.is-featured {
  border-color: rgba(35, 102, 255, 0.72);
  box-shadow: 0 24px 58px rgba(20, 94, 245, 0.2);
}

.pricing-card--enterprise::after {
  content: "";
  position: absolute;
  top: 78px;
  right: -18px;
  width: 190px;
  height: 180px;
  background: url("/assets/images/pricing/edition-enterprise.png") center / contain no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.pricing-card__ribbon {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 80px;
  height: 34px;
  padding: 0 18px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(135deg, #176fff 0%, #00b6ff 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  box-shadow: 0 10px 22px rgba(21, 101, 255, 0.28);
}

.pricing-card__icon {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  top: 48px;
  left: 22px;
  width: 108px;
  height: 108px;
  margin: 0;
}

.pricing-card__icon img {
  display: block;
  width: 118px;
  height: 118px;
  object-fit: contain;
}

.pricing-card--pro .pricing-card__icon img {
  width: 128px;
  height: 128px;
}

.pricing-card--enterprise .pricing-card__icon {
  left: 30px;
}

.pricing-card--enterprise .pricing-card__icon img {
  width: 126px;
  height: 126px;
}

.pricing-card__body {
  position: static;
  z-index: auto;
}

.pricing-card__tag {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(29, 119, 255, 0.1);
  color: #1266d8;
  font-weight: 800;
  font-size: 14px;
}

.pricing-card h2 {
  position: relative;
  z-index: 2;
  margin: 71px 0 8px 132px;
  color: #101a36;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
}

.pricing-card--pro h2 {
  margin-left: 142px;
}

.pricing-card--enterprise h2 {
  margin-left: 158px;
}

.pricing-mini-card h2 {
  margin: 12px 0 4px;
  color: #101a36;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.pricing-card__subtitle,
.pricing-card__desc,
.pricing-card__note,
.pricing-mini-card p,
.pricing-partner-card p,
.pricing-partner-card blockquote,
.pricing-faq__item p {
  color: #40516f;
  line-height: 1.7;
}

.pricing-card__desc,
.pricing-card__stats,
.pricing-feature-columns,
.pricing-feature-list {
  position: relative;
  z-index: 2;
}

.pricing-card__subtitle {
  position: relative;
  z-index: 2;
  margin: 0 0 0 132px;
  font-size: 16px;
  text-align: left;
  line-height: 26px;
}

.pricing-card--pro .pricing-card__subtitle {
  margin-left: 142px;
}

.pricing-card--enterprise .pricing-card__subtitle {
  margin-left: 158px;
}

.pricing-card__desc {
  min-height: 52px;
  margin: 50px 14px 24px;
  font-size: 15px;
  text-align: center;
}

.pricing-card--enterprise .pricing-card__desc {
  margin-left: 38px;
  margin-right: 38px;
}

.pricing-card__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(27, 102, 255, 0.22);
  color: #0a66e8;
  font-size: 14px;
  font-weight: 800;
}

.pricing-card__stats span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin-right: 8px;
  vertical-align: -1px;
  background: rgba(27, 102, 255, 0.35);
}

.pricing-card__included {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  margin: 0 0 14px;
  padding: 0 12px;
  border-radius: 6px;
  background: #f0f6ff;
  color: #0a58ca;
  font-size: 14px;
  font-weight: 800;
}

.pricing-card--pro .pricing-card__included {
  width: 300px;
  margin-left: -5px;
}

.pricing-card--enterprise .pricing-card__included {
  width: 386px;
  margin-left: 8px;
}

.pricing-card__included::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #127bff, #00b8ff);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.72);
}

.pricing-feature-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 22px;
}

.pricing-feature-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-feature-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #263a5d;
  font-size: 14px;
  line-height: 22px;
}

.pricing-feature-list li::before {
  content: "✓";
  flex: 0 0 auto;
  color: #006dff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
}

.pricing-card__button,
.pricing-mini-card__button,
.pricing-service__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.pricing-card__button {
  position: absolute;
  z-index: 3;
  left: 24px;
  right: 24px;
  bottom: 144px;
  width: auto;
  min-height: 42px;
  margin: 0;
  font-size: 15px;
  font-weight: 900;
}

.pricing-card--open .pricing-card__button {
  bottom: 156px;
}

.pricing-card--enterprise .pricing-card__button {
  bottom: 157px;
}

.pricing-card__button--ghost {
  border: 1px solid #0b72ff;
  background: rgba(255, 255, 255, 0.7);
  color: #0b72ff;
}

.pricing-card__button--primary,
.pricing-mini-card__button,
.pricing-service__action {
  background: linear-gradient(135deg, #0b74ff 0%, #0915c4 100%);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(18, 85, 235, 0.23);
}

.pricing-card__button:hover,
.pricing-mini-card__button:hover,
.pricing-service__action:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(18, 85, 235, 0.3);
}

.pricing-card__button--ghost:hover {
  color: #ffffff;
  background: #0b72ff;
}

.pricing-card__link {
  position: absolute;
  z-index: 3;
  left: 24px;
  right: 24px;
  bottom: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  color: #0f6be8;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.pricing-card--open .pricing-card__link {
  bottom: 108px;
}

.pricing-card--enterprise .pricing-card__link {
  bottom: 108px;
  left: auto;
  right: 118px;
  width: 167px;
}

.pricing-card__link::after {
  content: "›";
  margin-left: 6px;
  font-size: 19px;
  line-height: 1;
}

.pricing-card__note {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 34px;
  margin: 0;
  font-size: 13px;
}

.pricing-card__note--info {
  top: 585px;
  bottom: auto;
  left: 20px;
  right: auto;
  width: 300px;
  min-height: 105px;
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: #eff6ff;
}

.pricing-card__note strong {
  color: #1b3d78;
}

.pricing-side-plans {
  position: absolute;
  top: 0;
  left: 1152px;
  width: 290px;
  display: grid;
  gap: 18px;
}

.pricing-mini-card {
  display: flex;
  height: 437px;
  min-height: 437px;
  flex-direction: column;
  align-items: center;
  padding: 22px 24px;
  border-radius: 8px;
  text-align: center;
}

.pricing-mini-card img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.pricing-mini-card h2 {
  margin-top: 16px;
  font-size: 24px;
}

.pricing-mini-card__price {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  margin: 8px 0 12px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f0f6ff;
  color: #0b62dc;
  font-size: 14px;
  font-weight: 800;
}

.pricing-mini-card p:not(.pricing-mini-card__price) {
  flex: 1;
  margin: 0;
  font-size: 14px;
}

.pricing-mini-card__button {
  width: 100%;
  min-height: 42px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 900;
}

@media (min-width: 1440px) {
  .pricing-hero {
    height: 1205px;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
  }

  .pricing-hero::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: calc(50% - 229px);
    width: 62px;
    height: 2px;
    background: #e6eef9;
    pointer-events: none;
  }

  .pricing-hero__design {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    display: block;
    width: 1920px;
    height: 1205px;
    max-width: none;
    object-fit: cover;
    object-position: top center;
    pointer-events: none;
    transform: translateX(-50%);
    user-select: none;
  }

  .pricing-hero__tab-switchers {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 50%;
    display: block;
    width: 1920px;
    height: 1205px;
    max-width: none;
    pointer-events: none;
    transform: translateX(-50%);
  }

  .pricing-version-tabs {
    position: absolute;
    top: 514px;
    height: 42px;
    pointer-events: auto;
  }

  .pricing-version-tabs--open {
    left: 268px;
    width: 271px;
  }

  .pricing-version-tabs--pro {
    left: 606px;
    width: 292px;
  }

  .pricing-version-tabs--enterprise {
    left: 955px;
    width: 397px;
  }

  .pricing-version-tabs__list {
    position: relative;
    display: grid;
    height: 42px;
    align-items: stretch;
    border-bottom: 1px solid #e6e6e6;
    background: #ffffff;
  }

  .pricing-version-tabs--open .pricing-version-tabs__list {
    grid-template-columns: 116px 132px;
    column-gap: 23px;
  }

  .pricing-version-tabs--pro .pricing-version-tabs__list {
    grid-template-columns: 120px 136px;
    column-gap: 36px;
  }

  .pricing-version-tabs--enterprise .pricing-version-tabs__list {
    grid-template-columns: 84px 87px 129px 97px;
  }

  .pricing-version-tabs--open .pricing-version-tabs__list::before,
  .pricing-version-tabs--pro .pricing-version-tabs__list::before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
  }

  .pricing-version-tabs--open .pricing-version-tabs__list::before {
    top: 13px;
    left: 129px;
    width: 2px;
    height: 18px;
    background: #f8f8f8;
  }

  .pricing-version-tabs--pro .pricing-version-tabs__list::before {
    top: 14px;
    left: 135px;
    width: 3px;
    height: 18px;
    background: linear-gradient(90deg, #fbfbfb 0 1px, #f7f7f7 1px 2px, #fefefe 2px);
  }

  .pricing-version-tabs__tab {
    position: relative;
    display: flex;
    min-width: 0;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    white-space: nowrap;
  }

  .pricing-version-tabs--enterprise .pricing-version-tabs__tab {
    font-size: 14px;
    letter-spacing: -1px;
  }

  .pricing-version-tabs--enterprise .pricing-version-tabs__tab:not(:last-child)::before {
    --pricing-tab-separator-core: rgba(0, 0, 0, 0.33);
    --pricing-tab-separator-edge: rgba(0, 0, 0, 0.165);
    content: "";
    position: absolute;
    top: 13px;
    width: 2px;
    height: 15px;
    background: linear-gradient(
      90deg,
      var(--pricing-tab-separator-core) 0 1px,
      var(--pricing-tab-separator-edge) 1px 2px
    );
    pointer-events: none;
  }

  .pricing-version-tabs--enterprise .pricing-version-tabs__tab:not(:last-child)[aria-selected="true"]::before,
  .pricing-version-tabs--enterprise .pricing-version-tabs__tab:not(:last-child):hover::before {
    --pricing-tab-separator-core: rgba(15, 105, 230, 0.29);
    --pricing-tab-separator-edge: rgba(15, 105, 230, 0.37);
  }

  .pricing-version-tabs--enterprise .pricing-version-tabs__tab:nth-child(1)::before {
    right: 1px;
  }

  .pricing-version-tabs--enterprise .pricing-version-tabs__tab:nth-child(2)::before {
    right: -2px;
  }

  .pricing-version-tabs--enterprise .pricing-version-tabs__tab:nth-child(3)::before {
    right: 12px;
    width: 1px;
    background: var(--pricing-tab-separator-core);
  }

  .pricing-version-tabs__tab:hover,
  .pricing-version-tabs__tab[aria-selected="true"] {
    color: #0f69e6;
  }

  .pricing-version-tabs__tab[aria-selected="true"]::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: #0f69e6;
  }

  .pricing-version-tabs__tab:focus-visible {
    z-index: 1;
    outline: 2px solid rgba(15, 105, 230, 0.7);
    outline-offset: -2px;
  }

  .pricing-version-tabs__panels {
    min-height: 378px;
    overflow: visible;
    background: #ffffff;
    isolation: isolate;
  }

  .pricing-version-tabs__panels [role="tabpanel"] {
    min-height: 378px;
    background: #ffffff;
  }

  .pricing-version-tabs__panels > [role="tabpanel"] {
    position: relative;
    z-index: 1;
  }

  .pricing-version-tabs--open .pricing-version-tabs__panels > [role="tabpanel"] {
    box-shadow: -2px 0 0 #ffffff;
  }

  .pricing-version-tabs--pro .pricing-version-tabs__panels,
  .pricing-version-tabs--pro .pricing-version-tabs__panels [role="tabpanel"] {
    background: transparent;
  }

  .pricing-version-tabs--pro .pricing-version-tabs__panels::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: -8px;
    width: 304px;
    background:
      linear-gradient(90deg, #ffffff 0 24%, #fbfcff 24% 39%, #ffffff 39% 61%, #fbfcff 61% 77%, #ffffff 77% 100%);
    pointer-events: none;
  }

  .pricing-tab-content {
    --pricing-tab-check-color: #0f69e6;
    box-sizing: border-box;
    min-height: 378px;
    padding-top: 22px;
    color: rgba(0, 0, 0, 0.65);
    font-family: var(--font-sans);
  }

  .pricing-tab-content--enterprise {
    --pricing-tab-check-color: #0926a0;
    padding-top: 13px;
  }

  .pricing-tab-content--pro {
    padding-top: 13px;
  }

  .pricing-tab-content--enterprise-included {
    padding-top: 13px;
  }

  .pricing-tab-content__included {
    display: flex;
    box-sizing: border-box;
    width: 300px;
    height: 32px;
    align-items: center;
    gap: 8px;
    margin: 0 0 9px -8px;
    padding: 0 22px;
    border-radius: 8px;
    background: #e7f0fd;
    color: #004ab3;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    white-space: nowrap;
  }

  .pricing-tab-content__included::before {
    content: "";
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    background: url("/assets/images/pricing/badge-check.svg") center / contain no-repeat;
  }

  .pricing-tab-content__included--enterprise {
    width: 386px;
    margin-left: 3px;
    background: #dee5fd;
    color: #0926a0;
  }

  .pricing-tab-content__included--enterprise::before {
    background-image: url("/assets/images/pricing/badge-check-enterprise.svg");
  }

  .pricing-tab-content__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .pricing-tab-content__list--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: column;
    column-gap: 12px;
  }

  .pricing-tab-content--pro .pricing-tab-content__list--two {
    grid-template-columns: 176px 104px;
  }

  .pricing-tab-content--enterprise .pricing-tab-content__list {
    width: 386px;
    margin-left: 3px;
  }

  .pricing-tab-content--enterprise .pricing-tab-content__list--two {
    grid-template-columns: 206px 168px;
  }

  .pricing-tab-content__list--rows-6 {
    grid-template-rows: repeat(6, var(--pricing-tab-row-height, 40px));
  }

  .pricing-tab-content__list--rows-7 {
    grid-template-rows: repeat(7, var(--pricing-tab-row-height, 30px));
  }

  .pricing-tab-content__list--rows-8 {
    grid-template-rows: repeat(8, var(--pricing-tab-row-height, 40px));
  }

  .pricing-tab-content__list li {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 8px;
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: var(--pricing-tab-row-height, 40px);
    white-space: nowrap;
  }

  .pricing-tab-content--pro .pricing-tab-content__list li,
  .pricing-tab-content--enterprise .pricing-tab-content__list li {
    color: #545454;
  }

  .pricing-tab-content__list li::before {
    content: "✓";
    flex: 0 0 auto;
    color: var(--pricing-tab-check-color);
    font-size: 13px;
    font-weight: 900;
    line-height: inherit;
  }

  .pricing-tab-content--open .pricing-tab-content__list li {
    gap: 12px;
    margin-left: -1px;
    color: #595959;
    font-size: 16px;
  }

  .pricing-tab-content--open .pricing-tab-content__list li::before {
    font-size: 16px;
  }

  .pricing-tab-content--pro {
    --pricing-tab-row-height: 30px;
  }

  .pricing-tab-content__note {
    position: relative;
    box-sizing: border-box;
    width: 300px;
    height: 100px;
    margin: 8px 0 0 -4px;
    padding: 10px 18px 8px 48px;
    border-radius: 8px;
    background: #e7f0fd;
    color: #717171;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .pricing-tab-content__note strong {
    position: relative;
    display: block;
    margin: 0;
    color: #0f6be8;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .pricing-tab-content__note strong::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -21px;
    width: 16px;
    height: 16px;
    background: url("/assets/images/pricing/note-info.svg") center / contain no-repeat;
  }

  .pricing-tab-content__note span {
    display: block;
    margin-top: 1px;
  }

  .pricing-hero__pro-bottom {
    position: absolute;
    z-index: 3;
    top: 813px;
    left: calc(50% - 358px);
    display: block;
    width: 300px;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  }

  .pricing-hero__pro-bottom::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -21px;
    width: 341px;
    height: 228px;
    border-radius: 0 0 8px 8px;
    background:
      linear-gradient(90deg, #ffffff 0 24%, #fbfcff 24% 39%, #ffffff 39% 61%, #fbfcff 61% 77%, #ffffff 77% 100%);
    pointer-events: none;
  }

  .pricing-hero__pro-note {
    position: relative;
    box-sizing: border-box;
    width: 300px;
    height: 105px;
    margin: 15px 0 0;
    padding: 0;
    border-radius: 8px;
    background: #e7f0fd;
    color: #717171;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .pricing-hero__pro-note strong {
    position: absolute;
    top: 12px;
    left: 50px;
    display: block;
    width: 204px;
    height: 27px;
    margin: 0;
    color: #0f6be8;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .pricing-hero__pro-note strong::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -21px;
    width: 16px;
    height: 16px;
    background: url("/assets/images/pricing/note-info.svg") center / contain no-repeat;
  }

  .pricing-hero__pro-note span {
    position: absolute;
    top: 33px;
    left: 49px;
    display: block;
    width: 248px;
    color: #717171;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .pricing-hero__pro-button {
    display: flex;
    width: 300px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #0f6be8;
    color: #ffffff;
    font-size: 18px;
    line-height: 42px;
    text-decoration: none;
  }

  .pricing-hero__pro-button:hover {
    background: #0f6be8;
    color: #ffffff;
    transform: none;
    box-shadow: none;
  }

  .pricing-hero__pro-link {
    display: flex;
    width: 300px;
    height: 22px;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
    color: #0f6be8;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
  }

  .pricing-hero__pro-link::after {
    content: "›";
    margin-left: 8px;
    font-size: 22px;
    line-height: 1;
  }

  .pricing-hero .pricing-container {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 1446px;
    height: 100%;
    max-width: none;
    transform: translateX(-50%);
  }

  .pricing-heading--hero p {
    margin-right: 0;
    margin-left: 123px;
    text-align: left;
    white-space: nowrap;
  }

  .pricing-heading--hero {
    opacity: 0;
    pointer-events: none;
  }

  .pricing-plans {
    position: absolute;
    top: 241px;
    left: 0;
    margin-top: 0;
    background: none;
    opacity: 0;
  }

  .pricing-card,
  .pricing-mini-card {
    border: 3px solid #ffffff;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    backdrop-filter: none;
  }

  .pricing-card::before {
    background: linear-gradient(180deg, rgba(249, 250, 253, 0.18) 0%, #ffffff 100%);
  }

  .pricing-card.is-featured {
    border: 1px solid #0f69e6;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  }

  .pricing-card--pro.is-featured {
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .pricing-card--pro::before {
    inset: auto;
    top: 0;
    left: 0;
    width: 385px;
    height: 936px;
    background: url("/assets/images/pricing/pro-card-bg.png") 0 0 / 100% 100% no-repeat;
    opacity: 1;
  }

  .pricing-card__tag {
    min-width: 116px;
    height: 31px;
    gap: 8px;
    justify-content: flex-start;
    padding: 0 14px;
    border-radius: 50px;
    background: #e7f0fd;
    color: #0e65de;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 700;
  }

  .pricing-card__tag::before {
    content: "";
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    background: url("/assets/images/pricing/tag-open.svg") center / contain no-repeat;
  }

  .pricing-card--pro .pricing-card__tag::before {
    border-radius: 50%;
    background: linear-gradient(135deg, #0f69e6, #45b7ff);
  }

  .pricing-card--enterprise .pricing-card__tag {
    top: 12px;
    left: 33px;
    background: #dee5fd;
    color: #0927a3;
  }

  .pricing-card--enterprise .pricing-card__tag::before {
    background: url("/assets/images/pricing/link-arrow-blue.svg") center / contain no-repeat;
  }

  .pricing-card h2 {
    color: #061737;
    font-family: "Source Han Sans SC VF", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 700;
    line-height: 20px;
  }

  .pricing-card--open h2 {
    margin-left: 125px;
  }

  .pricing-card--enterprise h2 {
    margin-left: 136px;
  }

  .pricing-card__subtitle {
    color: #3b3b3b;
    font-family: "Source Han Sans SC VF", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    line-height: 20px;
  }

  .pricing-card--open .pricing-card__subtitle {
    margin-left: 125px;
  }

  .pricing-card--enterprise .pricing-card__subtitle {
    margin-left: 136px;
  }

  .pricing-card__desc {
    color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
    line-height: 26px;
  }

  .pricing-card__icon {
    overflow: hidden;
    place-items: start;
  }

  .pricing-card--open .pricing-card__icon {
    top: 53px;
    left: 10px;
    width: 124px;
    height: 125px;
    border-radius: 52px;
  }

  .pricing-card--open .pricing-card__icon img {
    width: 150px;
    height: 151px;
    max-width: none;
    object-fit: cover;
    transform: translate(-9px, -14px);
  }

  .pricing-card--pro .pricing-card__icon {
    top: 0;
    left: 0;
    width: 341px;
    height: 378px;
    border-radius: 8px;
    opacity: 0.4;
    pointer-events: none;
  }

  .pricing-card--pro .pricing-card__icon img {
    width: 341px;
    height: 378px;
    object-fit: cover;
  }

  .pricing-card--enterprise .pricing-card__icon {
    top: 53px;
    left: 19px;
    width: 130px;
    height: 125px;
    border-radius: 39px;
  }

  .pricing-card--enterprise .pricing-card__icon img {
    width: 130px;
    height: 131px;
    max-width: none;
    object-fit: cover;
    transform: translateY(-3px);
  }

  .pricing-card__stats {
    justify-content: center;
    gap: 0;
    min-height: 34px;
    margin-bottom: 14px;
    padding-bottom: 8px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
  }

  .pricing-card__included {
    border-radius: 8px;
    background: #e7f0fd;
    color: #004ab3;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .pricing-card--enterprise .pricing-card__included {
    background: #d7def8;
  }

  .pricing-card__included::before {
    background: url("/assets/images/pricing/badge-check.svg") center / contain no-repeat;
    box-shadow: none;
  }

  .pricing-card__stats span:first-child {
    color: #0f69e6;
  }

  .pricing-card__stats span + span::before {
    display: inline;
    width: auto;
    height: auto;
    margin: 0 18px;
    vertical-align: baseline;
    background: transparent;
  }

  .pricing-card--open .pricing-card__stats span + span::before,
  .pricing-card--pro .pricing-card__stats span + span::before {
    content: "";
  }

  .pricing-card--enterprise .pricing-card__stats {
    font-size: 14px;
    letter-spacing: -1px;
  }

  .pricing-card--enterprise .pricing-card__stats span + span::before {
    content: "｜";
    margin: 0 5px;
    color: #0f69e6;
  }

  .pricing-card--open .pricing-feature-list,
  .pricing-card--enterprise .pricing-feature-list {
    gap: 0;
  }

  .pricing-card--open .pricing-feature-list li {
    font-size: 16px;
    line-height: 40px;
  }

  .pricing-card--pro .pricing-feature-list {
    gap: 0;
  }

  .pricing-card--pro .pricing-feature-list li {
    line-height: 30px;
  }

  .pricing-card--enterprise .pricing-feature-list li {
    line-height: 40px;
  }

  .pricing-feature-list li::before {
    line-height: inherit;
  }

  .pricing-feature-list li {
    white-space: nowrap;
  }

  .pricing-card--open .pricing-card__note {
    top: 815px;
    bottom: auto;
    left: 57px;
    right: auto;
    width: 260px;
    font-size: 16px;
    line-height: 26px;
  }

  .pricing-card__note--info {
    color: #717171;
    font-size: 14px;
    line-height: 24px;
  }

  .pricing-card--open .pricing-card__note::before,
  .pricing-card--enterprise .pricing-card__note::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 19px;
    margin-right: 10px;
    vertical-align: -4px;
    background: url("/assets/images/pricing/note-shield.svg") center / contain no-repeat;
  }

  .pricing-mini-card {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
  }

  .pricing-mini-card img {
    position: absolute;
    top: 22px;
    left: 69px;
    width: 145px;
    height: 145px;
    object-fit: cover;
    border-radius: 214px;
  }

  .pricing-mini-card + .pricing-mini-card img {
    top: 11px;
    width: 153px;
    height: 153px;
  }

  .pricing-mini-card h2 {
    position: absolute;
    top: 177px;
    left: 0;
    width: 100%;
    margin: 0;
    color: #061737;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
  }

  .pricing-mini-card + .pricing-mini-card h2 {
    top: 177px;
  }

  .pricing-mini-card__price {
    position: absolute;
    top: 211px;
    left: 63px;
    width: 166px;
    min-height: 27px;
    margin: 0;
    padding: 0;
    border-radius: 50px;
    background: #d4e4fe;
    color: #333333;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
  }

  .pricing-mini-card + .pricing-mini-card .pricing-mini-card__price {
    top: 209px;
  }

  .pricing-mini-card p:not(.pricing-mini-card__price) {
    position: absolute;
    top: 256px;
    left: 20px;
    right: 18px;
    margin: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 15px;
    line-height: 26px;
    text-align: center;
  }

  .pricing-mini-card__button {
    position: absolute;
    top: 350px;
    left: 26px;
    width: 244px;
    min-height: 42px;
    margin: 0;
    border-radius: 8px;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .pricing-mini-card + .pricing-mini-card .pricing-mini-card__button {
    top: 351px;
    left: 24px;
  }
}

.pricing-compare {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}

.pricing-compare::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: min(100%, 1920px);
  height: clamp(27px, 3.75vw, 72px);
  background: linear-gradient(180deg, #f8fafc 0%, #fbfcfe 46%, #ffffff 100%);
  pointer-events: none;
  transform: translateX(-50%);
  display: none;
}

.pricing-compare .pricing-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
}

.pricing-compare .pricing-heading {
  position: absolute;
  z-index: 4;
  top: clamp(18px, 2.4vw, 46px);
  left: 0;
  width: 100%;
}

.pricing-compare .pricing-heading h2 {
  color: #000000;
}

.pricing-compare .pricing-heading p {
  color: #393e4f;
}

.pricing-compare__panel {
  position: relative;
  width: min(100%, 1920px);
  aspect-ratio: 2172 / 814;
  margin: 0 auto;
  overflow: hidden;
  container-type: inline-size;
}

.pricing-compare__panel::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 55%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.pricing-compare__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.pricing-compare__advice-grid {
  position: absolute;
  z-index: 1;
  top: 34.12%;
  left: 13.54%;
  display: grid;
  width: 41%;
  height: 43.68%;
  grid-template-columns: 48.3% 48.3%;
  grid-template-rows: 48.3% 48.3%;
  align-content: space-between;
  justify-content: space-between;
}

.pricing-compare__advice-card {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  overflow: hidden;
}

.pricing-compare__card-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

.pricing-compare__advice-icon {
  position: relative;
  z-index: 1;
  width: 34%;
  height: 88%;
  flex: 0 0 34%;
  margin-left: 2.5%;
  object-fit: contain;
}

.pricing-compare__advice-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  flex: 1;
  margin: 0 5% 0 -0.5%;
  color: #061737;
  font-family: "Source Han Sans SC VF", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.pricing-compare__advice-copy h3 {
  margin: 0 0 0.55cqw;
  color: #111111;
  font-size: clamp(11px, 1.25cqw, 24px);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.pricing-compare__advice-copy p {
  margin: 0;
  color: #4b5e7d;
  font-size: clamp(8px, 0.83cqw, 16px);
  font-weight: 400;
  line-height: 1.75;
  white-space: nowrap;
}

.pricing-compare__qr-visual {
  position: absolute;
  z-index: 2;
  top: 38.24%;
  left: 57.75%;
  width: 17.8%;
  aspect-ratio: 447 / 404;
}

.pricing-compare__qr-stage {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.pricing-compare__qr-code {
  position: absolute;
  z-index: 2;
  top: 10.5%;
  left: 23.4%;
  display: block;
  width: 49%;
  height: auto;
}

.pricing-compare__consult {
  position: absolute;
  z-index: 2;
  top: 41.02%;
  left: 75.82%;
  width: 16%;
  color: #10234b;
  font-family: "Source Han Sans SC VF", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.pricing-compare__consult h3 {
  margin: 0;
  color: #073c9a;
  font-size: clamp(18px, 1.88cqw, 36px);
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.pricing-compare__consult > p {
  margin: 0.75cqw 0 0;
  color: #333333;
  font-size: clamp(11px, 1.05cqw, 20px);
  line-height: 1.5;
  white-space: nowrap;
}

.pricing-compare__consult ul {
  display: grid;
  gap: 0.68cqw;
  margin: 1.28cqw 0 0;
  padding: 0;
  list-style: none;
}

.pricing-compare__consult li {
  display: flex;
  align-items: center;
  gap: 0.8cqw;
  color: #333333;
  font-size: clamp(11px, 1.04cqw, 20px);
  line-height: 1.35;
  white-space: nowrap;
}

.pricing-compare__consult li::before {
  content: "";
  width: clamp(11px, 1.09cqw, 21px);
  height: clamp(11px, 1.09cqw, 21px);
  flex: 0 0 auto;
  background: url("/assets/images/pricing/compare/check.png") center / contain no-repeat;
}

.pricing-service {
  padding: 72px 0 0;
  background: #ffffff;
}

.pricing-service .pricing-heading p {
  margin-top: 23px;
}

.pricing-service__figure {
  width: min(100%, 1504px);
  margin: -18px auto 0;
  overflow: hidden;
}

.pricing-service__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1504 / 866;
  container-type: inline-size;
  color: #061737;
  font-family: "Source Han Sans SC VF", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.pricing-service__steps {
  position: absolute;
  top: 4.39%;
  left: 2.99%;
  display: grid;
  width: 94.02%;
  height: 47.34%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 2.73cqw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-service__steps::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 1.79cqw;
  right: 6.7cqw;
  left: 6.7cqw;
  border-top: 2px dashed #4b93ff;
}

.pricing-service__steps li {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 5.12cqw 0.65cqw 1.4cqw;
  text-align: center;
}

.pricing-service__steps li::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 3.46cqw;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d8e8ff;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(38, 99, 173, 0.1);
}

.pricing-service__steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 43%;
  right: -2.25cqw;
  width: clamp(18px, 2.13cqw, 32px);
  height: clamp(16px, 1.93cqw, 29px);
  background: url("/assets/images/pricing/service/step-arrow.png") center / contain no-repeat;
  pointer-events: none;
}

.pricing-service__step-number {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  display: grid;
  width: 3.59cqw;
  height: 3.59cqw;
  place-items: center;
  border: 4px solid #e5f1ff;
  border-radius: 50%;
  background: linear-gradient(180deg, #2185ff 0%, #0658df 100%);
  color: #ffffff;
  font-size: clamp(13px, 1.66cqw, 25px);
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 5px 12px rgba(15, 98, 230, 0.2);
  transform: translateX(-50%);
}

.pricing-service__steps img {
  position: relative;
  z-index: 1;
  display: block;
  width: 10.64cqw;
  height: 9.97cqw;
  flex: 0 0 auto;
  object-fit: contain;
}

.pricing-service__steps h3 {
  position: relative;
  z-index: 1;
  margin: 0.08cqw 0 0;
  color: #111111;
  font-size: clamp(12px, 1.33cqw, 20px);
  font-weight: 700;
  line-height: 1.4;
}

.pricing-service__steps p {
  position: relative;
  z-index: 1;
  margin: 0.65cqw 0 0;
  color: #3d4657;
  font-size: clamp(9px, 1.06cqw, 16px);
  font-weight: 400;
  line-height: 1.75;
}

.pricing-service__advantages {
  position: absolute;
  top: 55.2%;
  left: 2.99%;
  display: grid;
  width: 94.02%;
  height: 18.94%;
  box-sizing: border-box;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 1.7cqw;
  border: 1px solid #d8e8ff;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 22px rgba(38, 99, 173, 0.09);
}

.pricing-service__advantages article {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 0 1.25cqw;
}

.pricing-service__advantages article + article::before {
  content: "";
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 0;
  width: 1px;
  background: #d8e8ff;
}

.pricing-service__advantages img {
  display: block;
  width: 7.65cqw;
  height: 8.31cqw;
  flex: 0 0 auto;
  object-fit: contain;
}

.pricing-service__advantages h3 {
  margin: 0;
  color: #111111;
  font-size: clamp(11px, 1.2cqw, 18px);
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}

.pricing-service__advantages p {
  margin: 0.45cqw 0 0;
  color: #485166;
  font-size: clamp(9px, 1.06cqw, 16px);
  line-height: 1.65;
}

.pricing-service__banner {
  position: absolute;
  top: 77.25%;
  left: 2.33%;
  display: flex;
  width: 95.34%;
  height: 19.98%;
  box-sizing: border-box;
  align-items: center;
  padding: 0 2.8cqw 0 4.1cqw;
  border: 0;
  border-radius: 12px;
  background: url("/assets/images/pricing/service/banner-bg.png") center / 100% 100% no-repeat;
  box-shadow: none;
}

.pricing-service__banner img {
  display: block;
  width: clamp(96px, 10.37cqw, 156px);
  height: clamp(71px, 7.71cqw, 116px);
  flex: 0 0 auto;
  object-fit: contain;
}

.pricing-service__banner strong {
  margin-left: 1.6cqw;
  color: #061a3f;
  font-size: clamp(22px, 2.13cqw, 32px);
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.pricing-service__action {
  width: clamp(156px, 12.9cqw, 194px);
  height: clamp(38px, 3.19cqw, 48px);
  min-height: 0;
  margin-right: 3.7cqw;
  margin-left: auto;
  border-radius: 6px;
  background: #125ef2;
  box-shadow: 0 6px 14px rgba(18, 85, 235, 0.2);
  font-size: clamp(15px, 1.13cqw, 17px);
  font-weight: 700;
  letter-spacing: 0;
}

.pricing-service__action::after {
  content: "→";
  margin-left: 10px;
}

.pricing-service__action:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(18, 85, 235, 0.26);
}

.pricing-partners {
  position: relative;
  padding: 24px 0 92px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(238, 247, 255, 0.9) 100%),
    url("/assets/images/pricing/partner-bg.png") bottom center / 100% auto no-repeat;
}

.pricing-partners .pricing-container {
  width: min(1440px, calc(100vw - 2 * max(24px, env(safe-area-inset-left))));
}

.pricing-partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 38px;
}

.pricing-partner-card {
  position: relative;
  height: 450px;
  min-height: 450px;
  box-sizing: border-box;
  padding: 49px 30px 214px;
  border: 1px solid #d9e8fb;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 12px 30px rgba(33, 91, 172, 0.12);
}

.pricing-partner-card img {
  display: block;
  object-fit: contain;
  object-position: left center;
}

.pricing-partner-card:nth-child(1) img {
  width: 242px;
  height: 45px;
  margin-bottom: 13px;
}

.pricing-partner-card:nth-child(2) img {
  width: 211px;
  height: 37px;
  margin-bottom: 21px;
}

.pricing-partner-card:nth-child(3) img {
  width: 198px;
  height: 59px;
  margin-bottom: -1px;
}

.pricing-partner-card h3 {
  margin: 0 0 12px;
  color: #20283a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}

.pricing-partner-card p {
  margin: 0;
  color: #3e495f;
  font-size: 18px;
  line-height: 1.65;
}

.pricing-partner-card blockquote {
  position: absolute;
  right: 30px;
  bottom: 24px;
  left: 30px;
  box-sizing: border-box;
  height: 178px;
  min-height: 178px;
  margin: 0;
  padding: 22px 24px 46px 55px;
  border-radius: 6px;
  background: #f2f6fd;
  color: #3e495f;
  font-size: 16px;
  line-height: 1.8;
}

.pricing-partner-card blockquote::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 12px;
  width: 28px;
  height: 24px;
  background: url("/assets/images/pricing/partners/quote.png") center / contain no-repeat;
}

.pricing-partner-card span {
  position: absolute;
  z-index: 2;
  right: 48px;
  bottom: 43px;
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #0c62d8;
  font-size: 16px;
  font-weight: 700;
}

.pricing-partner-card span::before {
  content: "";
  width: 36px;
  height: 1px;
  margin-right: 8px;
  background: #3b86ed;
}

.pricing-faq {
  padding: 74px 0 80px;
  background: #edf5fc;
}

.pricing-faq__list {
  display: grid;
  gap: 15px;
  margin-top: 36px;
}

.pricing-faq__item {
  border-radius: 6px;
  overflow: hidden;
}

.pricing-faq__item summary {
  position: relative;
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  padding: 0 58px 0 34px;
  color: #1a2b50;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.pricing-faq__item summary::-webkit-details-marker {
  display: none;
}

.pricing-faq__item summary::before {
  content: "Q";
  display: inline-grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #edf5ff;
  color: #0a6eff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(7, 97, 255, 0.22);
}

.pricing-faq__item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #8a9ab5;
  border-bottom: 2px solid #8a9ab5;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.25s ease;
}

.pricing-faq__item[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.pricing-faq__item p {
  margin: 0 24px 20px 70px;
  padding: 16px 22px;
  border-radius: 6px;
  background: #f6faff;
  font-size: 14px;
}

@media (max-width: 1439px) {
  .pricing-plans {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    height: auto;
    max-width: none;
    gap: 26px;
  }

  .pricing-card--open,
  .pricing-card--pro,
  .pricing-card--enterprise {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }

  .pricing-side-plans {
    position: static;
    width: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }

  .pricing-card {
    height: auto;
    min-height: 0;
  }

  .pricing-card__button,
  .pricing-card__link,
  .pricing-card__note,
  .pricing-card__note--info {
    position: static;
    width: auto;
    min-height: 0;
    margin-top: 16px;
  }

  .pricing-card__button,
  .pricing-card__link {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .pricing-hero {
    padding-top: 54px;
  }

  .pricing-partner-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767px) {
  .pricing-container,
  .pricing-container--narrow {
    width: min(100% - 32px, 560px);
  }

  .pricing-heading h1,
  .pricing-heading h2 {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .pricing-heading h2::before {
    width: 36px;
    height: 28px;
  }

  .pricing-heading h2::after {
    right: -14px;
    bottom: 4px;
    width: calc(100% - 42px);
  }

  .pricing-heading p {
    font-size: 15px;
  }

  .pricing-plans,
  .pricing-side-plans,
  .pricing-feature-columns {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    padding: 24px 20px;
  }

  .pricing-card__desc {
    min-height: 0;
  }

  .pricing-card--enterprise::after {
    opacity: 0.08;
  }

  .pricing-feature-columns {
    gap: 11px;
  }

  .pricing-card__stats span + span::before {
    display: none;
  }

  .pricing-card__stats span {
    width: 100%;
  }

  .pricing-service,
  .pricing-partners,
  .pricing-faq {
    padding-block: 54px;
  }

  .pricing-compare {
    padding: 0;
  }

  .pricing-compare__panel {
    width: 720px;
    max-width: none;
    transform: translateX(calc((100vw - 720px) / 2));
  }

  .pricing-compare .pricing-container {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .pricing-service__figure {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .pricing-service__stage {
    width: 760px;
    max-width: none;
  }

  .pricing-partner-card {
    min-height: 0;
  }

  .pricing-faq__item summary {
    min-height: 52px;
    padding: 14px 44px 14px 18px;
    align-items: flex-start;
  }

  .pricing-faq__item summary::after {
    right: 18px;
  }

  .pricing-faq__item p {
    margin: 0 14px 16px;
  }
}
