@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}
@keyframes sparkle {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.3); }
}
.marquee-track {
  display: flex;
  animation: marquee 32s linear infinite;
  width: max-content;
}
.shimmer-text {
  background: linear-gradient(90deg, #c0c0c0 0%, #ffffff 40%, #a78bfa 60%, #c0c0c0 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s linear infinite;
}
.float-anim {
  animation: float 4s ease-in-out infinite;
}
.sparkle {
  animation: sparkle 2s ease-in-out infinite;
}
.parallax-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.prose {
  color: #e2d9f3;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.8;
}
.prose h2 {
  color: #c4b5fd;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #4c1d95;
  padding-bottom: 0.4rem;
}
.prose h3 {
  color: #a78bfa;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.prose p {
  margin-bottom: 1rem;
}
.prose a {
  color: #a78bfa;
  text-decoration: underline;
}
.prose a:hover {
  color: #c4b5fd;
}
.prose ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 1rem;
}
.prose ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin-bottom: 1rem;
}
.prose li {
  margin-bottom: 0.4rem;
}
.prose blockquote {
  border-left: 4px solid #7c3aed;
  padding-left: 1em;
  color: #c4b5fd;
  font-style: italic;
  margin: 1.5rem 0;
}
.prose img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
  margin: 1.5rem auto;
  display: block;
}
.prose table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  width: 100%;
}
.prose th {
  background-color: #2d1b69;
  color: #e2d9f3;
  padding: 0.6rem 1rem;
  text-align: left;
  font-weight: 600;
  border: 1px solid #4c1d95;
}
.prose td {
  padding: 0.5rem 1rem;
  border: 1px solid #3b1f6e;
  color: #e2d9f3;
  background-color: #1a0a2e;
}
.prose tr:nth-child(even) td {
  background-color: #1f0d35;
}
.nav-glass {
  background: rgba(13, 6, 24, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #3b1f6e;
}
.btn-primary {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
  color: #ffffff;
  font-weight: 700;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.5);
}
.btn-primary:hover {
  background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(124, 58, 237, 0.7);
}
.btn-secondary {
  background: transparent;
  color: #c4b5fd;
  font-weight: 700;
  padding: 0.72rem 2rem;
  border-radius: 9999px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #7c3aed;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: rgba(124, 58, 237, 0.15);
  color: #e9d5ff;
}
.card-glow {
  background: linear-gradient(135deg, #1a0a2e 0%, #2d1b69 100%);
  border: 1px solid #4c1d95;
  border-radius: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.2);
}
.card-glow:hover {
  border-color: #7c3aed;
  box-shadow: 0 8px 40px rgba(124, 58, 237, 0.5);
  transform: translateY(-4px);
}
.badge-bonus {
  background: linear-gradient(135deg, #1a0a2e 0%, #3b1f6e 100%);
  border: 2px solid #a78bfa;
  border-radius: 1rem;
  box-shadow: 0 0 40px rgba(167, 139, 250, 0.4), inset 0 0 20px rgba(124, 58, 237, 0.1);
}
.provider-tag {
  background: rgba(45, 27, 105, 0.6);
  border: 1px solid #4c1d95;
  color: #c4b5fd;
  border-radius: 9999px;
  padding: 0.35rem 1rem;
  font-size: 0.85rem;
  display: inline-block;
  margin: 0.25rem;
  transition: all 0.2s ease;
}
.provider-tag:hover {
  background: rgba(124, 58, 237, 0.4);
  border-color: #7c3aed;
  color: #e9d5ff;
}
.step-badge {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.6);
}
