.lvl-bundle {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  background: rgba(11, 18, 32, 0.95);
  color: #e8eefc;
  font-family: Inter, system-ui, sans-serif;
  max-width: 560px;
}
.lvl-bundle-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}
.lvl-bundle-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a5b4fc;
}
.lvl-bundle-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-top: 2px;
}
.lvl-bundle-muted {
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.45;
  margin: 4px 0 0;
}
.lvl-bundle-price {
  text-align: right;
  flex-shrink: 0;
}
.lvl-bundle-price-big {
  font-size: 1.35rem;
  font-weight: 800;
  color: #86efac;
  line-height: 1.1;
}
.lvl-bundle-parts {
  font-size: 11px;
  color: #fbbf24;
  margin-top: 4px;
}
.lvl-bundle-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
.lvl-bundle-step {
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  margin-bottom: 8px;
  background: rgba(15, 23, 42, 0.85);
}
.lvl-bundle-step-top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lvl-bundle-num {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.35);
  color: #c7d2fe;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lvl-bundle-step-name {
  font-weight: 600;
  font-size: 13px;
  flex: 1;
}
.lvl-bundle-step-price {
  font-size: 11px;
  color: #94a3b8;
}
.lvl-bundle-handoff {
  font-size: 12px;
  color: #cbd5e1;
  margin-top: 4px;
  line-height: 1.4;
}
.lvl-bundle-cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
  flex-wrap: wrap;
}
.lvl-bundle-cta {
  display: inline-block;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 0.55rem 0.9rem;
  border-radius: 10px;
  text-decoration: none;
}
.lvl-bundle-link {
  font-size: 12px;
  color: #93c5fd;
}
