
  .related-card { display: block; padding: 1.5rem; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; text-decoration: none; color: inherit; transition: all .2s ease; }
  .related-card:hover { border-color: #6366f1; box-shadow: 0 10px 28px -12px rgba(99,102,241,.25); transform: translateY(-2px); }
  .related-card-eyebrow { font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: #6366f1; margin-bottom: .5rem; }
  .related-card-title { font-size: 1.0625rem; font-weight: 600; color: #0f172a; margin: 0 0 .5rem; line-height: 1.35; }
  .related-card-desc { font-size: .9rem; color: #475569; margin: 0 0 1rem; line-height: 1.5; }
  .related-card-cta { font-size: .875rem; font-weight: 600; color: #6366f1; }
