.vd-featured-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background:
    radial-gradient(circle at 78% 34%, rgba(56, 189, 248, 0.16), transparent 30rem),
    radial-gradient(circle at 20% 20%, rgba(139, 92, 246, 0.2), transparent 28rem),
    linear-gradient(180deg, #0b1020 0%, #111827 100%);
}

.vd-featured-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.vd-featured-shell {
  position: relative;
  max-width: 72rem;
  margin: 0 auto;
  border: 1px solid rgba(139, 92, 246, 0.35);
  border-radius: 1.5rem;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(30, 27, 75, 0.82)),
    rgba(15, 23, 42, 0.85);
  box-shadow: 0 28px 90px rgba(2, 6, 23, 0.58), 0 0 60px rgba(139, 92, 246, 0.16);
  overflow: hidden;
}

.vd-featured-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(139, 92, 246, 0.16), transparent 38%, rgba(56, 189, 248, 0.13));
  pointer-events: none;
}

.vd-featured-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 1.05fr);
  gap: 2rem;
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.vd-featured-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(139, 92, 246, 0.48);
  border-radius: 999px;
  background: rgba(88, 28, 135, 0.36);
  color: #d8b4fe;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 0.8rem;
  margin-bottom: 1rem;
}

.vd-featured-title {
  color: #f8fafc;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  line-height: 1;
  font-weight: 800;
  margin-bottom: 1rem;
}

.vd-featured-headline {
  color: #f8fafc;
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  line-height: 1.12;
  font-weight: 800;
  margin-bottom: 1.25rem;
}

.vd-featured-headline span {
  background: linear-gradient(90deg, #8b5cf6, #3b82f6, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vd-featured-copy,
.vd-featured-support {
  color: #cbd5e1;
  line-height: 1.75;
}

.vd-featured-support {
  color: #94a3b8;
  margin-top: 1rem;
}

.vd-featured-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.vd-featured-tags span {
  border: 1px solid rgba(56, 189, 248, 0.24);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #bfdbfe;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.45rem 0.7rem;
}

.vd-featured-preview-wrap {
  position: relative;
}

.vd-featured-preview-wrap::before {
  content: "";
  position: absolute;
  inset: 8% 2%;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.36), rgba(34, 211, 238, 0.28));
  filter: blur(32px);
  opacity: 0.76;
}

.vd-featured-preview {
  position: relative;
  border: 1px solid rgba(139, 92, 246, 0.44);
  border-radius: 1.1rem;
  background: #020617;
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.72);
  overflow: hidden;
  transform: perspective(1000px) rotateY(-4deg) rotateX(1deg);
}

.vd-featured-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.vd-featured-ctas {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  padding: 0 clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem);
}

.vd-featured-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  border-radius: 0.5rem;
  font-weight: 700;
  padding: 0.75rem 1.15rem;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.vd-featured-link:hover {
  transform: translateY(-1px);
}

.vd-featured-link.primary {
  background: linear-gradient(90deg, #7c3aed, #2563eb);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(124, 58, 237, 0.28);
}

.vd-featured-link.secondary {
  border: 1px solid rgba(56, 189, 248, 0.4);
  background: rgba(14, 165, 233, 0.13);
  color: #e0f2fe;
}

.vd-featured-link.tertiary {
  border: 1px solid rgba(148, 163, 184, 0.32);
  background: rgba(15, 23, 42, 0.48);
  color: #e2e8f0;
}

@media (max-width: 900px) {
  .vd-featured-grid {
    grid-template-columns: 1fr;
  }

  .vd-featured-preview {
    transform: none;
  }
}

@media (max-width: 640px) {
  .vd-featured-section {
    padding: 4rem 0;
  }

  .vd-featured-ctas,
  .vd-featured-link {
    width: 100%;
  }
}
