.vs-pricing-page,
.vs-pricing-page *{
  box-sizing:border-box;
}

.vs-pricing-page{
  background:
    radial-gradient(circle at 12% 18%, rgba(123,199,255,.08), transparent 22%),
    radial-gradient(circle at 88% 20%, rgba(139,115,255,.08), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(88,240,210,.06), transparent 26%),
    linear-gradient(180deg,#06080d 0%,#090c12 44%,#05070b 100%);
}

.vs-pricing-hero,
.vs-pricing-page__section,
.vs-pricing-page__cta{
  position:relative;
}

.vs-pricing-hero{
  padding:92px 0 72px;
}

.vs-pricing-page__section{
  padding:72px 0;
}

.vs-pricing-page__section + .vs-pricing-page__section{
  border-top:1px solid rgba(255,255,255,.04);
}

.vs-pricing-page__cta{
  padding:84px 0 96px;
}

.vs-pricing-page__container{
  width:min(calc(100% - 32px),1180px);
  margin:0 auto;
}

.vs-pricing-page__container--narrow{
  max-width:860px;
  text-align:center;
}

.vs-pricing-page__eyebrow{
  margin:0 0 10px;
  color:#d8e9ff;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.vs-pricing-page__title,
.vs-pricing-page__copy h2,
.vs-pricing-page__cta h2{
  margin:0 0 14px;
  color:#f4f7ff;
  font-size:clamp(2rem,3.4vw,3.4rem);
  line-height:1.05;
  letter-spacing:-.04em;
  font-weight:950;
  text-wrap:balance;
}

.vs-pricing-page__subtitle,
.vs-pricing-page__copy p,
.vs-pricing-page__cta-text{
  color:rgba(244,247,255,.74);
  font-size:1rem;
  line-height:1.75;
}

.vs-pricing-page__subtitle{
  max-width:820px;
}

.vs-pricing-page__copy{
  max-width:860px;
}

.vs-pricing-page__copy p{
  margin:0 0 1rem;
}

.vs-pricing-page__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:24px;
}

.vs-pricing-page__trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.vs-pricing-page__trust span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  color:rgba(244,247,255,.74);
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  font-size:.9rem;
  font-weight:800;
}

.vs-pricing-page__grid,
.vs-pricing-page__choice-grid,
.vs-pricing-page__faq{
  display:grid;
  gap:1rem;
  margin-top:22px;
}

.vs-pricing-page__grid{
  grid-template-columns:repeat(4,1fr);
}

.vs-pricing-page__choice-grid{
  grid-template-columns:repeat(2,1fr);
}

.vs-pricing-page__faq{
  grid-template-columns:repeat(2,1fr);
}

.vs-pricing-page__card,
.vs-pricing-page__choice-card,
.vs-pricing-page__faq-item{
  padding:1.35rem;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px) saturate(160%);
  -webkit-backdrop-filter:blur(18px) saturate(160%);
  box-shadow:
    0 18px 38px -12px rgba(0,0,0,.46),
    inset 0 1px 0 rgba(255,255,255,.10);
  transition:
    transform .28s cubic-bezier(.23,1,.32,1),
    box-shadow .3s ease,
    border-color .3s ease;
}

.vs-pricing-page__card:hover,
.vs-pricing-page__choice-card:hover,
.vs-pricing-page__faq-item:hover{
  transform:translateY(-4px);
  border-color:rgba(255,255,255,.18);
  box-shadow:
    0 22px 48px -16px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.12);
}

.vs-pricing-page__card--highlight{
  border-color:rgba(123,199,255,.28);
  background:
    radial-gradient(circle at top right, rgba(123,199,255,.10), transparent 34%),
    radial-gradient(circle at bottom left, rgba(139,115,255,.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.05));
}

.vs-pricing-page__tag{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  margin-bottom:14px;
  padding:0 12px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(123,199,255,.20), rgba(88,240,210,.12));
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.vs-pricing-page__card-title,
.vs-pricing-page__choice-card h3,
.vs-pricing-page__faq-item h3{
  margin:0 0 .75rem;
  color:#fff;
  font-size:1.08rem;
  line-height:1.2;
  font-weight:900;
  letter-spacing:-.02em;
}

.vs-pricing-page__price-wrap{
  margin-bottom:1rem;
  padding-bottom:.9rem;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.vs-pricing-page__price{
  margin:0;
  color:#fff;
  font-size:2rem;
  line-height:1;
  font-weight:950;
  letter-spacing:-.04em;
}

.vs-pricing-page__price span{
  color:rgba(244,247,255,.72);
  font-size:1rem;
  font-weight:800;
  margin-left:4px;
}

.vs-pricing-page__list{
  margin:0 0 1rem;
  padding:0;
  list-style:none;
  display:grid;
  gap:.62rem;
}

.vs-pricing-page__list li,
.vs-pricing-page__choice-card li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#eef3ff;
  font-size:.92rem;
  line-height:1.55;
  font-weight:700;
}

.vs-pricing-page__list li::before,
.vs-pricing-page__choice-card li::before{
  content:"";
  width:8px;
  height:8px;
  margin-top:.38rem;
  border-radius:50%;
  background:linear-gradient(135deg, #7bc7ff, #58f0d2);
  flex:none;
}

.vs-pricing-page__choice-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:.62rem;
}

.vs-pricing-page__note,
.vs-pricing-page__faq-item p{
  margin:0;
  color:#bcc4d1;
  font-size:.92rem;
  line-height:1.65;
}

.vs-pricing-page__note{
  margin-bottom:1rem;
}

.vs-pricing-page__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:50px;
  padding:0 18px;
  border-radius:16px;
  text-decoration:none;
  color:#06101a;
  background:linear-gradient(135deg, #ffffff 0%, #afd9ff 55%, #78ffe7 100%);
  font-size:.92rem;
  font-weight:900;
  letter-spacing:-.01em;
  box-shadow:0 16px 34px rgba(123,199,255,.20);
  transition:transform .22s ease, box-shadow .22s ease;
}

.vs-pricing-page__btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(123,199,255,.26);
}

@media (max-width:1100px){
  .vs-pricing-page__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:768px){
  .vs-pricing-hero,
  .vs-pricing-page__section{
    padding:72px 0;
  }

  .vs-pricing-page__cta{
    padding:76px 0 84px;
  }

  .vs-pricing-page__container{
    width:min(calc(100% - 20px),1180px);
  }

  .vs-pricing-page__grid,
  .vs-pricing-page__choice-grid,
  .vs-pricing-page__faq{
    grid-template-columns:1fr;
  }

  .vs-pricing-page__actions{
    flex-direction:column;
  }

  .vs-pricing-page__actions .vs-btn{
    width:100%;
  }
}

@media (prefers-reduced-motion: reduce){
  .vs-pricing-page__card,
  .vs-pricing-page__choice-card,
  .vs-pricing-page__faq-item,
  .vs-pricing-page__btn{
    transition:none !important;
  }

  .vs-pricing-page__card:hover,
  .vs-pricing-page__choice-card:hover,
  .vs-pricing-page__faq-item:hover,
  .vs-pricing-page__btn:hover{
    transform:none !important;
  }
}