.vp-page {
  font-family: 'Inter', sans-serif;
}

.vp-hero {
  --vp-hero-bg: #0f172a;
  background: var(--vp-hero-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 24px;
  text-align: center;
}

.vp-container-narrow { max-width: 900px; }
.vp-container-intro { max-width: 800px; }
.vp-container-main { max-width: 1000px; }
.vp-container-cta { max-width: 600px; }

.vp-hero-title { font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 1rem; font-weight: 700; }
.vp-hero-subtitle { font-size: 1.2rem; opacity: 0.95; line-height: 1.6; }
.vp-hero-description { font-size: 1rem; margin-top: 0.75rem; opacity: 0.9; }

.vp-intro-section { padding: 64px 24px; background: #fff; }
.vp-intro-title { font-size: 2rem; margin-bottom: 1.5rem; color: #1e293b; text-align: center; }
.vp-intro-body { color: #475569; line-height: 1.8; font-size: 1.05rem; }

.vp-main-section { padding: 48px 24px; background: #f8fafc; }
.vp-main-content { color: #334155; line-height: 1.8; }

.vp-cta-section { padding: 64px 24px; background: #0f172a; color: #fff; text-align: center; }
.vp-cta-title { font-size: 1.75rem; margin-bottom: 1rem; font-weight: 600; }
.vp-cta-link {
  display: inline-block;
  padding: 14px 32px;
  background: #dc2626;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 0.5rem;
}

.vp-section-title {
  font-size: 1.65rem;
  margin-bottom: 1rem;
  color: #111827;
}

.vp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 18px;
}

.vp-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.vp-card-media {
  aspect-ratio: 16 / 9;
  background: #f3f4f6;
}

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

.vp-card-media-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #6b7280;
  font-weight: 600;
}

.vp-card-content {
  padding: 14px;
}

.vp-card-title {
  font-size: 1.05rem;
  margin: 6px 0 8px;
}

.vp-card-title a {
  color: #0f172a;
  text-decoration: none;
}

.vp-card-meta,
.vp-card-date {
  color: #6b7280;
  font-size: 0.86rem;
  display: flex;
  gap: 8px;
}

.vp-card-description {
  color: #374151;
  line-height: 1.6;
  margin: 0 0 8px;
}

.vp-detail-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 20px 60px;
}

.vp-breadcrumb {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 12px;
}

.vp-breadcrumb a {
  color: #dc2626;
  text-decoration: none;
}

.vp-detail-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 8px;
  color: #0f172a;
}
.vp-detail-eyebrow {
  margin: 0 0 8px;
  color: #dc2626;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.vp-detail-meta {
  color: #6b7280;
  margin-bottom: 18px;
}

.vp-detail-hero-card {
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

.vp-player-wrap {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
}

.vp-player-wrap iframe,
.vp-player-wrap video,
.vp-player-wrap audio {
  width: 100%;
  min-height: 80px;
  border: 0;
}

.vp-player-wrap iframe,
.vp-player-wrap video {
  aspect-ratio: 16 / 9;
}

.vp-detail-section {
  margin-top: 26px;
}

.vp-detail-section h2 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #111827;
}

.vp-detail-richtext p {
  color: #334155;
  line-height: 1.8;
}

.vp-transcript {
  white-space: pre-wrap;
  line-height: 1.8;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  padding: 12px;
  border-radius: 8px;
}

.vp-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vp-related-links a,
.vp-related-list a {
  color: #dc2626;
}

.vp-related-link-btn {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid #fecaca;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.92rem;
  background: #fff5f5;
}

.vp-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
}

.vp-related-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px;
  text-decoration: none;
  background: #fff;
}

.vp-related-card-category {
  margin: 0 0 6px;
  font-size: 0.8rem;
  color: #dc2626;
  font-weight: 700;
}

.vp-related-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #111827;
}

.vp-related-card p {
  margin: 0;
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.5;
}
