.vsl-landing {
  --vsl-max: 1040px;
  background: var(--paper);
}

.vsl-wrap {
  width: min(var(--vsl-max), calc(100% - 48px));
  margin: 0 auto;
}

.vsl-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 246, 242, 0.9);
  backdrop-filter: blur(18px);
}

.vsl-header__inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.vsl-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 108px;
}

.vsl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  pointer-events: none;
  background-image: radial-gradient(rgba(23, 23, 21, 0.14) 0.6px, transparent 0.7px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
}

.vsl-orb {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.22;
  pointer-events: none;
}

.vsl-orb--pink { top: 10px; left: -220px; background: var(--brand); }
.vsl-orb--violet { top: 250px; right: -230px; background: var(--violet); }

.vsl-hero__inner {
  position: relative;
  text-align: center;
}

.vsl-eyebrow {
  margin: 0;
  color: var(--brand);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vsl-hero h1 {
  max-width: 1000px;
  margin: 0 auto 22px;
  font-size: clamp(46px, 6.2vw, 70px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 780;
  text-wrap: balance;
}

.vsl-hero__underline {
  padding-bottom: 0.06em;
  background-image: linear-gradient(90deg, rgba(232, 74, 135, 0.76), rgba(116, 71, 255, 0.7));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 0.1em;
}

.vsl-hero h1 em {
  font-style: italic;
  font-weight: inherit;
  letter-spacing: -0.035em;
}

.vsl-hero__subheadline {
  max-width: 760px;
  margin: 0 auto 46px;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.5;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

.vsl-proof-stage {
  position: relative;
  width: min(960px, 100%);
  min-height: 500px;
  margin: 0 auto;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.55fr);
  align-items: center;
  gap: 32px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background:
    radial-gradient(circle at 22% 18%, rgba(232, 74, 135, 0.18), transparent 34%),
    radial-gradient(circle at 78% 78%, rgba(116, 71, 255, 0.2), transparent 36%),
    #131313;
  box-shadow: 0 32px 90px rgba(18, 18, 16, 0.24);
  text-align: left;
}

.vsl-proof-stage::before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 26px;
  pointer-events: none;
}

.vsl-proof-stage__copy,
.vsl-proof-stage__reel {
  position: relative;
  z-index: 1;
}

.vsl-proof-stage__copy > span {
  display: block;
  margin-bottom: 20px;
  color: #ff86b6;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vsl-proof-stage__copy > strong {
  display: block;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.vsl-proof-stage__copy p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.55;
}

.vsl-proof-stage__copy a {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.vsl-proof-stage__copy a:hover { color: #ff86b6; }

.vsl-proof-stage__reel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
}

.vsl-proof-stage__video {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  background: #080808;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38);
}

.vsl-proof-stage__video--left,
.vsl-proof-stage__video--right {
  opacity: 0.74;
  transform: scale(0.92);
}

.vsl-proof-stage__video video,
.vsl-output-card__media video,
.vsl-output-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vsl-hero__action {
  margin-top: 28px;
}

.vsl-button {
  min-height: 52px;
  padding: 0 25px;
  font-size: 15px;
}

.vsl-showcase {
  padding: 118px 0 126px;
  color: #f7f6f2;
  background: var(--dark);
  scroll-margin-top: 24px;
}

.vsl-showcase__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  gap: 72px;
  align-items: end;
}

.vsl-showcase__heading h2 {
  margin: 16px 0 0;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.05em;
  font-weight: 760;
  text-wrap: balance;
}

.vsl-showcase__heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  line-height: 1.62;
}

.vsl-showcase__tabs {
  margin-top: 52px;
  padding-bottom: 1px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  border-bottom: 1px solid var(--dark-line);
  scrollbar-width: none;
}

.vsl-showcase__tabs::-webkit-scrollbar { display: none; }

.vsl-showcase__tab {
  min-height: 46px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  border: 0;
  border-bottom: 2px solid transparent;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}

.vsl-showcase__tab span {
  min-width: 23px;
  height: 23px;
  padding: 0 7px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 11px;
}

.vsl-showcase__tab:hover { color: rgba(255, 255, 255, 0.82); }

.vsl-showcase__tab.is-active {
  border-bottom-color: #ff6da8;
  color: #fff;
}

.vsl-showcase__tab.is-active span {
  border-color: rgba(255, 109, 168, 0.35);
  color: #ff96bf;
  background: rgba(232, 74, 135, 0.12);
}

.vsl-showcase__tab:focus-visible,
.vsl-proof-stage__copy a:focus-visible {
  outline: 3px solid rgba(255, 109, 168, 0.55);
  outline-offset: 3px;
}

.vsl-showcase__panel { padding-top: 26px; }
.vsl-showcase__panel[hidden] { display: none; }

.vsl-output-grid {
  display: grid;
  gap: 14px;
}

.vsl-output-grid--video,
.vsl-output-grid--static {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vsl-output-grid--ugc {
  width: min(780px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vsl-output-card {
  min-width: 0;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
}

.vsl-output-card__media {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 12px;
  background: #090909;
}

.vsl-output-card--static .vsl-output-card__media {
  aspect-ratio: 25 / 32;
}

.vsl-benefits { padding: 118px 0 132px; background: var(--white); }
.vsl-content { display: grid; gap: 64px; }

.vsl-section-heading {
  max-width: 760px;
}

.vsl-section-heading h2,
.vsl-how h2,
.vsl-final h2 {
  margin: 16px 0 0;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.05em;
  font-weight: 760;
  text-wrap: balance;
}

.vsl-section-heading h2:first-child { margin-top: 0; }

.vsl-section-heading h2 span { color: #77746c; }

.vsl-section-heading > p:last-child,
.vsl-how__copy > p:last-child,
.vsl-final__card > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.vsl-benefit-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.vsl-benefit-grid li {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
}

.vsl-benefit-grid li > span {
  display: block;
  margin-bottom: 38px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.vsl-benefit-grid strong { display: block; font-size: 20px; letter-spacing: -0.02em; }
.vsl-benefit-grid p { margin: 10px 0 0; color: var(--muted); line-height: 1.55; }

.vsl-products {
  padding: 122px 0 132px;
  background: var(--paper);
}

.vsl-product-list {
  margin-top: 62px;
  border-top: 1px solid var(--line);
}

.vsl-product {
  padding: 34px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  gap: 72px;
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.vsl-product__intro {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 16px;
}

.vsl-product__intro > span {
  grid-row: 1 / span 2;
  padding-top: 5px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.vsl-product h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.vsl-product__intro p {
  max-width: 500px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.vsl-product__benefits {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.vsl-product__benefits div { margin: 0; }

.vsl-product__benefits dt {
  color: var(--brand);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vsl-product__benefits dd {
  margin: 9px 0 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.52;
}

.vsl-how {
  padding: 132px 0;
  color: #f7f6f2;
  background: var(--dark);
}

.vsl-how__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 80px;
  align-items: start;
}

.vsl-how__copy > p:last-child { color: rgba(255, 255, 255, 0.58); }

.vsl-steps {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
  border-top: 1px solid var(--dark-line);
}

.vsl-steps li {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--dark-line);
}

.vsl-steps li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(232, 74, 135, 0.42);
  border-radius: 50%;
  color: #ff86b6;
  font-size: 12px;
  font-weight: 800;
}

.vsl-steps strong { display: block; font-size: 18px; }
.vsl-steps p { margin: 8px 0 0; color: rgba(255, 255, 255, 0.56); line-height: 1.55; }

.vsl-final { padding: 108px 0; }

.vsl-final__card {
  position: relative;
  overflow: hidden;
  padding: 74px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.vsl-final__card::before {
  content: "";
  position: absolute;
  inset: auto -80px -150px;
  height: 260px;
  background: radial-gradient(ellipse, rgba(116, 71, 255, 0.14), transparent 68%);
  pointer-events: none;
}

.vsl-final__card > * { position: relative; }
.vsl-final__card > p { margin-right: auto; margin-left: auto; }
.vsl-final__card .vsl-button { margin-top: 28px; }

.vsl-footer { border-top: 1px solid var(--line); }
.vsl-footer__inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.vsl-footer p { margin: 0; color: var(--muted); font-size: 12px; }

@media (max-width: 760px) {
  .vsl-wrap { width: min(100% - 32px, var(--vsl-max)); }
  .vsl-header__inner { min-height: 62px; }
  .vsl-header .button { min-height: 36px; padding-inline: 13px; }
  .vsl-hero { padding: 62px 0 82px; }
  .vsl-hero h1 { font-size: clamp(39px, 12.5vw, 56px); }
  .vsl-hero__subheadline { margin-bottom: 34px; }
  .vsl-proof-stage {
    min-height: 0;
    padding: 28px 22px 24px;
    grid-template-columns: 1fr;
    gap: 26px;
    border-radius: 20px;
  }
  .vsl-proof-stage::before { border-radius: 18px; }
  .vsl-proof-stage__copy { text-align: center; }
  .vsl-proof-stage__copy > span { margin-bottom: 14px; }
  .vsl-proof-stage__copy > strong { font-size: 34px; }
  .vsl-proof-stage__copy p { max-width: 300px; margin: 14px auto 0; }
  .vsl-proof-stage__copy a { margin-top: 18px; }
  .vsl-proof-stage__reel { gap: 7px; }
  .vsl-proof-stage__video { border-radius: 10px; }
  .vsl-showcase, .vsl-benefits, .vsl-products, .vsl-how { padding: 88px 0; }
  .vsl-showcase__heading { grid-template-columns: 1fr; gap: 22px; }
  .vsl-showcase__heading > p { font-size: 15px; }
  .vsl-showcase__tabs { margin-top: 36px; }
  .vsl-showcase__tab { padding-inline: 12px; }
  .vsl-output-grid--video,
  .vsl-output-grid--ugc,
  .vsl-output-grid--static {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .vsl-output-card { padding: 6px; border-radius: 14px; }
  .vsl-output-card__media { border-radius: 9px; }
  .vsl-benefit-grid { grid-template-columns: 1fr; }
  .vsl-product-list { margin-top: 44px; }
  .vsl-product { grid-template-columns: 1fr; gap: 28px; }
  .vsl-product__benefits { padding-left: 58px; }
  .vsl-how__layout { grid-template-columns: 1fr; gap: 54px; }
  .vsl-final { padding: 72px 0; }
  .vsl-final__card { padding: 54px 24px; }
  .vsl-footer__inner { padding: 28px 0; flex-direction: column; justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .vsl-landing .button { transition: none; }
}
