.flyer-index-heading { color: #fff; font-weight: 800; letter-spacing: -0.02em; }

.flyer-index-lead {
  color: rgba(255, 255, 255, 0.65);
  max-width: 42em;
  font-size: 1.05rem;
}

.flyer-index-group-title {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1e88e5;
  margin-bottom: 1.25rem;
}

.flyer-index-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  background: #04182f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.5rem;
  text-decoration: none !important;
  transition: border-color 0.2s, transform 0.15s;
}
.flyer-index-card:hover {
  border-color: rgba(30, 136, 229, 0.4);
  transform: translateY(-2px);
}

.flyer-index-card-icon {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(30, 136, 229, 0.12);
  color: #1e88e5;
}

.flyer-index-card-body { flex: 1; display: flex; flex-direction: column; gap: 6px; }

.flyer-index-card-title { font-size: 1.05rem; font-weight: 700; color: #fff; }

.flyer-index-card-text {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}

.flyer-index-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1e88e5;
  margin-top: 4px;
}
