﻿:root {
  color-scheme: dark;
  --bg: #000000;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --line: rgba(255, 255, 255, 0.1);
  --line-soft: rgba(255, 255, 255, 0.08);
  --cyan: #00caf4;
  --violet: #ad46ff;
  --pink: #f4359e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", "Noto Sans SC", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.pricing-page {
  min-height: 100vh;
  background: #000;
  overflow-x: hidden;
}

.pricing-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 100px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    background 240ms ease,
    backdrop-filter 240ms ease,
    box-shadow 240ms ease;
}

.pricing-nav.is-blurred {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border: 0;
}

.pricing-nav.navbar-transparent,
.pricing-nav.is-blurred.navbar-transparent {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border: 0;
}

.pricing-nav-inner {
  position: relative;
  width: min(1260px, calc(100vw - 80px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-brand,
.pricing-footer-brand {
  display: inline-flex;
  align-items: center;
}

.pricing-brand-image {
  width: 164px;
  height: 40px;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.pricing-menu {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100px;
  display: flex;
  align-items: center;
}

.pricing-menu a {
  min-width: 92px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}

.pricing-menu a:hover {
  color: var(--cyan);
}

.pricing-download {
  width: 120px;
  height: 40px;
  border: 1px solid var(--cyan);
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(0, 202, 244, 0.4),
    rgba(173, 70, 255, 0.4) 48.077%,
    rgba(244, 53, 158, 0.4)
  );
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pricing-download span {
  background: linear-gradient(90deg, var(--cyan), var(--violet) 48.077%, var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 16px;
  line-height: 16px;
}

.pricing-main {
  position: relative;
}

.pricing-section {
  position: relative;
  min-height: 980px;
}

.pricing-section-inner {
  width: min(1260px, calc(100vw - 80px));
  margin: 0 auto;
}

.pricing-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 196px;
  text-align: center;
}

.pricing-hero {
  min-height: 980px;
  overflow: hidden;
  background: #02030b;
}

.pricing-hero-aurora {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: transparent;
}

.pricing-hero-aurora canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.pricing-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 320px;
  background: radial-gradient(
    120% 120% at 50% 100%,
    rgba(0, 0, 0, 0.26) 0%,
    rgba(0, 0, 0, 0.18) 30%,
    rgba(0, 0, 0, 0.08) 58%,
    rgba(0, 0, 0, 0) 88%
  );
  z-index: 1;
  pointer-events: none;
}

.pricing-pill {
  width: fit-content;
  height: 40px;
  margin: 0 auto 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 18px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  line-height: 14px;
}

.pricing-pill i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}

.pricing-title {
  width: min(1180px, 100%);
  margin: 0 auto;
  font-size: clamp(48px, 4.2vw, 80px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.pricing-subtitle {
  width: min(988px, 100%);
  margin: 26px auto 0;
  color: #d4d8e3;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  white-space: normal;
}

.pricing-plans-section {
  position: relative;
  min-height: 980px;
  overflow: hidden;
  isolation: isolate;
  background: #000000;
}

.pricing-plans-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 980px;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(293px 293px at 187px 495px, rgba(0, 202, 244, 0.8) 0%, rgba(155, 60, 255, 0.8) 100%, transparent 100%),
    radial-gradient(186px 186px at 1599px 637px, rgba(244, 53, 158, 0.8) 0%, rgba(173, 70, 255, 0.8) 51.923%, rgba(0, 202, 244, 0.8) 100%, transparent 100%);
}

.pricing-plans-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 980px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 2, 16, 0.4) 0%, rgba(0, 0, 0, 0.4) 25%);
  backdrop-filter: blur(200px);
  -webkit-backdrop-filter: blur(200px);
}

.pricing-plans-inner {
  padding-top: 210px;
  position: relative;
  z-index: 2;
}

.pricing-billing {
  width: 220px;
  height: 48px;
  margin: 0 auto;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.pricing-billing-option {
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  transition:
    color 220ms ease,
    transform 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.pricing-billing-option.is-active {
  border: 1px solid var(--cyan);
  background: linear-gradient(
    90deg,
    rgba(0, 202, 244, 0.2),
    rgba(173, 70, 255, 0.2) 48.077%,
    rgba(244, 53, 158, 0.2)
  );
  color: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(0, 202, 244, 0.18),
    0 0 18px rgba(0, 202, 244, 0.15);
}

.pricing-billing-option:hover {
  color: #fff;
  transform: translateY(-1px);
}

.pricing-billing-note {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.pricing-cards {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 400px);
  gap: 29px;
  justify-content: center;
}

.pricing-card {
  position: relative;
  min-height: 700px;
  padding: 34px 26px 30px;
  border: 2px solid var(--cyan);
  border-radius: 40px;
  background: linear-gradient(
    90deg,
    rgba(244, 53, 158, 0.09),
    rgba(173, 70, 255, 0.08) 51.923%,
    rgba(0, 202, 244, 0.09)
  );
  box-shadow: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition:
    transform 300ms ease,
    opacity 300ms ease,
    box-shadow 300ms ease,
    border-color 300ms ease,
    filter 300ms ease;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 38px;
  background: linear-gradient(
    180deg,
    rgba(12, 14, 24, 0.06) 0%,
    rgba(8, 9, 18, 0.09) 58%,
    rgba(5, 6, 14, 0.1) 100%
  );
  transition: background 300ms ease;
}

.pricing-card::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 42px;
  background: linear-gradient(
    90deg,
    rgba(0, 202, 244, 0.22),
    rgba(173, 70, 255, 0.18) 48%,
    rgba(244, 53, 158, 0.22)
  );
  opacity: 0;
  filter: blur(18px);
  transition: opacity 300ms ease;
  pointer-events: none;
}

.pricing-card > * {
  position: relative;
  z-index: 1;
}

.pricing-card h2 {
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  width: 100%;
}

.pricing-card-desc {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  text-align: left;
}

.pricing-card-price {
  margin-top: 30px;
  width: 100%;
  min-height: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4px;
  text-align: left;
}

.pricing-card-price strong {
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
}

.pricing-card-price span {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}

.pricing-card-note {
  margin: 11px 0 0;
  width: 100%;
  min-height: 12px;
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 0.18px;
  text-align: left;
}

.pricing-card-button {
  width: 356px;
  max-width: 100%;
  height: 48px;
  margin-top: 40px;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--cyan);
  border-radius: 18px;
  background: linear-gradient(
    90deg,
    rgba(0, 202, 244, 0.12),
    rgba(173, 70, 255, 0.08) 48.077%,
    rgba(244, 53, 158, 0.12)
  );
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  transition:
    transform 180ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease,
    filter 260ms ease;
}

.pricing-card-button::before {
  content: "";
  position: absolute;
  inset: -1px auto -1px -45%;
  width: 42%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0)
  );
  transform: skewX(-24deg);
  opacity: 0;
  transition: opacity 220ms ease;
}

.pricing-card-button span,
.pricing-card-button {
  z-index: 1;
}

.pricing-card-button:active {
  transform: scale(0.96);
}

.pricing-card-list {
  margin: 28px 0 0;
  width: 100%;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.pricing-card-list li {
  position: relative;
  padding-left: 24px;
  font-size: 12px;
  line-height: 34px;
  border-radius: 10px;
  transition:
    color 220ms ease,
    background 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.pricing-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 12px;
  background:
    center / 12px 12px
    no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6.2L4.85 8.55L9.5 3.9' stroke='%2300CAF4' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition:
    filter 220ms ease,
    transform 220ms ease,
    opacity 220ms ease;
}

.pricing-card-badge {
  position: absolute;
  top: 28px;
  right: 20px;
  min-width: 80px;
  height: 26px;
  padding: 5px 16px;
  border: 1px solid var(--cyan);
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(244, 53, 158, 0.2),
    rgba(173, 70, 255, 0.2) 51.923%,
    rgba(0, 202, 244, 0.2)
  );
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
}

.pricing-card.is-hovered,
.pricing-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow:
    0 0 18px 8px rgba(173, 70, 255, 0.2),
    0 0 24px rgba(0, 202, 244, 0.14);
}

.pricing-card.is-hovered::after,
.pricing-card:hover::after {
  opacity: 1;
}

.pricing-card.is-hovered .pricing-card-button,
.pricing-card:hover .pricing-card-button {
  border-color: #4fe2ff;
  box-shadow:
    0 0 0 1px rgba(0, 202, 244, 0.28),
    0 0 20px rgba(0, 202, 244, 0.16);
  background: linear-gradient(
    90deg,
    rgba(0, 202, 244, 0.18),
    rgba(173, 70, 255, 0.14) 48.077%,
    rgba(244, 53, 158, 0.18)
  );
  filter: brightness(1.1);
}

.pricing-card.is-hovered .pricing-card-button::before,
.pricing-card:hover .pricing-card-button::before {
  opacity: 1;
  animation: button-sheen 900ms ease;
}

.pricing-cards.has-hovered-card .pricing-card {
  opacity: 0.88;
}

.pricing-cards.has-hovered-card .pricing-card.is-hovered {
  opacity: 1;
}

.pricing-cards.has-default-pro .pricing-card {
  opacity: 0.88;
}

.pricing-cards.has-default-pro .pricing-card-pro {
  opacity: 1;
  transform: translateY(-10px) scale(1.03);
  box-shadow:
    0 0 20px 9px rgba(173, 70, 255, 0.22),
    0 0 28px rgba(0, 202, 244, 0.16);
  border-color: #4fe2ff;
}

.pricing-cards.has-default-pro .pricing-card-pro::after {
  opacity: 1;
}

.pricing-cards.has-default-pro .pricing-card-pro::before {
  background: linear-gradient(
    180deg,
    rgba(13, 14, 26, 0.06) 0%,
    rgba(8, 9, 19, 0.09) 58%,
    rgba(6, 7, 16, 0.1) 100%
  );
}

.pricing-cards.has-default-pro .pricing-card-pro .pricing-card-button {
  border-color: #4fe2ff;
  box-shadow:
    0 0 0 1px rgba(0, 202, 244, 0.28),
    0 0 20px rgba(0, 202, 244, 0.16);
  background: linear-gradient(
    90deg,
    rgba(0, 202, 244, 0.18),
    rgba(173, 70, 255, 0.14) 48.077%,
    rgba(244, 53, 158, 0.18)
  );
  filter: brightness(1.1);
}

.pricing-cards.has-pro-hover .pricing-card {
  opacity: 0.88;
}

.pricing-cards.has-pro-hover .pricing-card-pro {
  opacity: 1;
  transform: translateY(-10px) scale(1.03);
  box-shadow:
    0 0 20px 9px rgba(173, 70, 255, 0.22),
    0 0 28px rgba(0, 202, 244, 0.16);
  border-color: #4fe2ff;
}

.pricing-cards.has-pro-hover .pricing-card-pro::after {
  opacity: 1;
}

.pricing-cards.has-pro-hover .pricing-card-pro::before {
  background: linear-gradient(
    180deg,
    rgba(13, 14, 26, 0.06) 0%,
    rgba(8, 9, 19, 0.09) 58%,
    rgba(6, 7, 16, 0.1) 100%
  );
}

@keyframes button-sheen {
  0% {
    transform: translateX(0) skewX(-24deg);
  }
  100% {
    transform: translateX(360%) skewX(-24deg);
  }
}

.pricing-scroll-indicator {
  width: 24px;
  height: 40px;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 56px;
  margin-left: -12px;
  z-index: 3;
  border-radius: 12.5px;
  border: 2px solid rgba(173, 70, 255, 0.95);
  background: #000;
  box-shadow:
    0 4px 4px rgba(0, 0, 0, 0.25),
    0 0 6px 2px rgba(173, 70, 255, 0.6),
    inset 0 0 6px 2px rgba(173, 70, 255, 0.6);
  display: block;
  opacity: 1;
  width: 24px;
  height: 40px;
  transition:
    opacity 320ms ease,
    transform 320ms ease;
  animation: scroll-breathe 2.4s ease-in-out infinite;
}

.pricing-scroll-indicator.is-faded {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
}

.pricing-scroll-wheel {
  position: absolute;
  left: 50%;
  top: 20%;
  width: 4px;
  height: 10px;
  margin-left: -2px;
  border-radius: 6px;
  background: #ad46ff;
  box-shadow: 0 0 6px 2px rgba(173, 70, 255, 0.6);
  transform: translateY(0);
  animation: scroll-wheel-breathe 1.8s ease-in-out infinite;
}

@keyframes scroll-breathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow:
      0 4px 4px rgba(0, 0, 0, 0.25),
      0 0 6px 2px rgba(173, 70, 255, 0.55),
      inset 0 0 6px 2px rgba(173, 70, 255, 0.55);
  }
  50% {
    transform: translateY(8px) scale(1.06);
    box-shadow:
      0 6px 10px rgba(0, 0, 0, 0.32),
      0 0 12px 4px rgba(173, 70, 255, 0.75),
      inset 0 0 9px 3px rgba(173, 70, 255, 0.72);
  }
}

@keyframes scroll-wheel-breathe {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.72;
  }
  50% {
    transform: translateY(9px);
    opacity: 1;
  }
}

.pricing-compare-section {
  position: relative;
  min-height: 980px;
  overflow: hidden;
  isolation: isolate;
  background: #000000;
}

.pricing-compare-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 980px;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(150px 150px at 1319px 374px, rgba(0, 202, 244, 1) 0%, rgba(0, 202, 244, 1) 100%, transparent 100%),
    radial-gradient(141px 141px at 652px 551px, rgba(173, 70, 255, 1) 0%, rgba(173, 70, 255, 1) 100%, transparent 100%);
}

.pricing-compare-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 980px;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.pricing-compare-inner {
  position: relative;
  z-index: 2;
  padding-top: 180px;
}

.pricing-section-title {
  margin: 0;
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 2px;
}

.pricing-compare-shell {
  margin-top: 52px;
}

.pricing-compare-table-wrap {
  border: 1px solid var(--cyan);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(5, 6, 14, 0.62);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.pricing-compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  position: relative;
}

.pricing-compare-table thead tr {
  height: 68px;
  background: linear-gradient(
    90deg,
    rgba(244, 53, 158, 0.2),
    rgba(173, 70, 255, 0.2) 51.923%,
    rgba(0, 202, 244, 0.2)
  );
}

.pricing-compare-table th,
.pricing-compare-table td {
  border-bottom: 1px solid var(--line);
  color: #fff;
  text-align: center;
  transition:
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease,
    opacity 220ms ease;
}

.pricing-compare-table thead th {
  height: 68px;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  position: relative;
}

.pricing-compare-table thead th:first-child {
  padding-left: 24px;
  text-align: left;
}

.pricing-compare-table tbody th,
.pricing-compare-table tbody td {
  height: 88px;
  font-size: 14px;
  line-height: 88px;
  font-weight: 400;
}

.pricing-compare-table thead th:hover,
.pricing-compare-table thead th.is-hover-head {
  background: rgba(255, 255, 255, 0.06);
  filter: brightness(1.08);
}

.pricing-compare-table tbody th {
  padding-left: 24px;
  text-align: left;
}

.pricing-compare-table tbody tr:last-child th,
.pricing-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.pricing-compare-table tbody tr.is-hover-row th,
.pricing-compare-table tbody tr.is-hover-row td {
  background: rgba(255, 255, 255, 0.04);
}

.pricing-compare-table[data-hover-col="1"] thead th:nth-child(2),
.pricing-compare-table[data-hover-col="1"] tbody td:nth-child(2),
.pricing-compare-table[data-hover-col="1"] tbody th:nth-child(2),
.pricing-compare-table[data-hover-col="2"] thead th:nth-child(3),
.pricing-compare-table[data-hover-col="2"] tbody td:nth-child(3),
.pricing-compare-table[data-hover-col="2"] tbody th:nth-child(3),
.pricing-compare-table[data-hover-col="3"] thead th:nth-child(4),
.pricing-compare-table[data-hover-col="3"] tbody td:nth-child(4),
.pricing-compare-table[data-hover-col="3"] tbody th:nth-child(4) {
  background: rgba(79, 226, 255, 0.06);
  color: #fff;
}

.pricing-compare-table[data-hover-col="2"] tbody td:nth-child(3),
.pricing-compare-table[data-hover-col="3"] tbody td:nth-child(4) {
  color: #f8fbff;
  text-shadow: 0 0 14px rgba(79, 226, 255, 0.18);
}

[data-compare-extra] {
  display: none;
  opacity: 0;
  transform: translateY(16px);
}

.pricing-compare-section.is-expanded [data-compare-extra] {
  display: table-row;
  opacity: 1;
  transform: translateY(0);
}

.pricing-compare-toggle {
  margin: 12px auto 0;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  line-height: 14px;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 180ms ease,
    filter 220ms ease;
}

.pricing-compare-toggle i,
.pricing-faq-item i {
  width: 10px;
  height: 10px;
  border-right: 1.4px solid rgba(255, 255, 255, 0.82);
  border-bottom: 1.4px solid rgba(255, 255, 255, 0.82);
  transform: rotate(45deg);
  transform-origin: center;
  flex: none;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    filter 220ms ease;
}

.pricing-compare-toggle:hover {
  border-color: rgba(79, 226, 255, 0.72);
  background: linear-gradient(
    90deg,
    rgba(0, 202, 244, 0.08),
    rgba(173, 70, 255, 0.08) 48%,
    rgba(244, 53, 158, 0.08)
  );
  box-shadow:
    0 0 0 1px rgba(79, 226, 255, 0.18),
    0 0 18px rgba(173, 70, 255, 0.12);
  filter: brightness(1.06);
}

.pricing-compare-toggle:hover i {
  border-color: rgba(79, 226, 255, 0.94);
  filter: drop-shadow(0 0 8px rgba(79, 226, 255, 0.28));
}

.pricing-compare-toggle:active {
  transform: scale(0.98);
}

.pricing-compare-section.is-expanded .pricing-compare-toggle i {
  transform: rotate(-135deg) translateY(-1px);
}

.pricing-faq-section {
  position: relative;
  min-height: 0 !important;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  background: #000000;
}

.pricing-faq-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 980px;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(150px 150px at 284px 218px, rgba(0, 202, 244, 1) 0%, rgba(0, 202, 244, 1) 100%, transparent 100%),
    radial-gradient(141px 141px at 1558px 591px, rgba(173, 70, 255, 1) 0%, rgba(173, 70, 255, 1) 100%, transparent 100%);
}

.pricing-faq-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 980px;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.pricing-faq-inner {
  position: relative;
  z-index: 2;
  height: calc(100vh - 100px);
  flex: 0 0 calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: none;
}

.pricing-faq-grid {
  margin-top: 56px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 580px));
  gap: 56px;
  align-items: start;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-faq-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: none;
}

.pricing-faq-item {
  width: 100%;
  min-height: 78px;
  border: 1px solid var(--cyan);
  border-radius: 14px;
  background: linear-gradient(
    90deg,
    rgba(244, 53, 158, 0.2),
    rgba(173, 70, 255, 0.2) 51.923%,
    rgba(0, 202, 244, 0.2)
  );
  overflow: hidden;
  transition:
    border-color 360ms ease-in-out,
    box-shadow 360ms ease-in-out,
    background 360ms ease-in-out,
    transform 360ms ease-in-out,
    filter 360ms ease-in-out,
    min-height 360ms ease-in-out;
}

.pricing-faq-toggle {
  width: 100%;
  min-height: 78px;
  padding: 0 22px;
  border: 0;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  transition: background 360ms ease-in-out, filter 360ms ease-in-out;
}

.pricing-faq-toggle span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.pricing-faq-item:hover {
  border-color: rgba(79, 226, 255, 0.84);
  background: linear-gradient(
    90deg,
    rgba(244, 53, 158, 0.26),
    rgba(173, 70, 255, 0.24) 51.923%,
    rgba(0, 202, 244, 0.26)
  );
  box-shadow:
    0 0 0 1px rgba(79, 226, 255, 0.12),
    0 0 18px rgba(173, 70, 255, 0.12);
}

.pricing-faq-item.is-open {
  border-color: rgba(79, 226, 255, 0.92);
  background: linear-gradient(
    90deg,
    rgba(244, 53, 158, 0.32),
    rgba(173, 70, 255, 0.3) 51.923%,
    rgba(0, 202, 244, 0.32)
  );
  box-shadow:
    0 0 0 1px rgba(79, 226, 255, 0.16),
    0 0 24px rgba(173, 70, 255, 0.16);
}

.pricing-faq-item:hover i,
.pricing-faq-toggle[aria-expanded="true"] i {
  border-color: rgba(79, 226, 255, 0.94);
  filter: drop-shadow(0 0 8px rgba(79, 226, 255, 0.2));
}

.pricing-faq-toggle[aria-expanded="true"] i {
  transform: rotate(-135deg);
}

.pricing-faq-panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  color: rgba(255, 255, 255, 0.76);
  opacity: 0;
  transition:
    max-height 360ms ease-in-out,
    opacity 360ms ease-in-out,
    padding 360ms ease-in-out;
}

.pricing-faq-item.is-open .pricing-faq-panel {
  padding: 0 22px 20px;
  opacity: 1;
}

.pricing-faq-lead,
.pricing-faq-body,
.pricing-faq-note {
  opacity: 0;
  transform: none;
}

.pricing-faq-item.is-open .pricing-faq-lead {
  opacity: 1;
  transform: none;
  transition:
    opacity 240ms ease-in-out 70ms,
    transform 240ms ease-in-out 70ms;
}

.pricing-faq-item.is-open .pricing-faq-body {
  opacity: 1;
  transform: none;
  transition:
    opacity 240ms ease-in-out 150ms,
    transform 240ms ease-in-out 150ms;
}

.pricing-faq-item.is-open .pricing-faq-note {
  opacity: 1;
  transform: none;
  transition:
    opacity 240ms ease-in-out 230ms,
    transform 240ms ease-in-out 230ms;
}

.pricing-faq-lead,
.pricing-faq-body p,
.pricing-faq-note {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.pricing-faq-lead {
  color: #fff;
  margin-bottom: 0;
}

.pricing-faq-body {
  margin-bottom: 0;
}

.pricing-faq-note {
  color: rgba(255, 255, 255, 0.54);
}

.frame128-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  height: 100px;
  overflow: hidden;
  background: rgba(2, 6, 23, 0.4);
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.frame128-footer-inner {
  position: relative;
  width: min(1920px, 100vw);
  height: 100%;
  margin: 0 auto;
}

.frame128-footer-brand {
  position: absolute;
  left: 330px;
  top: 37px;
  display: block;
  width: 107px;
  height: 26px;
}

.frame128-footer-logo {
  display: block;
  width: 107px;
  height: 26px;
  object-fit: contain;
  object-position: left center;
}

.frame128-footer-nav {
  position: absolute;
  inset: 0;
}

.frame128-footer-nav a,
.frame128-footer-copy {
  position: absolute;
  top: 43px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}

.frame128-footer-nav a:nth-child(1) {
  left: 720px;
}

.frame128-footer-nav a:nth-child(2) {
  left: 828px;
}

.frame128-footer-nav a:nth-child(3) {
  left: 936px;
}

.frame128-footer-nav a:nth-child(4) {
  left: 1044px;
}

.frame128-footer-nav a:nth-child(5) {
  left: 1152px;
}

.frame128-footer-copy {
  left: 1376px;
}

.pricing-faq-footer {
  width: 100vw;
  margin-top: 88px;
  margin-left: calc(50% - 50vw);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  overflow: hidden;
}

.pricing-faq-footer-frame {
  width: min(1920px, 100vw);
  min-height: 746px;
  margin: 0 auto;
  padding: 150px 330px 120px;
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr) 218px;
  gap: 92px;
  align-items: start;
  box-sizing: border-box;
}

.pricing-faq-footer-company h3,
.pricing-faq-footer-col h4,
.pricing-faq-footer-qr p,
.pricing-faq-footer-company p,
.pricing-faq-footer-col a {
  margin: 0;
}

.pricing-faq-footer-company h3 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.pricing-faq-footer-company p,
.pricing-faq-footer-col a,
.pricing-faq-footer-qr p {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.pricing-faq-footer-company p + p {
  margin-top: 28px;
}

.pricing-faq-footer-social {
  display: flex;
  gap: 80px;
  margin-top: 80px;
}

.pricing-faq-footer-social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: none;
}

.pricing-faq-footer-social img {
  width: 100%;
  height: 100%;
  display: block;
}

.pricing-faq-footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  gap: 34px 34px;
}

.pricing-faq-footer-col {
  display: flex;
  flex-direction: column;
}

.pricing-faq-footer-col h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-bottom: 44px;
}

.pricing-faq-footer-col a + a {
  margin-top: 28px;
}

.pricing-faq-footer-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-faq-footer-qr-shell {
  width: 218px;
  height: 218px;
  border-radius: 40px;
  border: 2px solid var(--cyan);
  background: linear-gradient(
    90deg,
    rgba(244, 53, 158, 0.2),
    rgba(173, 70, 255, 0.2) 51.923%,
    rgba(0, 202, 244, 0.2)
  );
  box-shadow: 0 0 10px 10px rgba(173, 70, 255, 0.2);
  padding: 6px;
  box-sizing: border-box;
}

.pricing-faq-footer-qr-inner {
  width: 100%;
  height: 100%;
  border-radius: 37px;
  background: #fff;
}

.pricing-faq-footer-qr p {
  margin-top: 68px;
  text-align: center;
}

@media (max-width: 1360px) {
  .pricing-menu {
    display: none;
  }

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

  .pricing-card {
    width: min(400px, 100%);
    margin: 0 auto;
  }

  .pricing-compare-table-wrap {
    overflow-x: auto;
  }

  .pricing-compare-table {
    min-width: 960px;
  }

  .pricing-faq-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: none;
  }

  .pricing-faq-column {
    gap: 20px;
  }

  .pricing-faq-item {
    width: 100%;
  }

  .pricing-faq-footer-frame {
    width: calc(100vw - 40px);
    min-height: auto;
    padding: 72px 0 64px;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .pricing-faq-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-faq-footer-social {
    gap: 44px;
    margin-top: 44px;
  }

  .pricing-faq-footer-qr {
    justify-self: center;
  }
}

@media (max-width: 900px) {
  .pricing-nav {
    height: 72px;
  }

  .pricing-nav-inner,
  .pricing-section-inner {
    width: calc(100vw - 32px);
  }

  .pricing-brand-text {
    font-size: 14px;
  }

  .pricing-download {
    width: 104px;
    height: 36px;
  }

  .pricing-download span {
    font-size: 14px;
  }

  .pricing-section {
    min-height: auto;
  }

  .pricing-hero {
    min-height: auto;
  }

  .pricing-hero-inner {
    padding-top: 136px;
    padding-bottom: 120px;
  }

  .pricing-title {
    font-size: 40px;
    line-height: 1.22;
    white-space: normal;
  }

  .pricing-subtitle {
    font-size: 16px;
    line-height: 28px;
  }

  .pricing-plans-inner {
    padding-top: 120px;
  }

  .pricing-billing {
    margin-top: 0;
  }

  .pricing-cards {
    margin-top: 48px;
    gap: 20px;
  }

  .pricing-card {
    min-height: auto;
    padding: 28px 20px;
    border-radius: 28px;
  }

  .pricing-card::before {
    border-radius: 26px;
  }

  .pricing-card-button {
    width: 100%;
  }

  .pricing-card-list {
    gap: 12px;
  }

  .pricing-card-list li {
    line-height: 24px;
  }

  .pricing-card-list li::before {
    top: 6px;
  }

  .pricing-scroll-indicator {
    display: none;
  }

  .pricing-compare-inner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .pricing-section-title {
    font-size: 28px;
    line-height: 32px;
  }

  .pricing-compare-shell {
    margin-top: 32px;
  }

  .pricing-compare-table-wrap {
    overflow-x: auto;
  }

  .pricing-compare-table {
    min-width: 880px;
  }

  .pricing-faq-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-faq-grid {
    margin-top: 32px;
  }

  .pricing-faq-footer {
    margin-top: 56px;
  }

  .pricing-faq-footer-frame {
    width: calc(100vw - 32px);
    padding: 48px 0 56px;
    gap: 32px;
  }

  .pricing-faq-footer-company h3 {
    font-size: 32px;
  }

  .pricing-faq-footer-company p,
  .pricing-faq-footer-col a,
  .pricing-faq-footer-col h4,
  .pricing-faq-footer-qr p {
    font-size: 16px;
  }

  .pricing-faq-footer-links {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pricing-faq-footer-col h4 {
    margin-bottom: 20px;
  }

  .pricing-faq-footer-col a + a,
  .pricing-faq-footer-company p + p {
    margin-top: 14px;
  }

  .pricing-faq-footer-social {
    gap: 28px;
    margin-top: 28px;
  }

  .pricing-faq-footer-qr-shell {
    width: 168px;
    height: 168px;
    border-radius: 28px;
  }

  .pricing-faq-footer-qr-inner {
    border-radius: 24px;
  }

  .pricing-faq-footer-qr p {
    margin-top: 28px;
  }
}

