/* === Intensive essence section === */
.video-preview {
  position: relative;
  margin-top: 0;
  padding-top: clamp(1.5rem, 4vw, 3rem);
  overflow: visible;
  background: transparent;
}

.video-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 820px 220px at 14% 3%, rgba(228, 54, 99, 0.08), transparent 74%),
    radial-gradient(ellipse 980px 280px at 88% 4%, rgba(13, 12, 15, 0.36), transparent 74%),
    linear-gradient(180deg, rgba(13, 12, 15, 0) 0%, rgba(13, 12, 15, 0.03) 18%, rgba(13, 12, 15, 0.16) 38%, rgba(13, 12, 15, 0.72) 100%);
  pointer-events: none;
  z-index: 0;
}

.video-preview::after {
  content: "";
  position: absolute;
  top: clamp(-220px, -14vw, -140px);
  left: -14%;
  width: min(62vw, 980px);
  height: clamp(300px, 36vw, 520px);
  background: radial-gradient(
    ellipse at 22% 36%,
    rgba(228, 54, 99, 0.14) 0%,
    rgba(228, 54, 99, 0.09) 28%,
    rgba(228, 54, 99, 0.035) 56%,
    transparent 78%
  );
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
}

.video-preview__shell {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border-radius: calc(var(--radius-xl) + 0.2rem);
  background:
    linear-gradient(160deg, rgba(26, 25, 28, 0.95), rgba(12, 12, 13, 0.95)),
    var(--surface-container-low);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.video-preview__shell {
  margin-top: 0;
}

.video-preview__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 38%),
    radial-gradient(ellipse 620px 260px at 16% 10%, rgba(228, 54, 99, 0.1), transparent 76%);
  pointer-events: none;
}

.video-preview__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: start;
}

.video-preview__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: clamp(1rem, 1.6vw, 1.3rem);
}

.video-preview__title {
  display: grid;
  gap: 0.08em;
  margin: 0.3rem 0 0;
  padding-top: 0.2em;
  padding-bottom: 0.04em;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 1.02;
  text-transform: uppercase;
  overflow: visible;
}

.video-preview__title span:last-child {
  color: var(--on-surface-bright);
}

.video-preview__title .gradient-text {
  display: block;
  padding-top: 0.04em;
  color: #f55d90;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  text-shadow: 0 0 22px rgba(228, 54, 99, 0.14);
}

.video-preview__lead {
  position: relative;
  width: min(100%, 31rem);
  margin-top: 0.2rem;
  padding: 1.2rem 1.25rem 1.25rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: calc(var(--radius-lg) - 0.15rem);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.video-preview__lead::before {
  content: "";
  position: absolute;
  inset: 0.8rem auto 0.8rem 0;
  width: 4px;
  border-radius: var(--radius-full);
  background: rgba(244, 74, 126, 0.96);
  box-shadow: 0 0 0 1px rgba(255, 132, 169, 0.12), 0 0 20px rgba(228, 54, 99, 0.18);
}

.video-preview__lead p {
  margin: 0;
  color: var(--on-surface-bright);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.48;
}

.video-preview__lead p + p {
  margin-top: 0.9rem;
  color: var(--on-surface);
}

.video-preview__cta {
  margin-top: 1.4rem;
  min-width: min(100%, 17rem);
}

.video-preview__steps {
  display: grid;
  gap: 0.85rem;
}

.video-preview__step {
  display: grid;
  grid-template-columns: 7.1rem minmax(0, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1.2rem);
  align-items: center;
  min-height: 8.4rem;
  padding: 1.2rem 1.35rem;
  border-radius: calc(var(--radius-lg) - 0.1rem);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.video-preview__step--surface {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018));
}

.video-preview__step--accent {
  background:
    linear-gradient(135deg, rgba(228, 54, 99, 0.26), rgba(228, 54, 99, 0.14)),
    rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 132, 169, 0.18);
}

.video-preview__step-number {
  min-width: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 4.4vw, 4.4rem);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.04em;
}

.video-preview__step--surface .video-preview__step-number {
  color: var(--primary);
}

.video-preview__step--accent .video-preview__step-number {
  color: rgba(255, 248, 250, 0.98);
}

.video-preview__step-text {
  margin: 0;
  font-size: clamp(1.06rem, 1.45vw, 1.28rem);
  line-height: 1.32;
  color: var(--on-surface-bright);
  max-width: 28rem;
}

.video-preview__step--accent .video-preview__step-text {
  color: rgba(255, 255, 255, 0.94);
}

@media (max-width: 1023px) {
  .video-preview__layout {
    grid-template-columns: 1fr;
  }

  .video-preview {
    padding-top: 1.5rem;
  }

  .video-preview__shell {
    padding: 1rem;
  }

  .video-preview__intro {
    min-height: auto;
    padding: 0.6rem;
  }
}

@media (max-width: 767px) {
  .video-preview {
    padding-top: 1rem;
  }

  .video-preview__step {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    min-height: 0;
    padding: 1rem;
  }

  .video-preview__step-number {
    min-width: 0;
  }

  .video-preview__title {
    font-size: clamp(2.35rem, 12vw, 4rem);
    line-height: 1.04;
    padding-top: 0.24em;
  }

  .video-preview__lead {
    width: 100%;
  }

  .video-preview__chips {
    gap: 0.45rem;
  }
}
