.hero {
  padding: 244px 0 178px;
  position: relative;
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(22px, 3vw, 44px);
  align-items: center;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__visual {
  position: relative;
  min-height: 360px
}

.hero__pic {
  position: absolute;
}

.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why {
  padding: 60px 0 30px;
}

.why__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 24px);
  align-items: start;
}

.why__card-content {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.why__title {
  grid-column: 1 / 7;
  grid-row: 1 / 3;
  margin: 0;
  z-index: 2;
}

.why__bg {
  grid-column: 2 / 12;
  grid-row: 2 / 8;
  z-index: 1;
  overflow: hidden;
}

.why__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.why__card {
  z-index: 2;
  border-radius: 30px;
  background: var(--panel);
  padding: 30px 36px 30px 30px;
  width: min(292px, 100%);
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why__card.is-1 {
  grid-column: 1 / 4;
  grid-row: 4 / 7;
}

.why__card.is-2 {
  grid-column: 7 / 10;
  grid-row: 2 / 5;
}

.why__card.is-3 {
  grid-column: 10 / 13;
  grid-row: 5 / 8;
}

.why__card.is-4 {
  grid-column: 4 / 7;
  grid-row: 7 / 10;
}

.why__card.is-5 {
  grid-column: 7 / 10;
  grid-row: 7 / 10;
}

.paper {
  position: absolute;
  width: 72%;
  height: 72%;
  left: 14%;
  top: 14%;
  border-radius: 18px;
  background: radial-gradient(120% 120% at 30% 20%, rgba(255, 255, 255, .20), rgba(255, 255, 255, 0) 58%),
    rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .18);
  transform: rotate(6deg);
}

.paper--2 {
  width: 62%;
  height: 62%;
  left: 22%;
  top: 22%;
  transform: rotate(-10deg);
  opacity: .9;
}

.how {
  padding: 90px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='327' viewBox='0 0 1920 327' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1920' height='327' fill='%23060519'/%3E%3Cg filter='url(%23filter0_f_29_179)'%3E%3Cpath d='M0 74L960 140.5L1920 74V254L960 187L0 254V74Z' fill='url(%23paint0_linear_29_179)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_29_179)' style='mix-blend-mode:color-dodge'%3E%3Cpath d='M0 74L960 140.5L1920 74V254L960 187L0 254V74Z' fill='url(%23paint1_linear_29_179)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_29_179' x='-52' y='22' width='2024' height='284' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='26' result='effect1_foregroundBlur_29_179'/%3E%3C/filter%3E%3Cfilter id='filter1_f_29_179' x='-52' y='22' width='2024' height='284' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='26' result='effect1_foregroundBlur_29_179'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_29_179' x1='177.5' y1='164' x2='1738' y2='164' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23060519'/%3E%3Cstop offset='0.30654' stop-color='%236C44A4'/%3E%3Cstop offset='0.5' stop-color='%23F4EBFF'/%3E%3Cstop offset='0.698649' stop-color='%23AD6CFB'/%3E%3Cstop offset='1' stop-color='%23060519'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_29_179' x1='177.5' y1='164' x2='1738' y2='164' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23060519'/%3E%3Cstop offset='0.30654' stop-color='%236C44A4'/%3E%3Cstop offset='0.5' stop-color='%23F4EBFF'/%3E%3Cstop offset='0.698649' stop-color='%23AD6CFB'/%3E%3Cstop offset='1' stop-color='%23060519'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: 1920px;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 10px;
  position: relative;
  z-index: 1;
}

.how-steps .step {
  border-radius: 30px;
  padding: 37px 48px 171px;
  position: relative;
  background: var(--panel);
  overflow: hidden;
  box-shadow: inset 0px 1px 14.3px -7px #FFFFFF, inset 0px -20px 20px -5px #D3AEFF, inset 0px -40px 30px -10px #6E2EFF, inset 0px -70px 60px -30px #C595FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.blurred-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url('../img/blurred-bg.svg'); */
  /* background: linear-gradient(90deg, #060519 9.24%, #6C44A4 34.16%, #F4EBFF 49.88%, #AD6CFB 66.03%, #060519 90.52%); */
  filter: blur(26px);
  /* opacity: .75; */
  pointer-events: none;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step__num {
  position: absolute;
  bottom: 26px;
  font-family: 'Cormorant Infant';
  font-size: 172px;
  line-height: .65;
  font-weight: 600;
  font-style: italic;
  pointer-events: none;
  mix-blend-mode: overlay;
  text-box-trim: both;
  text-box-edge: cap;
  text-box-align: center;
  opacity: .65;
}

.step__title {
  position: relative;
  z-index: 1;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.step__text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  line-height: 94%;
  font-size: 16px;
}

.proof {
  padding: 43px 0;
  position: relative;
  overflow: hidden;
}

.proof__fx {
  position: absolute;
  inset: auto -240px -240px -240px;
  height: 420px;
  background: radial-gradient(60% 100% at 50% 50%, rgba(173, 108, 251, .55), rgba(6, 5, 25, 0) 70%);
  filter: blur(52px);
  opacity: .5;
  pointer-events: none;
}

.proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(22px, 3vw, 44px);
  align-items: start;
  position: relative;
}

.proof__visual {
  position: absolute;
  left: -190px;
  bottom: -70px;
  width: 100%;
  z-index: -1;
}

.proof__copy {
  display: contents;
}

.proof__title {
  grid-column: 2 / 5;
  margin: 0;
}

.proof__reasons {
  grid-column: 3 / 5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /* gap: 40px 56px; */
  gap: 24px;
  margin-top: 50px;
}

.proof__reason {
  display: flex;
  flex-direction: column;
  gap: 17px;
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 12px;
  border-radius: 12px;
}

.proof__icon {
  width: 45px;
  height: 45px;
  border-radius: 4.62329px;
  background: #0D0B3B;
  display: grid;
  place-items: center;
  grid-row: 1 / 3;
}

.proof__cta {
  grid-column: 3 / 5;
  margin-top: 22px;
}

.proof__reason-title {
  font-size: 20px;
  font-weight: 600;
  line-height: .8501;
  margin: 0;
}

.proof__reason-text {
  margin: 0;
  color: white;
  line-height: 1.05;
  font-weight: 400;
}

.cta {
  padding: 140px 0 159px;
  position: relative;
  background-image: url('../img/cta_d.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-card {
  position: relative;
  border-radius: var(--radius-md);
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 50px 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 832px;
  margin: 0 auto;
}

.cta-card:before {
  content: '';
  position: absolute;
  top: -46px;
  left: -44px;
  width: 219px;
  height: 447px;
  background-image: url('../img/cta-card-before.png');
}

.cta-card:after {
  content: '';
  position: absolute;
  bottom: -139px;
  right: -183px;
  width: 415px;
  height: 473px;
  background-image: url('../img/cta-card-after.png');

}

.cta-brackets {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 34px 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.cta-brackets .bracket {
  font-family: 'Cormorant Infant', serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  color: #AD6CFB;
  vertical-align: middle;
}

.cta-text {
  font-size: 18px;
  line-height: .83;
  text-align: center;
}

.cta-card__copy,
.cta-card__form {
  position: relative;
  z-index: 1;
}

.cta-card__actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px
}

.pricing {
  padding: 64px 0 80px;
}

.pricing .section-title {
  text-align: center;
  margin: 0 auto;
  max-width: 993px;
}

.pricing .section-title .kicker {
  font-style: italic;
  font-weight: 400;
  margin-right: 14px;
}

.pricing .section-title .title-strong {
  font-weight: 800;
}

.timeline {
  --node: 49px;
  --track-h: 10px;
  --label-row: 49px;

  /* position: relative; */
  /* max-width: 980px; */
  margin: 0 auto;
  padding: 10px 0 0;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0;
  align-items: start;
}

.timeline__track {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  margin-top: 90px;
  /* top: calc(14px + var(--label-row) + (var(--node) / 2)); */
  height: var(--track-h);
  border-radius: 999px;
  background: linear-gradient(90deg,
      #060519 9.24%,
      #6c44a4 34.16%,
      #f4ebff 49.88%,
      #ad6cfb 66.03%,
      #060519 90.52%);
  opacity: 0.95;
  width: 100%;
  max-width: 1920px;
}

.timeline__active {
  display: none;
}

.timeline__node {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  cursor: default;
  display: grid;
  grid-template-rows: var(--label-row) var(--node) auto;
  justify-items: center;
  align-items: center;
  gap: 20px;
}

.timeline__node::before {
  content: "";
  grid-row: 2;
  width: var(--node);
  height: var(--node);
  border-radius: 999px;
  background-color: #1f1e31;
  backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  z-index: 10;
}

.timeline__node.is-active::before {
  /* background: var(--grad);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0 10px rgba(173, 108, 251, 0.12); */
}

.timeline__label {
  grid-row: 1;
  color: var(--muted);
  font-size: clamp(1.875rem, 1.3068rem + 2.4242vw, 3.125rem);
  font-weight: 300;
  line-height: 96%;
  letter-spacing: -0.03em;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  background: radial-gradient(53.98% 100% at 50% 100%, #221F5A 0%, #7976B4 35.1%, #FFFFFF 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.timeline__price {
  grid-row: 3;
  margin-top: 0;
  font-weight: 700;
  font-size: clamp(1.875rem, 1.3068rem + 2.4242vw, 3.125rem);
  letter-spacing: -0.03em;
  line-height: 96%;
}

.pricing__includes {
  max-width: 971px;
  margin: 68px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.pricing__includes-title {
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  font-weight: 600;
}

.pricing__includes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing__includes-list li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
}

.pricing__spark {
  color: #ad6cfb;
  filter: drop-shadow(0 0 10px rgba(173, 108, 251, 0.35));
}

.vip {
  padding: 72px 0 260px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='327' viewBox='0 0 1920 327' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1920' height='327' fill='%23060519'/%3E%3Cg filter='url(%23filter0_f_29_437)'%3E%3Cpath d='M0 74L960 140.5L1920 74V254L960 187L0 254V74Z' fill='url(%23paint0_linear_29_437)'/%3E%3C/g%3E%3Cg style='mix-blend-mode:color-dodge' filter='url(%23filter1_f_29_437)'%3E%3Cpath d='M0 74L960 140.5L1920 74V254L960 187L0 254V74Z' fill='url(%23paint1_linear_29_437)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_29_437' x='-52' y='22' width='2024' height='284' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='26' result='effect1_foregroundBlur_29_437'/%3E%3C/filter%3E%3Cfilter id='filter1_f_29_437' x='-52' y='22' width='2024' height='284' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='26' result='effect1_foregroundBlur_29_437'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_29_437' x1='177.5' y1='164' x2='1738' y2='164' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23060519'/%3E%3Cstop offset='0.30654' stop-color='%236C44A4'/%3E%3Cstop offset='0.5' stop-color='%23F4EBFF'/%3E%3Cstop offset='0.698649' stop-color='%23AD6CFB'/%3E%3Cstop offset='1' stop-color='%23060519'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_29_437' x1='177.5' y1='164' x2='1738' y2='164' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23060519'/%3E%3Cstop offset='0.30654' stop-color='%236C44A4'/%3E%3Cstop offset='0.5' stop-color='%23F4EBFF'/%3E%3Cstop offset='0.698649' stop-color='%23AD6CFB'/%3E%3Cstop offset='1' stop-color='%23060519'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.vip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 10px;
}

@media (min-width:1200px) {
  .vip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(292px, 1fr));
    gap: 10px;
  }
}

.vip-card {
  border-radius: var(--radius-md);
  background: #0D0B3B;
  border: 1px solid rgba(255, 255, 255, .10);
  padding: 30px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .02), 0 18px 60px rgba(0, 0, 0, .35);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 220px;
  padding-bottom: 180px;
  position: relative;
}

.vip-card .shine-btn {
  margin-bottom: 12px;
}

@media (max-width:1200px) {
  .vip-card .content {
    min-height: 250px;
  }
}

.vip-card .content {
  min-height: 300px;
}

.vip-card__media {
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.vip-card__img {
  display: block;
  width: 100%;
  height: auto;
}

.vip-card__title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: .96;
  letter-spacing: -0.01em;
  margin-bottom: 17px;
  text-align: left;
  width: 100%;
}

.vip-card-prices-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  margin-bottom: 26px;
}

.vip-card__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  display: flex;
  gap: 14px;
  width: 100%;
}

.vip-card-price-icon {
  width: 25px;
  height: 28px;
}

.vip-card-price-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.vip-card-price-text .txt-grad {
  font-size: 24px;
  font-weight: 700;
}

.vip-card__text {
  margin: 0;
  color: #fff;
  line-height: .938;
  font-size: 16px;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}

.vip-card--wide {
  grid-column: 1 / -1;
  align-items: center;
  text-align: center;
  background: rgba(21, 12, 44, .55);
  box-shadow: var(--shadow-inset);
}

.faq {
  padding: 19px 0 145px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border-radius: 0;
  border-top: 1px solid #4B2BAC;
  padding: 17px 0 0;
}

.faq-item__q {
  list-style: none;
  cursor: pointer;
  color: rgba(255, 255, 255, .92);
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faq-item__q::-webkit-details-marker {
  display: none
}

.faq-item__q::after {
  content: "";
  width: 18px;
  height: 18px;
  background:
    linear-gradient(#AD6CFB, #AD6CFB) center / 17px 2px no-repeat,
    linear-gradient(#AD6CFB, #AD6CFB) center / 2px 18px no-repeat;
  transform: rotate(0deg);
  transition: transform 180ms ease, opacity 180ms ease;
  opacity: .75;
  margin-left: auto;
  flex-shrink: 0;
}

.faq-item[open] .faq-item__q::after {
  transform: rotate(45deg);
}

.faq-item__a {
  margin-top: 9px;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  max-width: 592px;
  letter-spacing: -0.01em;
}

.outro {
  padding: 138px 0;
  position: relative;
  background-image: url('../img/outro_bg_d.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.outro_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.outro__grid {
  background-color: #0D0B3B;
  border-radius: var(--radius-md);
  padding: 80px;
  position: relative;
  background: linear-gradient(#0D0B3B, #0D0B3B) padding-box,
    linear-gradient(to bottom right, #ffffffad 0%, #0D0B3B 30%, #0D0B3B 70%, #ffffff99 100%) border-box;
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  z-index: 1;
}

.outro__copy {
  max-width: 610px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.outro-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0;
  max-width: 459px;
}

.outro__pic {
  position: absolute;
  bottom: 0;
  right: 39px;
}

.outro__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}