.vs-preview-page{
  position: relative;
  overflow: clip;
  background:
    radial-gradient(900px 500px at 10% 8%, rgba(123,199,255,.14), transparent 55%),
    radial-gradient(760px 420px at 88% 14%, rgba(139,115,255,.14), transparent 52%),
    radial-gradient(680px 420px at 50% 100%, rgba(0,224,255,.06), transparent 60%),
    linear-gradient(180deg, #05070c 0%, #080b12 42%, #05070b 100%);
}

.vs-preview-page::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.02), rgba(255,255,255,0)),
    radial-gradient(circle at center, rgba(255,255,255,.025) 0, transparent 58%);
  opacity:.7;
}

.vs-preview-hero{
  position: relative;
  padding: 118px 0 84px;
}

.vs-preview-section{
  position: relative;
  padding: 84px 0;
}

.vs-preview-form-section{
  position: relative;
  padding: 84px 0 110px;
}

.vs-preview-container{
  width:min(calc(100% - 32px), 1180px);
  margin:0 auto;
  position:relative;
  z-index:1;
}

.vs-preview-copy{
  max-width: 760px;
}

.vs-preview-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  margin:0 0 14px;
  color:#d8e9ff;
  font-size:.76rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:800;
}

.vs-preview-eyebrow::before{
  content:"";
  width:34px;
  height:1px;
  background:linear-gradient(90deg, rgba(123,199,255,.95), rgba(123,199,255,0));
  flex:none;
}

.vs-preview-title{
  margin:0 0 18px;
  max-width: 920px;
  font-size:clamp(2.2rem, 4vw, 4.4rem);
  line-height:.98;
  letter-spacing:-.035em;
  font-weight:900;
  color:#fff;
  text-wrap:balance;
}

.vs-preview-copy h2{
  margin:0;
  font-size:clamp(1.65rem, 2.3vw, 2.55rem);
  line-height:1.04;
  letter-spacing:-.025em;
  color:#fff;
}

.vs-preview-subtitle,
.vs-preview-copy > p:not(.vs-preview-eyebrow),
.vs-preview-step p,
.vs-preview-card p{
  color:rgba(223,232,245,.78);
  font-size:1.02rem;
  line-height:1.7;
}

.vs-preview-subtitle{
  max-width: 770px;
  font-size:1.06rem;
}

.vs-preview-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.vs-preview-trust{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.vs-preview-trust span{
  padding:10px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 8px 24px rgba(0,0,0,.18);
  color:#d8e4f2;
  font-size:.87rem;
  font-weight:600;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.vs-preview-section + .vs-preview-section,
.vs-preview-hero + .vs-preview-section,
.vs-preview-section + .vs-preview-form-section{
  border-top:1px solid rgba(255,255,255,.05);
}

.vs-preview-steps{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
  margin-top:30px;
}

.vs-preview-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
  margin-top:28px;
}

.vs-preview-card,
.vs-preview-step,
.vs-preview-form{
  position:relative;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.11);
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 24px 60px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.vs-preview-card::before,
.vs-preview-step::before,
.vs-preview-form::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,0));
}

.vs-preview-step,
.vs-preview-card{
  padding:1.55rem;
}

.vs-preview-step span{
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:16px;
  border-radius:12px;
  background:linear-gradient(180deg, rgba(123,199,255,.18), rgba(123,199,255,.08));
  border:1px solid rgba(123,199,255,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  color:#91d4ff;
  font-size:.95rem;
  font-weight:900;
}

.vs-preview-step h3,
.vs-preview-card h3{
  margin:0 0 10px;
  color:#fff;
  font-size:1.12rem;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.02em;
}

.vs-preview-form{
  margin-top:34px;
  padding:22px;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.vs-form-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}

.vs-preview-form input,
.vs-preview-form textarea{
  width:100%;
  padding:15px 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.045);
  color:#fff;
  outline:none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  transition:
    border-color .22s ease,
    background-color .22s ease,
    box-shadow .22s ease,
    transform .22s ease;
}

.vs-preview-form input::placeholder,
.vs-preview-form textarea::placeholder{
  color:rgba(214,223,235,.48);
}

.vs-preview-form input:focus,
.vs-preview-form textarea:focus{
  border-color:rgba(123,199,255,.48);
  background:rgba(255,255,255,.065);
  box-shadow:
    0 0 0 4px rgba(123,199,255,.11),
    inset 0 1px 0 rgba(255,255,255,.06);
}

.vs-preview-form textarea{
  min-height:150px;
  resize:vertical;
}

.vs-preview-form .vs-btn{
  align-self:flex-start;
  min-width:220px;
}

@media (max-width: 1024px){
  .vs-preview-hero{
    padding:108px 0 74px;
  }

  .vs-preview-steps{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px){
  .vs-preview-hero{
    padding:96px 0 64px;
  }

  .vs-preview-section{
    padding:72px 0;
  }

  .vs-preview-form-section{
    padding:72px 0 92px;
  }

  .vs-preview-title{
    font-size:clamp(2rem, 11vw, 3rem);
    line-height:1.02;
  }

  .vs-preview-subtitle,
  .vs-preview-copy > p:not(.vs-preview-eyebrow){
    font-size:.98rem;
  }

  .vs-preview-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .vs-preview-actions .vs-btn{
    width:100%;
    justify-content:center;
  }

  .vs-preview-steps,
  .vs-preview-grid,
  .vs-form-grid{
    grid-template-columns:1fr;
  }

  .vs-preview-step,
  .vs-preview-card{
    padding:1.25rem;
  }

  .vs-preview-form{
    padding:18px;
    border-radius:20px;
  }

  .vs-preview-form .vs-btn{
    width:100%;
    min-width:0;
  }
}

@media (max-width: 480px){
  .vs-preview-container{
    width:min(calc(100% - 20px), 1180px);
  }

  .vs-preview-trust{
    gap:10px;
  }

  .vs-preview-trust span{
    width:100%;
    justify-content:center;
    text-align:center;
  }
}